body {
    margin:0;
    background-color:#999;
	font-family:  Arial, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 1.1em;
	color: #000;
	margin: 0 ;
	padding: 0;
}




#boxstart
{
position:absolute;
z-index:2;
left:50%;
margin-left:-435px;
top:25px;
width:870px;
border:0;
background:url(../images/bg_startcontainer.gif) repeat-y;
}

#picoben {
margin:0px;
padding:0;
height:428px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#topnavi{
	position:absolute;
	top:-25px;
	left:705px;
	width:140px;
	padding:0 10px 0px 15px;
	z-index:200;
}

#topnavi td{
	margin: 0;
	padding: 3px;
}

#topnavi td a, #topnavi td a:visited{	
	text-decoration: none;
	margin: 0;		
	color: #fff;
}

#topnavi td a:hover{
	color: #666;
}

#topnavi ul{
	margin: 0;
	padding: 0;
	font: normal 10px Arial;
	list-style-type: none;
}

#topnavi li{
	display: inline;
	margin: 0;
}

#topnavi li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 5px 0 0; /*padding inside each tab*/	
	color: #666;
}

#topnavi li a:visited{
	color: #666;
}


#topnavi li a:hover, #topnavi a.aktiv{
	background: none;
	color:#000;
}




/* HAUPTNAVI */


#hauptnavi{
	width: 870px;
	overflow: hidden;
	background: #999;
}

#hauptnavi ul{
	margin: 0;
	padding: 0;
	padding-left: 35px; 
	font: normal 11px Arial;
	list-style-type: none;
}

#hauptnavi li{
	display: inline;
	margin: 0;
}

#hauptnavi li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 10px 10px;	
	color: #fff;
	background: #999; 
}

#hauptnavi li a:visited{
	color: #fff;
}

#hauptnavi li a:hover{
	background: none;
	color:#000;
}

#hauptnavi li a.aktiv {
	background: none;
	color:#000;
}


/* ENDE HAUPTNAVI */



#content {
	min-height:500px;
	margin-top:0px;
	}


.leftCol { float: left; width: 260px; border-right:3px #999 solid; padding:0 10px }
.rightCol { float: right; width: 270px; text-align: left;  border-left:3px #999 solid; padding:0 10px}
.centerCol { width: auto; text-align: left; margin: 0 300px 0 290px; padding-top:1px }

.leftCol h1, .rightCol h1, .centerCol h1 {font-size:14px; background-color:#f1f1f1; padding:8px; color:#666; font-weight:normal}
.leftCol h2, .rightCol h2, .centerCol h2 {font-size:12px; padding:8px; color:#960; font-weight:bold}

.leftCol p.text, .rightCol p.text, .centerCol p.text {font-size:12px; padding:8px; color:#000; font-weight:normal; line-height:1.6em}



.leftCol a, rightCol a, .centerCol a, .leftCol a:visited, rightCol a:visited, .centerCol a:visited  { color: #9c0;  text-decoration: none; }
.leftCol a:hover, .rightCol a:hover, .centerCol a:hover { color: #000; }


#termin {
	border-bottom:1px #000 dotted;
	padding-left:10px;
	padding-top:20px;
}


#footer{
clear: left;
width: 100%;
background: #999;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a, #footer a:visited{
color: #fff;
text-decoration:none;
}

#footer a:hover{
color: #000;
text-decoration:none;
}

.text a, .text a:visited {
	color:#06C;
	text-decoration:none;
}

.text a:hover {
	text-decoration:underline;
}


