@charset "utf-8";

* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #606060;
	background-image: url(../img/templ/body_bg.jpg);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
td {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;}

#headbild {left: 0px;
top: 0px;
z-index:2;
position:absolute;}
#logo{
	position:absolute;
	top: 0px;
	left: 560px;
	}
	
	
#leftnav{
	position:absolute;
	top: 188px;
	left: 18px;
	width: 174px;
	z-index:3
	}


#aroundcont {
	position:absolute;
	top: 166px;
	left: 210px;
	width: 772px;
}
	
	#content {
	position:relative;
	width: 734px;
	min-height:450px;
	overflow:auto;
	border: 1px solid #2b2b2b;
	background-color:#3e3e3e;
	padding:30px 18px 30px 18px;
	background-image: url(../img/templ/content_bg.jpg);
	background-repeat: repeat-x;
	color:#c7c7c7;
	line-height:140%;
	z-index:1;
}
		
		* html #content {
		height:260px;
		overflow:visible;
		}
	#content p{
	margin-bottom:11px}
	#content td {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;}
		
#aroundfooter {
position:relative;
width: 734px;
padding: 10px 19px 24px 19px;

}
		#leftfooter {
		float:left;
		color:#ddbb68;}
		
		#leftfooter a, a:visited{
		color: #ddbb68;
		text-decoration:none}
		#leftfooter a:hover{
		color: #efdaa8;
		text-decoration:none}
		
		#rightfooter {
		float:right;
		color:#000000;}

