@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	background-repeat: repeat-y;
	background-position: center top;
	color: #FFF;
	background-color: #2D2D2D;
	background-image: url(../bilder/bg.jpg);
}

#wait {	width: 1063px; 	background-image: url(../bilder/wait.jpg); 	background-repeat: no-repeat; 	margin-right: auto;
	margin-left: auto;}

#wrapper {
	width: 1063px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../bilder/bg_wrapper.jpg);
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}


h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 20px;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-bottom: 2px;
}

a:hover {
	border-bottom-style: solid;
}




p{
	clear:both;
	padding:12px;
	text-align:left;
}


ul#navi {
	height: 600px;
	width: 327px;
	position: fixed;
	top: 25px;
	background-image: url(../bilder/navi.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	margin-left: 40px;
}
ul#navi li {
	text-indent: -9000px;
}


ul#navi a{
	float:none;
	display:block;
	margin-left:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 310px;
	height: 30px;
}

ul#navi a:hover{
}

#content {
	width:560px;
	display:block;
	text-align:center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 400px;
	padding-top: 400px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content h1, #content h2 {
	display:none;
}


#start {
	height:400px;
}
#primaten {
	height:560px;
	padding-top: 350px;
}

#fotos {
	height:590px;
	padding-top: 210px;
}

#videos {
	height:620px;
	padding-top: 240px;
}

#kontakt {
	height:380px;
	padding-top: 380px;
}

#tour {
	height:auto;
	padding-top: 520px;
}


#gb {
	height:480px;
	padding-top: 300px;
}


ul#tagebuch h1, ul#tagebuch h2 { display:inherit }

ul#tagebuch h1 {
	font-size: 28px;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 30px;
}

ul#tagebuch h2 {
	font-size: 12px;
	text-transform: uppercase;
}


ul#tagebuch li {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #98AEBA;
	border-right-color: #98AEBA;
	border-bottom-color: #98AEBA;
	border-left-color: #98AEBA;
	font-size: 13px;
	line-height: 19px;
}

img {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

#audio {
	padding: 10px;
	background-color: #364F5A;
	border: 5px solid #8CA6A6;
}
