body {
	background-color: #8c8c8c;
	margin: 0px;
	padding: 0px;
	font-family: melior, times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #343434;
}

a:link {
	text-decoration: underline;
	color: #010101;
}

a:visited {
	text-decoration: underline;
	color: #010101;
}

a:hover {
	text-decoration: underline;
	color: #00538a;
}

a:active {
	text-decoration: none;
	color: #00538a;
}

h1 {
	font-size: 20px;
	margin: 0px;
}

h2 {
	font-size: 16px;
	margin: 0px;
	margin-bottom: 10px;
}

#all {
	position: absolute;
	left: 50%;
	/*height: 100%;*/
	width: 812px;
	margin-left: -406px;
	top: 45px;
}

#header {
	background-image: url("bilder/contentbg.jpg");
	background-position: top center;
	top: 45px;
	left: 0px;
	width: 812px;
	height: 320px;
	text-align: center;
}

.menue {
	background: #b2b2b2;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;	
}

.menue a:link {
	text-decoration: none;
	color: #010101;
}

.menue a:visited {
	text-decoration: none;
	color: #010101;
}

.menue a:hover {
	text-decoration: underline;
	color: #010101;
}

.menue a:active {
	text-decoration: none;
	color: #ffffff;
}

#contentbg {
	background-image: url("bilder/contentbg.jpg");
	background-position: center;
	top: 100px;
	left: 0px;
	width: 812px;

}

#content {

}

.contentstart {
	padding-right: 6px;
	text-align: right;
	vertical-align: top;
}



#footer {
	background-image: url("bilder/footer.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	width: 812px;
	height: 100px;
	text-align: left;
}



.fenstertext {
	margin: 0px;
	padding: 0px;
	font-family: melior, times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #343434;
}


a.close:link {
	text-decoration: underline;
	color: #010101;
	font-family: melior, times, serif;
	font-size: 12px;
}

a.close:visited {
	text-decoration: underline;
	color: #010101;
}

a.close:hover {
	text-decoration: underline;
	color: #00538a;
}

a.close:active {
	text-decoration: none;
	color: #00538a;
}


