html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background: #fffbb3;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: inherit;
}
#header {
	background: url(images/header.jpg);
	width: 900px;
	height: 240px;
}

#subheader {
	background: url(images/subheader.jpg);
	width: 900px;
	height: 15px;
}
#main {
	background: url(images/bgcontent.jpg);
}
#leftcolumn {
	float: left;
	width: 251px;
	margin-left: 22px;
}
*html #leftcolumn {
	w/idth: 273px;
	margin-left: 11px;
}
#navibox {
	margin: 15px 0;
	padding-left: 25px;
	text-align: left;
	line-height: 1.5em;
	width: 200px;
}
#navibox a, #navibox a:visited {
	display: block;
	color: #333;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}
#navibox a:hover, #navibox a:focus {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

#aktuell {
	border: 1px solid #F7C701;
	margin: 0 1px 20px 1px;
	padding: 5px;
}

#newsletter {
	background: #F7C701;
	margin: 0 1px 20px 1px;
	padding: 5px;
}
#newsletter a, #newsletter a:visited, #aktuell a, #aktuell a:visited {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
#newsletter a:hover, #newsletter a:focus, #aktuell a:hover, #aktuell a:focus {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}


	
#rightcolumn {
	float: right;
	width: 557px;
	margin-right: 47px;
}
*html #rightcolumn {
	w/idth: 604px;
	margin-right: 23px;
}
#contentbox {
	margin: 15px 0;
}
#contentbox img {
	border: 1px solid #000;
}
#contentbox a, #contentbox a:visited {
	color: #333;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}
#contentbox a:hover, #contentbox a:focus {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}
#footer {
	background: url(images/footer.jpg);
	width: 900px;
	height: 15px;
}
.footertext {
	padding-left: 273px;
	padding-top: 1px;
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	color: #333;
	background: inherit;
}

h1 {
	font-size: 12pt;
	color: #369;
	background-color: inherit;
	font-weight: bold;
}
.trennlinie {
	height: 1px;
	border-bottom: 1px solid #000;
}
.clear {
	clear: both;
}
