





html,body  
{ 
    height: 100%;
	margin: 0px; padding: 0px;
	border-collapse:0px;
	border-spacing:0px;
	
} 

#navigaton {
	position:absolute;
	width:999px;
	height:115px;
	z-index:1;
	left: 21px;
	top: 63px;
}

#nebennavigation {
	position:absolute;
	width:998px;
	height:42px;
	z-index:3;
	left: 3px;
	top: 622px;
}

#inhalt {
	position:absolute;
	width:999px;
	height:549px;
	z-index:2;
	left: 1px;
	top: 70px;
}

.meinetable 
{ 
    height: 100%; 
	width: 100%;
	margin: 0px; padding: 0px;
	border-collapse:0px;
	border-spacing:0px;
	
	
}

.schriftklein{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#988165;	
}

.schrift{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;	
}


.linkklein{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#004C3C;
	text-decoration:none;
}

input, textarea
{
color:#9A9A9A;
border-width:1px;
}

hr
{
height:1px;
color:#004C3C;

}