@CHARSET "ISO-8859-1";
html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #ededed;
	font-size: 11px;
}
.body{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0;
	background-color: #ededed;
	font-size: 11px;
}
#main{
	width: 793px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -396px;
	background: url(images/header.gif) left top no-repeat;
	height: 168px;	
}
#mainsite{
	position: absolute;
	width: 793px;
	top: 168px;
	background: url(images/shadow_left.gif) left repeat-y #fff;		
}
#shadow{
	padding-left: 36px;
	width: 757px;
	background: url(images/shadow_right.gif) right repeat-y;			
}
#bottom{
	color: #fff;
	clear: both;
	height: 41px;
	background: url(images/bottom_leiste.gif) top repeat-x;	
	padding-top: 1px;
	padding-left: 15px;
	margin-right: 10px;
}
#bottom a{
	color: #fff;
}
#logo{
	position: absolute;
	top: 46px;
	left: 20px;	
}
#menue{
	position: absolute;
	top: 144px;
	left: 50px;
	width: 450px;
	z-index: 4;
}
#menue a{
	text-transform: uppercase;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	margin-right: 0;
	margin-left: 0;
	padding-right: 5px;
	background: url(images/sep.gif) right no-repeat;
}
#menue .menuesub a{
	background: none #000;
	color: #fff;
	padding: 3px 5px;
}
#menue .menuesub{
	padding-top: 5px;
	background-color: #000;
}
#menue .menuesub a:hover, #menue .menuesub a.maktiv{
	color: #cb0101;
}
#menue #menu-h-link-1{
	background: none;		
}
#content_left{
	float:left;
	width: 500px;
	margin-left: 17px;	
}
#innercont{
	padding: 20px 30px;	
}
#content_right{
	float:left;
	width: 178px;
	margin-left: 35px;	
}
#content_right .content h1{
	height: 16px;
	padding: 2px 0 0 4px;
	color: #fff;
	background: url(images/read_headline.gif) top no-repeat;
	font-size: 11px;
	margin: 0;
	margin-top: 15px;
}
#content_right .content p{
	margin: 0 0 30px 9px;
	padding: 5px;
	background-color: #f2f2f2;
}
table,tr,td,p{
	font-size: 11px;
}
a img{
	border: 0;
}
h1{
	color: #cb0101;
	font-size: 13px;
}
h2{
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
a{
	color: #e30000;
}


#bildprev{
	margin-right: 40px;
}
#bildnext{
	margin-left: 40px;
}
#bildanzeige{
	display: none;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	height: 900px;
	position: fixed;
	background: url(images/80.png) repeat;	
	text-align: center;
}
#bildanzeige img{
	z-index: 4;
	display: block;
	margin: 50px auto auto auto;
	border: 10px solid #fff;
	margin-bottom: 10px;
}
* html #bildanzeige{
	background-color: #r00;
	position: absolute;
	filter: alpha(opacity=97);
}