html, body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.85em;
}

 body {

	background-image: url(../Medien/Bilder/Stecker.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
#gesamt {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	color: #333;
	line-height: 2em;	
	/*background-image: url(hintergrund_fix_04.gif);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	position: relative;
}

h1 {
	line-height: 2em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
}

p {
	padding: 20px;
}

#kopf {
	width: 800px;
	background-image: url(../Medien/Bilder/Buchse.jpg);	/*border-color: gray;
	border-width: 1px 0;
	border-style: solid;*/
	background-repeat: no-repeat;
	background-position: right top;
	height: 135px;
}

#kopf h1{
	position: relative;
	top: 20px;
	}

#inhalt {
	width: 400px;
	margin: 0 200px;
	top: 150px;
}

#rechts {
	width: 200px; 
	position: absolute;
	left: 665px;
	top: 130px;
}



/*		Ende Template Formatierung		*/


#titel {
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#anmerkungen {
	text-align: right;
	font-size: 14px;
}

.kleinCol {
	color:#CC0000;
	font-size:16px;
	}
	

/*Navigation*/
#leftnav{
	width: 200px;
	position: absolute;
	left: 0;
	top: 130px;
	}
	
#leftnav ul {
	margin:0;
	padding:0;
	}
	
#leftnav ul li {
	list-style: none;
	margin:0;
	/*border-top:1px solid #003;*/
	}
	
#leftnav ul li a {
	display:block;
	padding: 2px 2px 2px 0.5em;
	border-left:5px solid #666;
  /*border-right:1px solid #69c;
	border-bottom:1px solid #369;*/
	background-color:#fff;
	color:#000;
	text-decoration:none;
	width:180px;
	}
	
html>body #levtnav ul li a {
	width:160px;
	}
	
#leftnav ul li a:hover {
	border-left:5px solid #f00;
	/*border-right:1px solid #69c;
	border-bottom:1px solid #369;*/
	background-color:#fff;
	color:#f00;
	}
		
#leftnav ul li a.aktuell {
	border-left:5px solid #f00;
	/*border-right:1px solid #69c;
	border-bottom:1px solid #369;*/
	background-color:#ccc;
	color:#f00;
	}		

#leftnav .besucht {
	color:#FF0000;
	border-left: 5px;
}
