@charset "utf-8";
html { margin: 0px; padding: 0px; height: 100%}
body { margin: 0px; padding: 0px; height: 100%}

#container {
	height: auto !important;
	height: 100%;
	width: 1050px;
	min-height: 100%;
	margin: auto;
	background-color: #FFF;
	overflow: inherit;
			 }
#column1 {
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
	float: left;
	margin-top: 20px;
	letter-spacing: 1px;
	
	
}
#column2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	float: left;
	padding-top: 530px;
	font-size: 12px;
	color: #30584E;
	letter-spacing: 1px;
	opacity: 0.5;
	background-color: #FFF;
	filter: alpha(opacity=50);
	}

#column3 {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	float: left;
	font-size: 35px;
	line-height: 60px;
	color: #30584E;
	margin-left: 40px;
	opacity: 0.5;
	background-image: url(Grafiken/bg.png);
	background-repeat: no-repeat;
	filter: alpha(opacity=50);
	z-index: 3;
	width: 570px; 
	white-space: nowrap;
}

#overlay {
	position: absolute;
	width: 625px;
	height: 341px;
	background-color: #FFFA00;
	top: 77px;
	margin-left: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70px;
	padding: 0px;
	z-index: 4;
	line-height: 92px;
}
#overlay p {margin-top: -21px; margin-left: -5px;}
#overlaybg {
	position: absolute;
	width: 625px;
	height: 341px;
	background-color: #FFFA00;
	top: 77px;
	margin-left: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70px;
	padding: 0px;
	z-index: 2;
}

.green {color: #30584E}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	float: left;
	margin-top: 14px;
	line-height: 30px;
}

#content ul {list-style-image:url(Grafiken/pfeil.png);margin: 17px; padding: 0px;}
#content ul li.pfeil {list-style-image:url(Grafiken/pfeil.png);}
#content a {color: #30584E; text-decoration: none;}
#content a:hover {color: #FF0;}
.impressum{
	line-height: 15px;
	font-weight: normal;
	display: none;
}
