body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #1860A2;
	width:100%;
	height:100%;
	background-attachment:fixed;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#SolarGewaechsHaus {
	position:absolute;
	top: 270px;
	left: 10px;
	z-index:100;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	visibility: visible;
}
#SolarAnlage {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	background-image: url(/images/SolarAnlage.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	visibility: visible;
}

.TopMenue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1860A2;
	text-decoration: none;
}
a:hover.TopMenue {
	background-color:#D9D9D9;
	text-decoration: none;
	color: #1860A2;
}
#TopMenueTable {
	margin: 5px;
	width: 99%;
}
#Logo {
	position:absolute;
	z-index:4;
	top: 10px;
	width: 100%;
	background-color: #FFFFFF;
	visibility: visible;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1860A2;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#SieHabenGeld {
	position:absolute;
	width:441px;
	height:150px;
	z-index:3;
	left: 500px;
	top: 25px;
	background-attachment: scroll;
	background-image: url(images/SieHabenDieMittel.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#MitSonne {
	position:absolute;
	width:100%;
	height:76px;
	z-index:3;
	left: 0px;
	top: 170px;
	background-image: url(images/MitSonne.gif);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible;
}
#Inhalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	position: absolute;
	top: 246px;
	left: 0px;
	width: 100%;
	z-index: 5;
	visibility: visible;
	padding:5px;
}
.xklein {font-size: x-small}
.Eingabefelder {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #1860A2;
	background-color: #EFEFEF;
}
.HintergrundGrau {
	background-color: #D9D9D9;
}


