@charset "UTF-8";
/* CSS Document */
body, html {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #D5D7D8;	
}
#seite {
	position:relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%; /* Fuer moderne Browser */
  	height: auto !important; /* Fuer moderne Browser */
 	height: 100%; /* Fuer IE */
	border: 0;
}
#inhalt {
	position:relative;
	display: block;
	clear: both;
	min-height: 500px;
	width: 100%;
	float:left;
}
#logo-rechts {
	position: relative;
	display: block;
	width: 205px;
	float: right;
	margin: 35px 38px 38px 0;
}
#logo-rechts img {
	float: right;
}
#bildbalken {
	position: relative;
	display: block;
	width: 100% !important;
	float: none;
	clear: both;
	height: 204px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #90A6C9;
	overflow: hidden;
}
#linkbox {
	position:relative;
	display: block;
	width: auto;
	float: left;
	margin: 44px 0 0 104px;
}
#fussclearer {
	clear:both;
	height: 36px;	
}
#fusszeile {
	position: absolute;
	display:block;
	height: 36px;
	width: 100%;
	padding:0;
	border: 0;
  	bottom: 0px;
	margin: 0;
}

.clearer {
	clear: both;
	height: 1px;
	width: 100%;
	line-height: 1px;
	display: block;
}

.yellowline {
	display: block;
	width: 700px;
	height: 4px;
	line-height: 1px;
	font-size: 1px;
	margin: 28px 0 22px 0;
	padding: 0;
	clear: both;
	background-color: #FFF201;
}
/******* SCHRIFTEN ***********/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #555555;
}
h1, h2 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
#linkbox h2 a {
	font-size: 12px;
	display: block;
	padding: 8px 0;	
}
a:link,
a:visited {
	color: #555555;
}
a:hover,
a:focus {
	color: #FF0000;
}
/******* startbild-fader ****/
DIV.bildfader {
	position: relative;
	display: block;
	width: 100%;
	height: 204px;
	margin-left: auto;
	margin-right: auto;
	background-color: #90A6C9;
	text-align: center;
}
.bildfader img {
	position:relative;
	margin-left: auto;
	margin-right: auto;	
}
/***** update 20110711 *******/
#rd45box {
	position: relative;
	margin: 10px 0 0 66px;	
	float: left;
	display: block;
	width: 350px;
	height: 134px;
	background-image:url(../images_startseite/badge-45rd.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
}
#rd45box a:link,
#rd45box a:visited {
	display: block;
	padding: 116px 0 0 38px;
}
	
DIV.startboxitem {
	position: relative;
	display: block;	
	float: left;
	width: 230px;
	min-height: 115px;
	height: auto;
	padding: 12px 6px 2px 15px;
	margin: 0 20px 20px 0;
	border: 2px solid #fff;
	background-image:url(../images_mm/newscontainer-hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
DIV.sboxgelb {
	background-image: none;
	background-color: #FFF200;
	
}
DIV.startboxitem h2 {
	font-weight: bold;	
}
DIV.startboxitem h3 a {
	font-weight: normal;
	font-size: 12px;
}
DIV.sboxgelb h2 {
	font-size: 15px;
	margin-left: 6px;
}
DIV.sboxgelb h3 {
	margin-left: -8px;
	padding: 2px 0 0 14px;
	background-image: url(../images_startseite/pfeil-schwarz.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;	
}
DIV.sboxgelb h2,
DIV.sboxgelb h3,
DIV.sboxgelb a:link,
DIV.sboxgelb a:visited {
	color: #000;	
}

