*{
	margin:0px;
	padding:0px;
}

/*entfernt Punktlinie um btns und swf */
:focus {
  outline: 0;
}

/* Hintergrundfarbe und -bild, Hintergrundbild-Wiederholung in vertikaler Richtung*/

body{
	background:#eee;
    margin-top: 5px;
    padding: 0 0 100px 0;
    /* IE-Besonderheit, alterativ für Zentrier-Befehl "margin: 0 auto 0 auto;" im "wrap"*/
    text-align: center;
    overflow: scroll;
}

/*Breite für Inhalte, Position zentriert (Firefox)*/
#wrap{
	background: #FFF;
	width: 990px;	
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
}

/********header*************/

#header-grau{
	height: 90px;
	background-color:#ccc;
	border-bottom: 2px solid #999;
}

#header-gruen{
	position:absolute;
	margin-top:240px;
	width:950px;
	margin-left:20px;
	border-bottom:#009933 36px solid;
	z-index:100;
}
#header-title {
	position:absolute;
	margin-top:5px;
	margin-left:10px;
}

#header-menu{
	position:absolute;
	margin-left:36px;
	margin-top:20px;
}

#logo{
	width: 120px;
	height: 49px;
	position: absolute;
	top:6px;
	left:798px;
}

#header-image{
	height:260px;
	width:990px;
	z-index:0;
}

#header-linie{
	position:absolute;
	margin-top:83px;
	width:100%;
	border-bottom:#999 2px solid;
	z-index:100;
	top: 96px;
	height:2px;
}

/********** Main-Menu ****************/

#main-menu-wrap{
	position:absolute;
	width:970px;
	height:36px;
	margin-top:45px;
	padding-left:20px;
	/*background-color:#F00;*/
	z-index:90;
}


#main-menu{
	margin-top:0px;
}

#main-menu a{
	display:block;
	line-height:42px;
	width: 100%;
	height: 46px;
}
	
.menu-rot,
.menu-blau,
.menu-gelb,
.menu-gruen{
	width:212px;
	height:46px;
	text-align:center;
}

.menu-rot{
	background-color:#F00;
}

.menu-blau{
	background-color:#0066cc;
}

.menu-gelb{
	background-color:#ffcc33;
}

.menu-gruen{
	background-color:#009933;
}

#heizung-sub,
#sanitaer-sub,
#klima-sub,
#energie-sub{
	height:127px;
	width:212px;
	color:white;
	font-size:12px;
	text-align:left;
	line-height:17px;
	letter-spacing:normal;
	padding-top:6px;
}
ul.menu-inner li{
	padding-left:12px;
	white-space:nowrap;
}


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

#content{
	background:#fff;
	width:100%;
	min-height:400px;

}
/*HACK fuer IE6 und tiefer     */
*html #content{
	height:400px;
}



#content-breit{
	width:918px;
	position:relative;
	margin-top:60px;
	left:36px;
}


#content-breit a img{
	float:left;
	padding:0px 6px 6px 0;
}

#footer {
	clear:both;
	position:relative;
	margin-top:30px;
	heigth:46px;
	background-color:#ccc;
	padding: 15px 0 15px 0;
	border-top:#999 2px solid;
}



