/* formatangaben für die startseite */
body{
	background: #6e6e6e;
	text-align: center;
	font-family: sans-serif;
	color: #ffffff;
}

div.header{
	width: 100%; 
	height: 45%;
	font-size: 14pt;
}

div.header img{
	width: 150px; 
	height: 150px; 
	margin-top: 2.5%; 
	margin-right: 10px; 
	vertical-align:middle;
}

div.center{
	height: 224px;
}

div.center .float{
	width: 100%;
	float: left;
}

div.center .float img{
	border: 1px solid #ffffff;
}

div.center .float .margin100l{
	margin-left: 100px;
}

div.center .float .margin50l{
	margin-left: 50px;
}

div.center .float .margin100r{
	margin-right: 100px;
}

div.center .float .margin50r{
	margin-right: 50px;
}

div.center #upper{
	height: 100px;
}

div.center #links{
	height: 18px; 
	font-size: 10pt; 
	padding-top: 2px; 
	margin-top: 2px;
}

div.center #links a:link{
	/* normale links sind weiß, fett und
	   nicht unterstrichen
	*/
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

div.center #links a:visited{
	/* besuchte links werden wie normale dargestellt */
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

div.center #links a:hover{
	/* beim überfahren eines links mit der maus wird er zusätzlich durch
	   eine unterstreichung hervorgehoben
	*/
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}

div.center #links #news{
	text-decoration: underline;
}

div.center #lower{
	height: 100px;
	margin-top: 2px;
}

div#margin{
	height: 92px;
}

div.red{
	background: #c80a0a;
	height: 40px;
	border: 1px solid #ffffff;
}
