#page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333;
	position: absolute;
	width: 800px;
	height: 600px;
	
}

#menu {
	display: none;
	}
	
#kontakt {
	display: none;
	}
	
#logo {
	border: 0px;
	top: 10px;
	left:10px;
	height: 80px;
	width: 80px;
	position: absolute;
	background-image: url(../images/logo.gif);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#content {
	width: 455px;
	height: auto;
	left: 172px;
	position: absolute;
	margin-bottom: 10px;
	overflow:auto;
	top:100px;
	text-align:justify;
	}
 #footer {
 display:none;
 }
 
 /** class style für die News seite*/
.news {
	height: 120px;
	width: 430px;
	margin: auto;
	margin-top: 10px;
	}
.healine_news {
 	border-bottom: 1px solid #666;
	font-weight:bold;
}



/** Tabellen Formatierung*/
table {
	font-size: 11px;
	border: 1px solid #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
td{
	border: 1px solid #666;
	}