/* 2009 www.mannheims-web.de */

td, tr, p, div {
  font-family      : Calibri, Arial, Helvetica, sans-serif;
  font-size        : 15px;
  color            : #333333;
}
#nav {
	position: absolute;
	top: 360px;
	left: 0px;
	clear: both;
	width: 230px;
   }
	
	
#main{
	position: absolute;
	top: 320px;
	left: 240px;
	clear: both;
	width: 660px;
	font: Calibri, Arial, Tahoma;
	font-size:14px;
	color:#333333;
	height: 520;
   
}
#footer{
position:absolute;
top: 520px;
}
	
a:link {
    font-size: 15px;
	color: #000033;
	text-decoration: none;
}
a:visited {
    font-size: 15px;
	color: #333333;
	text-decoration: none;
}
a:hover {
     font-size: 15px;
	color: #990000;
	text-decoration: underline;
}
a:active {
    font-size: 15px;
	color: #333333;
	text-decoration: none;
}

