@charset "UTF-8";
body {
	font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #6E185F;
	margin: 0;
	padding: 0;
	color: #002f6b;
}

/* Elemente */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6  {
	margin-top: 0;	
	color:#6E185F;
}


h1  {
	 
	 font-size:16px;
	 font-weight:100;
	 }
	 
h2  {
	font-weight:bold;
	font-size:18px;
	line-height:100%;
	color: #002f6b;
	 } 
	 
h3  {
	
	font-size:14px;
	line-height:100%;
	font-weight:bold;
	 }
	 
	 h4  {
	
	font-size:12px;
	line-height:100%;
	font-style:italic;
	font-weight:100;
	 } 
	 
hr 	{
	color:#6E185F; 
		  }

a img { 
	border: none;
}


a:link {
	color: #6E185F;
	text-decoration:none;
}
a:visited {
	color:#6E185F;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color:#6666CC;
	text-decoration:underline;
}
#subnavi a:link {
	color: #002f6b;
}
#subnavi a:hover, a:active, a:focus {
	color:#6E185F;
	text-decoration:underline;
	}
	
	
#subnavi a:visited {
	color:#002f6b;
	text-decoration:none;
}

/* Klassen */
.container {
	width: 850px;
	background:#6E185F;
	margin: 0 auto; 
}


.header {
	  width:850px;
	  height:185px;
	  background: #C6D580; 
	  display:block;
}

/* id */
#subnavi {
	position:absolute;
	margin-left:150px;
	top: 10px;
	width: 450px;
	height:25px;
	z-index:99;	

}


#sidebar1 {
	position:absolute;
	margin-left:150px;
	margin-top:0px;
	width: 450px;
	height:40px;
	background: #ffffff;	
}


#linke_seite {
	position:absolute;
	margin-left:0px;
}


#content {
	width:405px;
	min-height:375px;
	position:absolute;
	margin-left:105px;
	background-color:#FFFFFF;
	padding-left:45px;
	padding-right:45px;
	top: 225px;
	border-bottom-right-radius:25px;
	-moz-border-bottom-right-radius:25px; /* Firefox 3.6 and earlier */		
}


#rechte_seite {
	position:absolute;
	margin-left:600px;
}


/* Listen im .content-Bereich */
#content ul, #content ol { 
	padding: 0 15px 15px 40px; 
}




/*  Fußzeile */
.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;
	clear: both; 
}



.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
