* {

	margin: 0px;
	padding: 0px;

}
 
html {

	text-align: center;
	width: 100%;
	height: 100%;

}

body {

	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #414040; 
	font-family: "Arial" , "Verdana", "Tahoma" , "MS Sans Serif";
	margin: 0px auto;

}

td {

	font-size: 12px;
	line-height: 20px;
	font-family: "Arial" , "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";

}

ul {

	margin: 0px;
	padding: 0px;

}

li {

	list-style: none;

}

form {

	margin: 0px;
	padding: 0px;

}

img {

	border: none;

}

#cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;

}


/* - LAYER + CONTAINER - */


#layer {

	width: 910px;
	background: url(../pics/layer.gif) repeat-y;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	text-align: left;

}

#container {

	width: 904px;
	overflow: hidden;
	padding: 0px 3px 87px 3px;

}


/* - HEADER - */


#header {
	
	width: 904px;
	height: 264px;
	background: #fff;
	border-bottom: 3px solid #fff;
	overflow: hidden;
	position: relative;

}

#header #logo {
	
	width: 391px;
	height: 109px;
	overflow: hidden;

	position: absolute;
	top: 0px;
	left: 0px;

}

#header #header_image {
	
	width: 904px;
	height: 155px;
	overflow: hidden;

	position: absolute;
	top: 109px;
	left: 0px;

}

#header ul {
	
	margin: 0px;
	padding: 0px;
	
	position: absolute;
	top: 62px;
	right: 140px;

}

#header ul li {
	
	list-style: none;
	margin: 0px 2px;
	color: #414040;
	float: left;

}

#header ul li a {
	
	color: #414040;
	text-decoration: none;

}

#header ul li a:hover, #header ul li a.aktiv, #header ul li a.aktiv:hover {
	
	color: #414040;
	text-decoration: underline;

}

#header #suche {
	
	position: absolute;
	top: 0px;
	right: 0px;

}

#header #suche input.formular {
	
	width: 100px;
	height: 16px;
	border: 1px solid #d8d8d9;
	padding: 3px 0px 0px 3px;
	font-size: 11px;
	color: #414040;
	font-family: "Verdana";
	
	position: absolute;
	top: 63px;
	right: 20px;

}

#header #suche input.button {
	
	width: 8px;
	height: 20px;
	border: none;
	font-size: 0px;
	overflow: hidden;
	cursor: pointer;
	
	position: absolute;
	top: 63px;
	right: 8px;

}


/* - CONTENT SPLIT - */


#content {

	width: 904px;
	overflow: hidden;

}


/* - SIDEBAR - */


#sidebar {

	width: 218px;
	float: left;
	padding: 0px 14px 0px 0px;
	margin: 0px;
	overflow: hidden;

}

#sidebar #menu ul {
	
	width: 218px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	
}

#sidebar #menu ul li {
	
	width: 218px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}

#sidebar #menu ul li a {
	
	width: 208px;
	height: 36px;
	line-height: 34px;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	
}

#sidebar #menu ul li ul {
	
	margin: 10px 0px 30px 0px;

}

#sidebar #menu ul li ul li {
	
	list-style: square;
	margin: 0px 0px 0px 25px;

}

#sidebar #menu ul li ul li a {
	
	width: 208px;
	height: 20px;
	line-height: 18px;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #414040;
	border-bottom: none;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	
}

#sidebar #menu ul li a:hover, #sidebar #menu ul li a.aktiv, #sidebar #menu ul li a.aktiv:hover {
	
	text-decoration: underline;
	
}

#sidebar #menu ul li ul li a:hover, #sidebar #menu ul li ul li a.aktiv, #sidebar #menu ul li ul li a.aktiv:hover {
	
	text-decoration: underline;
	
}

#sidebar div.sidebar_box {
	
	padding: 5px;
	text-align: justify;
	border: 1px solid #868889;
	
}

#sidebar div.sidebar_box a {
	
	color: #BB2A78;
	text-decoration: none;

}

#sidebar div.sidebar_box a:hover {
	
	color: #BB2A78;
	text-decoration: underline;

}


/* - TEXT - */


#text {

	width: 421px;
	display: block;
	float: left;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
	color: #414040;

}


/* - HTML ELEMENT STYLESHEET - */


#text h1 {

	color: #414040;
	font-weight: bold;
	font-family: "Arial";
	font-size: 14px;
	margin: 0px 0px 15px 0px;

}

#text h2 {

	color: #414040;
	font-weight: bold;
	font-family: "Arial";
	font-size: 13px;
	margin: 0px 0px 15px 0px;

}

#text p {

	margin: 0px 0px 15px 0px;

}

#text a {

	text-decoration: none;

}

#text a:hover {

	text-decoration: underline;

}

#text table {
	
	margin: 0px 0px 15px 0px;
	
}

#text ul {

	margin: 0px 0px 0px 15px;

}

#text ul li {

	list-style: square;
	line-height: 20px;

}

#text ul li ul li {

	list-style: square;
	line-height: 20px;
	margin: 0px 0px 0px 10px;

}


/* - PARTNER - */


#partner {

	width: 231px;
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-align: center;

}

#partner ul {
	
	width: 231px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	
}

#partner ul li {
	
	width: 231px;
	padding: 10px 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
	
}

#partner img {
margin-top:25px;
margin-bottom:25px;}


/* - FOOTER - */


#footer {

	width: 910px;
	height: 87px;
	background: url(../pics/footer.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 87px;

}

#infooter {
	
	width: 908px;
	height: 63px;
	margin: 3px 1px 0px 1px;
	padding: 0px;
	position: relative;	
	
}

#infooter #schnellzugriff {
	
	width: 190px;
	height: 20px;
	border: 1px solid #d8d8d9;
	font-family: Verdana;
	font-size: 11px;
	padding: 1px 0px 0px 0px;
	
	position: absolute;
	top: 20px;
	right: 21px;
	
}

#infooter #schnellzugriff option {
	
	padding: 4px 3px;
	
}

.news_headline {
text-align:left;
padding:3px;}

.news_news {
text-align:left;
padding-left:3px;}

.news_datum {
text-align:left;
padding-left:3px;}
