/* System *******************************************************************/

@charset "utf-8";

html, body {
	width:100%;
	height:100%;
}

body {
	background-color:#fff;
	margin:0;
	padding:0;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.breaker {
	clear:both;
}

table {
	font-size:11px;
}

/* 
Farbe Basis      Green  8fc725
                 Dunkelgrün 578400
Farbe Print      Blue   003e87
Farbe Internet   Red    ac1818
Farbe Multimedia Yellow f3b803
*/


/* Seitenaufbau TOP BACK ******************************************************************/

#siteWrapper {
	width:100%;
	height:100%;
	text-align:center;
	background-color:#fff;
}

#siteBack {
	width:994px;
	height:100%;
	margin:0 auto;
	text-align:left;
	background-image:url(../images/back.gif);
}

#topWrapper {
	position:relative;
	margin-left:2px;
	width:990px;
	height:313px;
	background-color:#fff;
}

#headline {
	position:absolute;
	width:510px;
	height:136px;
	z-index:10;
}

#mainMenuNumber {
	position:absolute;
	top:46px;
	width:67px;
	font-size:36px;
	text-align:right;
	color:#acacac;
	z-index:20;
}

#mainMenuTitle {
	position:absolute;
	top:62px;
	left:74px;
	width:440px;
	font-size:18px;
/*	wird durch weiteres css überschrieben */
	color:#8fc725;
	z-index:20;
}

#mainMenuSubTitle {
	position:absolute;
	top:83px;
	left:74px;
	width:440px;
	font-size:12px;
	color:#acacac;
	z-index:20;
}

#streifen {
	position:absolute;
	left:563px;
	top:48px;
}

#logo {
	position:absolute;
	left:769px;
	top:63px;
}

#adress {
	display:none;
}

#mainMenu {
	position:absolute;
	top:138px;
	width:510px;
	height:17px;
}

#mainMenu ul {
	list-style-type:none;
	list-style-image:none;
}

#mainMenu ul,li {
	margin:0;
	padding:0;
}

#mainMenu ul li {
	float:left;
}

#bannerBild {
	position:absolute;
	top:157px;
	width:990px;
	height:150px;
	z-index:10;
}

#bannerFlash {
	position:absolute;
	top:157px;
	width:990px;
	height:150px;
	z-index:20;
}

#farbKlimaBack {
	position:absolute;
	top:308px;
	width:990px;
	height:5px;
	z-index:20;
}

#farbKlima {
	position:absolute;
	top:308px;
	width:510px;
	height:4px;
/*	wird durch weiteres css überschrieben */
	background-color:#8fc725;
	z-index:30;
}


/* Content **************************************************************/

#contentWrapper {
	width:994px;
	padding-top:46px;
	background-image:url(../images/back.gif);
}

#marginLeft {
	float:left;
	width:75px;
	height:10px;
}

#contentLeft {
	float:left;
	width:434px;
}

#contentLeft a {
	outline:none;
	color:#fff;
	text-decoration:underline;
}

#contentLeft h3 {
	margin-top:0px;
	font-size:11px;
	font-weight:bold;
	color:#000;
}

#contentLeft h4 {
	margin-top:0px;
	font-size:11px;
}

#contentLeft p {
	margin-top:0px;
	margin-bottom:10px;
}

#contentLeft ul {
/*	wird durch weiteres css überschrieben */
	margin-left:0.8em;
	padding-left:0.8em;
	margin-top:0px;
}

#contentRight {
	margin-left:16px;
	float:left;
	width:290px;
}

#contentRight a {
	outline:none;
	color:#fff;
	text-decoration:underline;
}

#contentRight h3 {
	margin-top:0px;
	font-size:11px;
	font-weight:bold;
}

#contentRight h4 {
	margin-top:0px;
	font-size:11px;
}

#contentRight p {
	margin-top:0px;
	margin-bottom:10px;
}

#contentRight ul {
/*	wird durch weiteres css überschrieben */
	margin-left:0.8em;
	padding-left:0.8em;
	margin-top:0px;
}


/* Subemenu *****************************************************/

#subMenu {
	margin-left:821px;
	width:160px;
}

#subMenu ul {
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

#subMenu ul li a {
	display:block;
	height:18px;
	margin:4px 0px 0px 0px;
	outline:none;
	text-decoration:none;
	font-size:11px;
}

#subMenu ul li a:hover {
	text-decoration:underline;
}

#subMenu ul li a.rowSub {
	color:#fff;
}

#subMenu ul li a.hereSub {
	color:#000;
}


/* footer ********************************************/
#footer {
	font-size:10px;
	margin-top:0px;
}

#footer a {
	color:#fff;
}
