body {
	background-color:#f4f4f4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#fff;
	margin:0 10px 10px 0;
}

p {
	margin:0;
	padding:0;
}

#banner {
	margin:10px 0 10px 10px;
	padding:35px 0 23px 22%;
	border:1px dashed #999999;
	background-image:url('../images/logo.jpg');
	background-position:10px 50%;
	background-repeat:no-repeat;
}

#banner h1 {
	font-size:1.5em;
	color:#000;
	padding:0;
	margin:0;
}

#menue {
	margin:0 0 10px 10px;
	padding:10px;
	background-color:#f1f1f1;
	border:1px dashed #999;
	overflow:hidden;
}

#menue a { 
	text-decoration:none;
	color:#000;
}

#menue a:hover { 
     text-decoration:underline;
}

#untermenue {
	float:left;
	width:20%;
	padding:0 0 0 10px;
	margin: 0 0 0 10px;
}

.menue, .menueActive {
	font-size:1em;
	list-style-type:none;
	margin:0;
	padding:0 10px;
}

.menueSub, .menueSubActive {
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	padding:0 10px 0 20px;
}

.menueActive, .menueSubActive {
	font-weight:bold;
}

.menue a, .menueActive a, .menueSub a, .menueSubActive a {
	text-decoration:none;
	display:block;
	margin:0;
	padding:3px 0px 3px 3px;
	color:#333;
}

.menue a:hover, .menueActive a:hover, .menueSub a:hover, .menueSubActive a:hover  {
	text-decoration:none;
	background-color:#ccc;
}

#untermenue {
	float: left;
	list-style-type:none;
	margin:0;
	padding:0 0px 0 10px;
}

#untermenue img {
	display: none;
}

#untermenueActive {
	list-style-type:none;
	margin:0;
	padding:0 0px 0 3px;
	font-weight: bold;
}

#untermenue a, #untermenue a, #untermenueSub a, #untermenueSubActive a {
	text-decoration:none;
	display:block;
	margin:0;
	padding:3px 0px 3px 0px;
	color:#000;
}

#untermenue a:hover, #untermenueActive a:hover, #untermenueSub a:hover, #untermenueSubActive a:hover  {
	text-decoration:none;
	background-color:#ccc;
}

#contentstart {
	background-color:#ffffff;
	border:1px dashed #999;
	float:right;
	width:78%;
}

#content {
	background-color:#ffffff;
	border:1px dashed #999;
	float:left;
	width:78%;
	margin: 0 0 0 10px;
}

h2 {
	font-size:1.5em;
	color:#333;
	margin:10px 0;
	padding:0;
}

#content h2 {
	font-size:1.2em;
	color:#333;
	margin:10px 0;
	padding:0;
}

#content h3 {
	font-size:1em;
	color:#333;
	border:1px #999 dashed;
	padding:0;
	margin:10px;
}

#content .contentbereichinnen {
	padding:0;
	margin:20px 30px 10px;
}

#content p {
	padding:0;
	margin-top:15px;
	margin-bottom:15px;
}

#clearer {
	clear:both;
}

#footer {
	padding:10px;
	background-color:#f1f1f1;
	border:1px dashed #999;
	font-size:0.8em;
	font-style:italic;
	margin:10px 0 10px 10px;
}

#breadcrumb {
	font-style:italic;
	border-bottom:1px #999 dashed;
	margin:10px;
	padding-bottom:10px;
	font-size:0.8em;
}

.submenueblock h3 {
	background-color:#f1f1f1;
	color:#000;
	font-weight:bold;
	border-bottom:1px #999 dashed;
	margin:0 0 10px 0;
	padding:10px;
	font-size:0.9em;
	text-transform:uppercase;
}

.submenueblock {
	background-color:#fff;
	border:1px #999 dashed;
	margin-bottom:10px;
	padding: 10px 0 10px 10px;
}

.unsichtbar {
	display: none;
}

#suche {
	float: right;
	margin: 0 20px 0 0;
}

h4 {
	margin-left: 10px;
}

/*
 * TEASER
 */
.teaser, .teaser2 {
	margin:0;
	clear:both;
}

.teaser .teaser_text, .teaser2 .teaser_text {
	padding:0;
}
.teaser h2, .teaser2 h2 {
	font-weight:bold;
	padding:0;
	margin:0;
}

.teaser h2 img {
	float:right;
	border:1px #fff solid;
	border-top:0;
	margin:0 0 0 10px;
}

.teaser2 h2 img {
	float:left;
	border:1px #fff solid;
	border-top:0;
	margin:0 10px 0 0;
}

.teaser .breaker, .teaser2 .breaker {
	clear:both;
	font-size:1px;
	height:0;
	margin:10px 0;
	border-top:10px #fff solid;
	border-bottom:1px #999 dashed;
}

.teaser a,.teaser2 a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

.teaser a:hover,.teaser2 a:hover {
	text-decoration:underline;
}

#helpnav {
	text-align:right;
	clear:both;
	font-weight:bold;
}

#helpnav a {
	color:#000;
}
