*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}
html, body {
	height:100%;
	}
#space { 
	width:1px;
	height:50%;
	margin-bottom:-370px; /* die Hälfte der Inhals's Höhe */
	float:left;
	}
#inhalt {
	width: 904px;
	height: 700px;
	background: ;
	margin: 0 auto;
	position: relative; /* hebt den inhalt vor den space  */
	clear: left; /* hebt das float vom space auf  */
}

#leftDiv{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0px;
	width: 175px;
	z-index: 3;
	background: transparent;
	overflow: auto;
}
			 
/* CSS-Ergänzung für IE */
/* - Div wird auf 100% Höhe gezogen und Abstand nach oben und unten mit einer
		 Rahmenstärke entsprechend des auszusparenden Bereichs realisiert.
   - Wird mit z-index unterhalb der Ebenen von headDiv und footDiv gelegt */
* html #leftDiv{ top: 0;
                 bottom: 0px;
                 border-top: 0px;
                 border-bottom: 0px;
                 height: 100%;}

#rightDiv{
	position: absolute;
	top: 247px;
	left: 220px;
	right: 0;
	bottom: 0px;
	width: 660px;
	z-index: 4;
	background: transparent;
	overflow: visible;
}
/* CSS-Ergänzung für IE */
* html #rightDiv{ top: 247;
                  bottom: 0px;
                  left: 220px;
                  border-top: 0px;
                  border-bottom: 0px;
                  border-left: 0px;
                  height: 450px;
}
#footDiv{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 100%;
	z-index: 5;
	background: #0c1582;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
	color: #FFF;
}
/* Allgemeines */
body {
	font-size: 12px;
	color: #000;
	font-family: tahoma,arial,sans-serif;
	margin-top: 0;
	margin-left: 0;
	background: #fff;
}

a:link {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #336699;
	text-decoration: none;
}
a:active {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #000066;
	text-decoration: none;
}
.menucontainer {
	border-bottom: 0px solid #0E90D3;
	width: 175px;
	margin-top: 250px;
}
a.menu {
	display: block;
	padding-left: 50px;
	line-height: 25px;
	height: 25px;
	margin-bottom: 5px;
	border-bottom: 0px solid #0E90D3;
	font-size: 12px;
	text-align: left;
	color: #888;
	text-decoration: none;
	background-image: url(images/button.gif);
	font-weight: bold;
}
a.menu:link, a.menu:visited
{
 color:#888;
 font-size:12px;
 font-weight: bold;
 background-image: url(images/button.gif);
 text-decoration:none;
}
a.menu:active, a.menu:hover
{
 color:#FFF;
 font-size:12px;
 font-weight: bold;
 background-image: url(images/hover.gif);
}
.menuactive {
	display: block;
	font-size: 12px;
	color: #333;
	height: 25px;
	line-height: 25px;
	padding-left: 50px;
	border-bottom: 0px solid #0E90D3;
	margin-top: 0px;
	margin-bottom: 5px;
	background-image: url(images/active.gif);
	font-weight: bold;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 12px;
	clear: both;
	margin: 0 0 0 0;
}

td, tr {
	font-size: 12px;
	clear: both;
	margin: 0 0 0 0;
}

/* Kleinerer Text */
.s {
	font-size: 10px;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}
h1 {
	font-size: 32px;
	text-align:center;
	margin-bottom: 0px;
	margin-top: 100px;
	color: #fd2e35;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	margin-bottom: 0em;
	margin-top: 0em;
	color: #000066;
	font-weight: bold;
}

h3 {

}

h4 {

}

a.type_1:link {
	color:#999;
	font-size: 12px;
}
a.type_1:visited {
	color:#999;
	font-size: 12px;
}
a.type_1:active {
	color:#999;
	font-size: 12px;
}
a.type_1:hover {
	color:#fd2e35;
	font-size: 12px;
	text-decoration : none;
}

hr {
	border: none;
	border-top: 1px solid #3399CC;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	width: 100%;
}