* :focus { outline: 0; }
html, body {
	padding: 0;
	margin: 0;
}
html {
	font-size: 1em;
}
body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#9f9f9f;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: 1px;
	background: #ffffff;
}
a {
   outline: none;
}		
a img, :link img, :visited img {
	border: 0;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
div#page-wrap{
	height:100%;
	width: 100%;
}
div#header{
	position: relative;
	margin: 5px 0;
	height: 30px;
	width: 100%;
}
div#logo{
	position:absolute;
	top:0;
	left:0;
	width: 350px;
	height: 30px;
	z-index:20;	
}
div#menu{
	position:absolute;
	top:0;
	right:10px;
	width: 220px;
	height: 30px;
	z-index:20;
}
	ul#nav{
		list-style: none;
		padding: 0;
		margin: 0;
	}
		#nav li {
  			float: left;
		}
		#nav a * {
  			display: none;
		}
		#nav a,
		#nav a .hover{
			height: 30px;
			position: relative;
			display: block;
			background: url(images/menu.png) 0 0 no-repeat;
		}
		/* individual navigation items */
		#nav a.people {
			background-position: 0 0;
			width: 50px;
		}
		#nav .highlight a.people:hover,
		#nav a.people .hover {
 			background-position: 0 -30px;
			width: 50px;
		}
		body#people ul#nav a.people {
  			background-position: 0 -30px;
		}

		#nav a.nature {
			background-position: -50px 0;
			width: 48px;
		}
		#nav .highlight a.nature:hover,
		#nav a.nature .hover {
			background-position: -50px -30px;
		}
		body#nature ul#nav a.nature {
			background-position: -50px -30px;
		}

		#nav a.city {
			background-position: -98px 0;
			width: 29px;
		}
		#nav .highlight a.city:hover,
		#nav a.city .hover {
			background-position: -98px -30px;
		}
		body#city ul#nav a.city {
			background-position: -98px -30px;
		}

		#nav a.links {
			background-position: -127px 0;
			width: 35px;
		}
		#nav .highlight a.links:hover,
		#nav a.links .hover {
			background-position: -127px -30px;
		}
		body#links ul#nav a.links {
			background-position: -127px -30px;
		}

		#nav a.contact {
			background-position: -162px 0;
			width: 58px;
		}
		#nav .highlight a.contact:hover,
		#nav a.contact .hover {
			background-position: -162px -30px;
		}
		body#contact ul#nav a.contact {
			background-position: -162px -30px;
		}		
div#content{
	position: fixed;
	top: 50%;
	left: 50%;
	height: 560px;
	width: 780px;
	margin: -280px auto 0 -390px;
}
div#content_links{
	position: fixed;
	top: 50%;
	left: 50%;
}
div#content_contact{
	position: fixed;
	top: 50%;
	left: 50%;
}
#slideshow {
    position:relative;
    height:520px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

div#fade {
	display:none;	
}
div#kontakt{
	width: 780px;
	height: 200px;
	display: block;
	margin-top: -100px;
	margin-left: -390px;
	text-decoration: none;
	color:#9f9f9f;	
}

div#kontakt h1{

}

div#kontakt a{
	text-decoration: none;
	color:#9f9f9f;
}
div#links{
	width: 780px;
	height: 200px;
	display: block;
	margin-top: -100px;
	margin-left: -390px;
}
div#links a{
	text-decoration: none;
	color:#9f9f9f;
	line-height: 1.8em;
}  

div#footer{
	position: fixed;
	bottom: 0;
	left:0;
	height: 20px;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	color:#9f9f9f;
	text-align: center;
}
