body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding: 0;
	padding-top: 20px;
	margin: 0px 0 0 0;
	background-color : white;
}

a:link, a:visited, a:active {
	color: White;
	text-decoration: none;
	font-weight: bold;
	
}
a:hover {
	color: White;
	text-decoration: none;
	font-weight: bolder;
}



/***********************************
Hauptcontainer
************************************/
#mainContainer {
	width:880px;
    height:500px;
	padding:15px 0px 15px 0px;
	border:1px solid silver;	
	border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;

	margin: auto;
	background-color : white;
	height:auto;
}


#RoterBalken {
	width:840px;   
	margin:0px auto;
	margin-top: -3px;

	
	
	background-color : #8D1820;
	height:80px;
}

#Text {
	width:840px;   
	margin:0px auto;
	
	text-align:right;
	background-color : #8D1820;	
}









