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

* {border:0px; margin:0px; padding:0px;}

body {
	background-color:#d6c197;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#626262;
	}
	
#wrapper {
	position:relative;
	width:825px;
	margin-left:auto;
	margin-right:auto;
	}

#contend {
	position:absolute;
	background-color:#FFFFFF;
	background-image:url(bilder/hintergrund.png);
	background-repeat:repeat-x;
	left:30px;
	width:765px;
	height:960px;
	}

#schatten_links {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(bilder/schatten_links.png);
	background-repeat:repeat-y;
	height:960px;
	width:30px;
	}

#schatten_rechts {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(bilder/schatten_rechts.png);
	background-repeat:repeat-y;
	height:960px;
	width:30px;
	}
		
#kopf {
	width:725px;
	height:130px;
	margin-left:20px;
	}
	
#panorama {
	margin:8px 0px 40px 20px;
	padding:8px 0px;
	border-top:1px solid #b18b41;
	border-bottom:1px solid #b18b41;
	width:725px;
	}

#vorschau_index {
	position:absolute;
	left:20px;
	width:180px;
	}
	
#vorschau_bilder {
	position:relative;
	left:35px;
	width:725px;
	text-align:center;
	}
	
.miniaturen {
	padding:4px;
	border:1px solid #b18b41;
	margin:0px 30px 15px 0px;
	}
	

#text {
	position:relative;
	left:270px;
	width:450px;
	}
	
#stoerer {
	position:relative;
	left:20px;
	top:40px;
	padding:20px;
	text-align:center;
	width:685px;
	border-top:1px solid #b18b41;
	border-bottom:1px solid #b18b41;
	}

#stoerer p {
	font-size:30px;
	color:#b18b41;
	}

#impressum p {
	margin:70px 0px 0px 0px;
	font-size:12px;
	text-align:center;
	}
	
#impressum2 p {
	margin:40px 0px 0px 0px;
	font-size:12px;
	text-align:center;
	}

ul {
	margin:0px 0px 30px 0px;
	list-style:circle;
	}
	
li {
	margin-bottom:18px;
	}
	
p span {
	font-size:14px;
	}
