@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#fff;
}
#main {
	width: 900px;
	z-index: 1;		
}
#head {
	width: 900px;
	height: 180px;
	z-index: 3;
	background-image: url(../header/dersingendetresen.jpg);
	background-repeat: no-repeat;
}
#headNavigation {
	width: 900px;
	padding-top: 150px;
	z-index: 4;		
}
#navigation {
	width: 900px;
	height: 50px;
	z-index: 5;
}
#content {
	width: 900px;
	padding-top: 25px;
	z-index: 6;
	float: left;
	background-color: #fff;	
	text-align: left;	
}
#contentLinks {
	width: 420px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
	float: left;		
}
#contentRechts {
	width: 420px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;	
	float: left;	
}
h1 {
	font-family: "Courier New", Courier, monospace;
	color: #786000;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
}
p, td {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
}
a:link {
	color: #000;
	text-decoration: underline;	
}
a:visited {
	color: #000;
	text-decoration: underline;	
}
a:hover {
	color: #786000;
	text-decoration: underline;	
}
.klein {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}
.nav {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav a:link {
	color: #000;
	text-decoration: none;	
}
.nav a:visited {
	color: #000;
	text-decoration: none;	
}
.nav a:hover {
	color: #786000;
	text-decoration: none;	
}
.navAktiv {
	font-family: "Courier New", Courier, monospace;
	color: #786000;
	font-size: 17px;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navAktiv a:link {
	color: #786000;
	text-decoration: none;	
}
.navAktiv a:visited {
	color: #786000;
	text-decoration: none;	
}
.navAktiv a:hover {
	color: #786000;
	text-decoration: none;	
}
.bildR
{
	padding-right: 10px;	
}
.bildO
{
	padding-top: 10px;	
}
.bildUR
{
	padding-bottom: 10px;
	padding-right: 10px;	
}

