body {
	background-color: #FFCC00; 
	margin: 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
}

.clear {
	 width: 100%; 
	 height: 100%; 
	 border: 0px; 
	 z-index: 1000; 
	 position: absolute; 
	 top: 0px; 
	 left: 0px;
}

.top-left {
	width: 51%; 
	height: 50%; 
	background-color: #FFFFFF; 
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.top-right {
	width: 50%; 
	height: 50%; 
	position: absolute;
	background-color:#FFFFFF;
	background-image: url(images/bg_top.gif); 
	background-repeat:repeat-x; 
	background-position: bottom;
	top: 0px;
	right: 0px;
	z-index: 1;
	text-align: left;
}

.bild-bg {
	width: 100%; 
	height: 224px; 
	background-image:url(images/bild.jpg); 
	text-align: center; 
	position:absolute; 
	top: 50%;
	margin-top: -112px;  
	left: 0px;
	z-index: 2;
}

.bild {
	width: 100%; 
	height: 224px; 
	background-image:url(images/bild.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
	text-align: center;
}

.bilder {
	margin-top: 50px; 
	border: 2px #FFFFFF solid;
}

.bottom-out {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: 100px;
	width: 800px;
	height: 224px; 
	text-align: center;
	clear: both
}

.bottom-inner {
	width: 800px; 
	margin: auto; 
	text-align:left;
}

.bottom-solartechnik {
	font-size: 85px; 
	font-weight: bold; 
	color: #FDE398;
}

.bottom-words {
	margin-left: 175px; 
	margin-top: -10px; 
	font-size: 17px; 
	font-weight: bold; 
	color: #FFFFFF;
	letter-spacing: 0.1em;
}

.bottom-lang {
	float: left; 
	padding-top: 5px; 
	padding-right: 5px; 
	font-size: 11px; 
	margin-top: 30px; 
	letter-spacing: 0.1em;
}

.bottom-cramp {
	font-size: 22px; 
	color: #FFFFFF; 
	margin-top: 30px; 
	float: left; 
	letter-spacing: 0.15em;
}

.bottom-will {
	float: left; 
	text-align: center; 
	color: #666666; 
	font-size: 15px; 
	font-weight: bold; 
	margin-top: 34px; 
	margin-left: 30px; 
	letter-spacing: 0.1em
}

.ie {
	margin-top: 10px;
}