body {
	margin:0;
	padding:0;
	background:#666;
	font-family: Arial, Sans-Serif;
	color: #000;
	font-size: 15px;
	font-family:"Times new Roman";
}
body#start{
	background:#666;
}
form {margin:0;padding:0;}
form input {margin:0;padding:0;}
img {border:none;}
a {color:#669933;text-decoration:none;outline: none;cursor: pointer;}
div.start{
	position:relative;
	width:450px;
	height:450px;
	margin:auto;
	margin-top:50px;
	background:transparent url(../img/start.gif) 0 0 no-repeat;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
div.start a{
	color:#fff;
}
div.start a:hover{
	text-decoration:underline;
}
div.start div#weiter{
	position:absolute;
	top:480px;
	left:333px;
}
div.start div#info{
	position:absolute;
	top:400px;
	left:0px;
}
div#site{
	width: 999px;
	text-align: left;
	margin: 10px auto;
	overflow: hidden;
	background:#fff;
}
div#head{
	width:999px;
	height:62px;		
}

div#head div#topnav{
	height:36px;
	border-bottom:1px solid #545456;
	background:#669933;
}
div#head div#topnav div#logo{
	width:180px;
	height:36px;
	border-right:1px solid #545456;
	background:transparent url(../img/blatt.gif) 0 1px no-repeat;
	float:left;
}
div#head div#topnav div#navlinks{
	position:relative;
	width:798px;
	height:18px;
	float:left;
	background:transparent url(../img/header.png) right 0 no-repeat;
	color:#f0ffcc;
	font-size:12px;
	padding-top:18px;
	padding-left:20px;
}
div#head div#topnav div#navlinks div#adresslayer{
	position:absolute;
	top:36px;
	left:118px;
	display:none;
	z-index:2;
	width:150px; 
	height:80px; 
	background:#fff;
	border:1px solid #666;
	color:#000;
	padding:10px;
}
div#head div#topnav div#navlinks div#adresslayer a{
	color:#666;
}
div#head div#topnav div#navlinks a{
	color:#f0ffcc;	
}
div#head div#topnav div#navlinks a:hover{
	text-decoration:underline;
}
div#head div#news{
	height:20px;
	background:#cccc99; /*c4c6a3;*/
	border-bottom:1px solid #666;
	padding-top:5px;
	font-weight:bold;
	padding-left:200px;
}
div#nav{
	width:180px;
	float:left;
	border-top:1px solid #666;
	border-right:1px solid #666;
	background:#f0ffcc;
	margin-bottom:100px;
}
div#nav a {color:#000;text-decoration:none;outline: none;cursor: pointer;}
div#nav ul{
	list-style-type: none; 
	margin: 0 0 5px 0; 
	padding: 0; 
	width: 180px; 
	overflow: hidden; 
	border-bottom:1px solid #545456;	
}
div#nav ul li.nav { padding-left: 10px;line-height: 20px;}
div#nav ul li.nav:hover{background:#666;}
div#nav ul li.nav.high{background:#cccc99;}
div#nav ul li.nav.high a:hover{color:#000;}
div#nav ul li.nav.head{font-weight:bold;color:#666;}
div#nav ul li.nav.head:hover{background:#f0ffcc;}
div#nav ul li.nav  a {text-decoration: none;}
div#nav ul li.nav  a:hover {color:#fff;;}

div#content{
	width:700px;
	margin:10px 0px 10px 199px;
	min-height:700px;
}
div#content a{font-weight:bold;}
div#content .hl{
	color:#545456;
	font-size:19px;
	font-weight:bold;
	margin-bottom:10px;
}
div#content .slideshow{
	float:right;
	border:1px solid #545456;
	margin-left:20px;
	margin-right:10px;
	width:348px;
	height:261px;
}
div#content .slideshow img{
	width:348px;
	height:261px;
}
div#content div#aktionen table{
	background:#666;
}
div#content div#aktionen td{
	background:#fff;
	vertical-align:top;
}
