body  {
	margin:0px;
	padding:50px;
	background-color: #333300;
	font-family:Arial,Helvetica,sans-serif;

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Anfang: ID's */

#website {
width: 945px;
border: 1px solid white;
float: none;
background-image: url(images/hintergrund.jpg);
}

.HeaderFooterLinks {
  color: white;
  text-align: right;
  font-size: 12pt;
}

.HeaderFooterLinks a:active, .HeaderFooterLinks a:link, .HeaderFooterLinks a:visited {
	color: white;
	text-decoration: none;
}

.HeaderFooterLinks a:hover {
	text-decoration: underline;
	color: #cc0033;
}

#termine {
	width: 145px;
	position: absolute;
	margin-left: 780px;
	margin-top: 188px;
	font-size: 12pt;
}

#termine h1 {
font-size: 14pt;
font-weight: bold;
color: #cc0033;
}

#footer {
width: 945px;
}
	
#header {
	height: 187px;
	width: 945px;
	background-image: url(images/kopf.jpg);
	background-repeat: no-repeat;
}

#header #logo {
	margin-left: 790px;
	margin-top: 47px;
	position: absolute;
	z-index: 99;
}

#header #logo img {
	border: 0px;
}

#content {
	width: 945px;
	padding-bottom: 20px;
}

#links {
 margin-left:35px;
 width: 150px;
 float: left;
}

#mitte {
	margin-left:250px;
	width:450px;
	text-align: justify;
	font-size: 12pt;
}

#mitte h1 {
font-size: 14pt;
font-weight: bold;
color: #cc0033;
}

#bothclear {
clear: both;
}




.NavKategorie {
font-size: 14pt;
font-weight: bold;
color: #009036;

}

.NavPunkt {
padding-left: 5px;
font-size: 10px;
}

a.NavPunkt:link, a.NavPunkt:active, a.NavPunkt:visited {
font-size: 10pt;
text-decoration: none;
color: #cc0033;
}

a.NavPunkt:hover {
font-size: 10pt;
text-decoration: underline;
color: black;
}

#mitte a:active, #mitte a:link, #mitte a:visited {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}

#mitte a:hover {
	text-decoration: underline;
	color: #cc0033;
	border-bottom: none;
}

#termine a:active, #termine a:link, #termine a:visited {
	color: black;
	border-bottom: 1px dotted black;
	text-decoration: none;
}

#termine a:hover {
	text-decoration: underline;
	color: #cc0033;
	border-bottom: none;
}
