

/* ---------------------------------------------------------------------------------------------------------------------- globale Styles */

body{
	 color:#000;
	 background-color:#FFF;
	 margin:0px;
	 padding:0px;
	}
div{
	font: normal 10pt/110% "Times New Roman", Times, serif;
	}
	
/* ---------------------------------------------------------------------------------------------------------------------- styles fuer kopfleiste */	
	
.kopf{
	display:none;
	}	
	
/* ---------------------------------------------------------------------------------------------------------------------- styles fuer content */


.inhaltrahmen{
	position:absolute;
	top:10px;
	left:0px;	
	width:650px;
	}



.inhalt{
	margin:5mm;
	text-align:justify;
	height:auto;
	}	

/* ---------------------------------------------------------------------------------------------------------------------- styles für rechte navigation */	

.rechtsnavigationrahmen{
	display:none;
	}
.rechtsnavigation{
	display:none;
	}	
	
/* ---------------------------------------------------------------------------------------------------------------------- styles für linke hauptnavigation */

.navifeld{
	display:none;
	}
	
/* ---------------------------------------------------------------------------------------------------------------------- ab hier a href´s */
	
A  {
	color: #000;
	text-decoration:none;
	}
A:Visited  {
	color: #000;
	}

A:Hover {
	color:#000;
	}
A:Active  {
	color: #000;
	}	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	