
html, body { 		/*http://manuelbieh.de/www/blog/wp-content/vertically-centered2.html Wie auch schon beim 100 % HÃ¶he Tutorial (http://www.manuelbieh.de/www/blog/2005/10/11/einmal-erdgeschoss-bitte) ist es auch hier nÃ¶tig 100 % HÃ¶he auf html und body anzuwenden */
	height: 100%; 
	margin: 0;
	padding: 0;
	background-color:#ffefbf;
}

#abstand {
	height: 50%; 
	width: 100px;
	margin-bottom: -20em; 
	float: left; 
	}

#base_container {
	height: 646px;
	width:998px;
	padding:0px;
	overflow: hidden; 
	position: relative; 
	margin: auto auto; 
	text-align: left;
	clear: left; 
	background-image:url(../images/bg/content_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#content_container {
}

#flash_header {
	margin-bottom:15px;
}



.logo{
float:left;
}

* html .logo {
margin-right:-3px;
}

.mainnavi {
margin-left:0px;
}



.map {
	height:424px;
	width:256px;
	padding:15px;
	margin-left:45px;
	margin-bottom:0px;
	background-color:#e1efd3;
}
.map_impressionen {
	height:454px;
	width:286px;
	margin-left:45px;
	margin-bottom:0px;
	background-color:#e1efd3;
}
.maincontent_container {
    float:right;
	width:652px;
	height:499px;
}

.content {
	height:307px;
	width:356px;
	margin-left:5px;
	margin-bottom:15px;
	padding:15px;
	background-color:#ffffff;
}
.content_galerie {
	height:337px;
	width:602px;
	margin-left:5px;
	margin-bottom:15px;
}


.sidekick_right {
    float: right;
	width:246px;
	height:337px;
	margin-bottom:15px;
	padding-left:15px;
}
* html .sidekick_right {
	margin-left:-3px;
}



.image_left {
	width:214px;
	height:147px;
}
.image_middle {
    float: right;
	width:214px;
	height:147px;
	margin-left:5px;
}
* html .image_middle {
	margin-left:3px;
}
.image_right {
    float: right;
	width:214px; 
	height:147px;
	margin-left:5px;
}
* html .image_right {
	margin-left:4px;
}

.footer {
	width:286px;
	height:25px;
	margin-left:45px;
	margin-top:24px;
}
