#container {
	margin:auto;
	width:700px;
	height:auto;
	}
#logo {
	float:left;
	height:100px;
	width: 680px;
	margin:10px 0 10px 0;
}
#content {
	float:left;
	width:520px;
	height:auto;
	min-height:630px;
  	height:auto !important;
  	height:630px;
	margin-bottom: 40px;
	background-color:#dddfdc;
}
#box {
	height:auto;
	margin:15px 15px 25px 15px;
}	
#content_top {
	float:left;
	width:520px;
	height:0px;
	margin:0 0 15px 0;
}
#navigation {
	float:left;
	width:150px;
	height:630px;
	margin: 5px 0 0 15px;
}
#navigation_sub {
	float:left;
	width:508px;
	height:16px;
	padding: 5px;
	border:1px solid #cccccc;
}
#navigation_sub_02 {
	float:left;
	width:508px;
	height:16px;
	padding: 4px 5px 3px 5px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#navigation_bottom {
	text-align:right;
	float:left;
	width:505px;
	height:25px;
	padding: 4px 10px 3px 5px;
}
#clearer {clear: both;}

#navigation_blaetterer {
	float:right;
}
#sponsorliste {
	float:left;
	width:498px;
	height:auto;
	padding: 5px 10px 5px 10px;
	border:1px solid #cccccc;
}
#logo_popup {
	float:left;
	height:100px;
	width: 100%;
	margin:10px 0 10px 0;
}
#content_popup {
	float:left;
	width:100%;
	height:auto;
	min-height:630px;
  	height:auto !important;
  	height:630px;
	margin-bottom: 40px;
	background-color:#dddfdc;
}
.spenden_tabelle_01 {float:left; width:120px; margin:2px 5px 2px 0;}
.spenden_tabelle_02 {float:left; width:220px; }

#abstand {height:15px; width:370px; float:left;}

#marquee {
	float:left;
	width:508px;
	height:16px;
	padding: 5px;
	border:1px solid #cccccc;
}


/*
*********************************
Login
*********************************
*/

#login {
	/*display:none;*/
	position:absolute;
	top:300px;
	width:300px;
	height:180px;
	margin:15px 15px 25px 85px;
	background-color:#ffffff;
    -moz-border-radius:15px;
    -moz-box-shadow:0 0 10px #333;
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 0 0 10px #333;
    border:3px solid white;
    padding:20px;

}	

#overlayer {
	/*display:none;*/
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:black;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}	

