html,body
{
	height: 100%;
	min-height: 100%;
	font-size: 12pt;
	color: black;
  	font-family: Arial, Verdana, sans-serif;
  	font-size: 75%;
  	line-height: 125%;
	color: #09455D;
	vertical-align: top;
}
#header
{
	background: #99CC33;
}
#linksnavi-spalte
{
	vertical-align: top;
    background: #E9F2F7;
    width:250px;
    height: 600px;
}
#main
{
	vertical-align:top;
	height:1000px;	
}

