@charset "iso-8859-1";
/*
	Styles for Solarfoerderung.de
         Layout of Containers
	Autor: RGS
	Date: 6 November 2006
	Change(s):	29|30|31  January 2007
         		01|05|09 February 2007
*/

* {
margin: 0;
padding: 0;
border: 0 none;
}

html, body {
height: 100%;
}

body {
background-image: url(../images/main-bg.gif);
background-repeat: repeat-y;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 80%;
line-height: 1.4;
background-color: #122045;
color: #fff;
}

.outer {
position: relative;
background-image: url(../images/sf_collage2.jpg);
background-repeat: no-repeat;
background-position: 49.9em 11em;
min-height: 950px;
}

#wrapper {
position: relative;
min-height: 100%;
width: 100%;
}
html>body #wrapper {
height: auto;
}

/* Hilfsnavigation */
#hilfsnavigation {
	display: none;
}

#header {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 10em;
background-image: url(../images/sf_bildleiste2.jpg);
background-repeat: no-repeat;
background-color: #122045;
color: #fff;
}

#links {
position: absolute;
top: 11em;
left: 0;
width: 12em;
background-color: #dbd6d2;
color: #000;
border-top: 1px solid #122045;
}

#mitte {
position: absolute;
top: 11em;
left: 12em;
width: 37.8em;
background-color: #fff;
color: #000;
border-top: 1px solid #122045;
border-left: 1px solid #a5a4a9;
}

#links,
#mitte {
min-height: 850px;
}

#marginalie {
position: relative;
top: 11em;
left: 60.2em;
width: 13.4em;
background-color: #122045;
color: #fff;
border-top: 1px solid #122045;
}

/*  */

.tableborder {border: 1px solid #dcdcdc}