BODY {
	width:900px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	background-color:#f4f4f4;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	font-family:verdana, arial;
	font-size:12px;
	}

.maincontent {
	width:900px;
	background-color:#ffffff;
	padding-bottom:0px;
	}

h1 {
	border:1px solid #980000;
	padding:0px;
	margin:0px;
	font-size:12px;
	height:17px;
	padding-top:3px;
	padding-left:5px;
	margin-bottom:5px;
	color:#ffffff;
	background-color:#980000;
	font-weight:bold;
	}

h1 a:link {text-decoration:none;}
h1 a:active {text-decoration:none;}
h1 a:visited {text-decoration:none;}
h1 a:hover {text-decoration:none;}
	
a:link, a:visited {
	color:#980000;
	text-decoration:none;
	}
	
a:hover {
	color:#980000;
	text-decoration:underline;
	}

.black a:link {color:black; text-decoration:none;}
.black a:active {color:black; text-decoration:none;}
.black a:visited {color:black; text-decoration:none;}
.black a:hover {color:black; text-decoration:none;}
	
#header	{
	width:900px;
	height:80px;
	float:left;
	}

#logo 	{
	width:427px;
	height:80px;
	float:left;
	background-color:#980000;
	}

#head 	{
	width:473px;
	height:70px;
	float:left;
	background-color:#980000;
	padding-top:10px;
	}
	
#links {
	margin-top:5px;
	width:190px;
	float:left;
	padding-left:5px;
	background-color:#ffffff;
	}

#mitte {
	width:566px;
	margin-top:5px;
	float:left;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:0px;
	background-color:#ffffff;
	line-height:1.5em;
	}
	
#mitte2 {
	width:692px;
	margin-top:5px;
	float:left;
	padding-left:6px;
	padding-bottom:0px;
	background-color:#ffffff;
	line-height:1.5em;
	}

#rechts {
	margin-top:5px;
	width:120px;
	background-color:#ffffff;
	float:left;
	padding-right:5px;
	}
	
#footer	{
	width:900px;
	float:left;
	color:#ffffff;
	background-color:#980000;
	}
	
.button a:link{
	border:1px solid #980000;
	border-left:5px solid #980000;
	border-right:1px solid #980000;
	height:18px;
	padding-top:2px;
	padding-left:5px;
	margin-bottom:5px;
	color:#980000;
	background-color:white;
	display:block;
	text-decoration:none;
	}
.button a:active {
	border:1px solid #980000;
	border-left:5px solid #980000;
	border-right:1px solid #980000;
	height:18px;
	padding-top:2px;
	padding-left:5px;
	margin-bottom:5px;
	color:#980000;
	background-color:white;
	display:block;
	text-decoration:none;
	}
.button a:visited{
	border:1px solid #980000;
	border-left:5px solid #980000;
	border-right:1px solid #980000;
	height:18px;
	padding-top:2px;
	padding-left:5px;
	margin-bottom:5px;
	color:#980000;
	background-color:white;
	display:block;
	text-decoration:none;
	}
.button a:hover {
	border:1px solid #980000;
	border-left:5px solid #980000;
	border-right:1px solid #980000;
	height:18px;
	padding-top:2px;
	padding-left:5px;
	margin-bottom:5px;
	color:white;
	background-color:#980000;
	display:block;
	text-decoration:none;
	}

#footerlinks {
	padding:10px;
	color:#980000;
	text-align:center;
	font-size:10px;
	}

#footerlinks a:link {
	color:#980000;
	text-decoration:underline;
	}

#footerlinks a:active {
	color:#980000;
	text-decoration:underline;
	}

#footerlinks a:visited {
	color:#980000;
	text-decoration:underline;
	}

#footerlinks a:hover {
	color:#980000;
	text-decoration:none;
	
	
