/* CSS Document */


body, html, div, table, td, tr {

	margin: 0px;
	padding: 0px;
	font-family:verdana;
	color:#000000; 
	}

a {
	color:#cc0000;
	}



#center {
	margin:0px;
	padding:0px;
	}


/*---- OBEN --------------------------------------*/

#header {
	float:left;
	position:absolute;
	top:0px;
	left:0px;
	}


#header .links {

	width:100%;
	height:100px;
	}



/*---- LINKS ------------------------------------- */

.linkes_menue,.content_rechts,a.top,a.back {
	display:none;
	}

/*---- MITTE ------------------------------------*/


.content_spalte_mitte
	{
	width:500px
	border-left: 1px solid #999999;
	border-right: 0px solid #ffffff;
	margin-right: 20px;
	position:absolute;
	top:100px;
	left:0px;
	}



/* --- Content-Trennlinie ------------------------------------------------------ */

.trennung { 
	color: #505050; 
	text-align: right; 
	margin: 4px 0 5px 0; 
	padding: 0.4em 0 0 0; 
	border-top: 1px solid #ddd; 
	}

.trennung2 { 
	margin-top: 25px;
	margin-bottom: 25px;
	color: #505050; 
	border-top: 1px solid #ddd; 
	clear: left;
	}



/* ------- Aufzählung ------------------------------------------*/

ul { margin: 5px 0 5px 15px; padding : 0; list-style : none;  }



/* -------------------------------------------------------------------------*/



