body {
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding:0;
	margin:0;
	
	width: 100%;
	height:100%;
	
	text-align: center;	
	
}

* {
	padding:0;
	margin:0;
}


#logo {

	width: 940px;
	height: 60px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	
	background-color: #870a24;
	
	text-align: left;

	margin-top: 10px;
	margin-left: auto; 
	margin-right: auto;
	
	padding:0px 10px;
}



#menu {

	width: 940px;
	height: 16px;
	padding: 4px 10px;
	
	border-bottom: 1px solid #a0a0a0;

	margin-left: auto; 
	margin-right: auto;
	
	background-color: #dedede;
	
	text-align: left;

}


#maincontent {

	background-color: #efefef;

	width: 960px;

	margin-left: auto; 
	margin-right: auto;
	
	margin-top: 25px;
	margin-bottom: 25px;

	padding: 0px 0px;

}


#sidemenu {

	width: 200px;
	//background-color: #efefef;
	
	padding: 0px 20px 0px 0px;
	
	float: left;
	
	height: 100%;
	
	/*-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	*/
	
	text-align:left;
	
}

#content {
	width: 675px;
	height: 100%;
	
	background-color: #ffffff;
	
	padding: 0px 20px 25px 20px;
	
	text-align: justify;
	
	margin-left: 25px;
	float:left;

}


img.startbild {
	border: 1px solid #a0a0a0;
	margin: 10px;
}



#footer {

	width: 960px;
	height: 20px;
	
	border-top: 1px solid #afafaf;

	margin-left: auto; 
	margin-right: auto;
}



A:link, A:visited
{
	color: #9c0000;
	text-decoration: none;
}

A:active
{
	color: #9c0000;
	text-decoration: none;
}

A:hover
{
	color: #9c0000;
	text-decoration: underline;
}



A.nav:link, A.nav:visited, A.nav:active, A.nav:hover
{
	//color: #9c0000;
	color: #000;
	//font-weight: bold;
	text-decoration: none;
}


h1
{
	font: 15px Tahoma,Verdana,Arial,Helvetica;
	font-weight: bold;
	color: #000000;
	
	margin-bottom: 5px;
}

.headline
{
	width: 675px;

	background-image:url(images/block_big.gif); background-repeat:no-repeat;
	background-position:0px 2px;

	border-bottom: 1px solid #9c0000;

	margin: 10px 0px;
	padding: 0px 0px 5px 15px;
		
	font: 11px Tahoma,Verdana,Arial,Helvetica;
	font-weight: bold;
	color: #707070;
}

.linie
{
	width: 675px;
	border-bottom: 1px solid #9c0000;

	margin: 10px 0px;
	padding: 0px 0px 5px 15px;
	
}
