@charset "iso-8859-1";
/*
	Styles for Solarfoerderung.de
         Layout Header
	Autor: RGS
	Date: 6 November 2006
	Change(s):	29|30|31  January 2007
         		01|05|09  February 2007
				04|10|    April 2007
*/

#header .img-logo {
position: absolute;
top: 0;
left: 770px;
width: 15em;
height: 88px;
}

/* ausgeblendete Logo-Ergänzung, pd 2007 */
#header .txt-logo {
background-image: url(../images/solarfoerderung2.gif);
background-repeat: no-repeat;
background-position: 10px 11px;
xwidth: 750px;
xheight: 75px;
width: 500px;
height: 85px;
border: none;
}

#header .txt-logo h1 {
margin: 0;
display: none;
background-color: #fff;
color: #000;
}


/* Logo-Ergänzung, pd 2007 */
#header .txt-top h1 {
padding: 0 !important;
color: #000;
}

#header .txt-top img {
margin: 11px 0 0 10px;
width: 450px;
height: 75px;
}

#header .txt-top {
xbackground-image: url(../images/solarfoerderung2.gif);
xbackground-repeat: no-repeat;
xbackground-position: 10px 11px;
width: 750px;
height: 75px;
border: none;
}

/* === REITERMENUE oben === */
#header #topmenue {
position: absolute;
bottom: 0;
left: 0;
}

#header #topmenue ul {
list-style: none;
}

#header #topmenue li {
float: left;
background-image: url(../images/left.gif);
background-repeat: no-repeat;
background-position: left top;
margin: 0;
padding: 0 0 0 9px;
}
#header #topmenue li.aktiv {
background-image: url(../images/left_on.gif);
}

#header #topmenue a {
display: block;
background-image: url(../images/right.gif);
background-repeat: no-repeat;
background-position: right top;
padding: 5px 15px 4px 6px;
text-decoration: none;
font-size: 120%;
font-weight: bold;
letter-spacing: 1px;
background-color: #fff;
color: #0d1631;
}
/* aktueller Menuepunkt im Hauptmenue */
#header #topmenue li.aktiv a {
background-image: url(../images/right_on.gif);
padding-bottom: 5px;
color: #0d1631;
}
#header #topmenue a:hover {
background-color: #0d1631;
color: #fff;
}
#header #topmenue li.aktiv a:hover {
background-color: #fff;
color: #0d1631;
}

.reiterfuss{
position: absolute;
top: 10em;
left: 0;
background-color: #dbd6d2;
height: 1em;
width: 100%;
border-bottom: 1px solid #0e1936;
}