html,body {
	margin:0px; 
	padding:0px;
	font-family: Verdana, Tahoma, Arial, lucida, sans-serif;
	background-color:#6A5136;
	color:#E1E1E1; 
	font-size:8pt;
	text-align:left;
}

#top {
	padding:0px;
	margin:0 auto 0 auto; 
	width:1000px;
	height: 70px;
	background: url("../images/bg_top.jpg") top center no-repeat #000;
}  
#middle {
	padding:0px 100px 0px 100px;
	margin:0 auto 0 auto; 
	width:800px;
	height:850px;
	background: url("../images/bg_middle.jpg") top center repeat-y #000;
}  
#bottom {
	padding:30px 100px 0px 100px;
	margin:0 auto 0 auto; 
	width:800px;
	height: 80px;
	background: url("../images/bg_bottom.jpg") bottom center no-repeat #000;
	text-align:right;
	font-size: 90%;
}  
#bottom a {
	color:#EBEBEB;
	text-decoration: underline;
}
#bottom a:hover {
	color: #fff;
	text-decoration: underline;
}

.inner_left {
	width:200px;
	float:left;
} 
.inner_right {
	padding:0px 20px 0px 20px; 
	width:560px;
	float:left
} 








a {
	color:#E3E3E3;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}


h1 { 
	margin-top:30px;
	font-size:13pt;
	color:#FCFCFC;
	font-variant:small-caps;
	font-weight:bold;
	border-bottom:#F4F4F4 dotted 1px;
}
h2 { 
	color:#FCFCFC;
	font-size:11pt;
	font-weight:bold;
	margin-bottom: 0px;
}




.framedarkgrey {
	border: #6C6C6C 1px solid;
}
.bild_news_prev {
	float:left; 
	margin: 0px 7px 7px 0px; 
	border: 1px solid #6C6C6C;
}


input, textarea {
	font-size:8pt;
}


/* Spamschutz in Formularen!!! */
#www {
	display:none;
}
