@charset "UTF-8";
/* common */
@import url('reset.css');
@import url('general.css');
@import url('formate.css');
@import url('mediapool.css');



#page { width: 980px; margin: 0 auto }

	#header { 
		padding-top: 15px; 
		position: relative; 
		z-index: 1000;
		width: 960px;
	}
		#logo { float: left; margin-right: 20px }

	#banner { position: relative;  }
		
	#subnavigation { 
		width: 180px; 
		margin-right: 45px; 
		float: left; 
		border-bottom: 1px solid #fff 
	}
	#content { width: 500px; margin-right: 54px; float: left }
		#map { width: 100%; height: 440px; margin-bottom: 1em }
		
	#sidebar { width: 190px; float: left }

/* Startseite */
#redaktion { width: 325px; float: left; margin-right: 70px }
#info { width: 315px; float: left; margin-right: 70px }


#footer {
	clear: both;
	border-top: 3px solid #bbb;
	padding-top: 10px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden
}
	#footer .copy { 
		color: #00618b; 
		position: absolute; 
		right: 0; 
		bottom: 2px 
	}
	#footer ul {}
		#footer ul li { 
			padding-right: 20px;
			float: left
		}
			
		#footer ul li label { color: #00618b; padding-top: 10px; display: block }





/* Bearbeitungsansicht */
.edit_mode {}
	.edit_mode .short_navigation_showNavi { height: auto; position: relative; width: 300px }

	.edit_mode #header { clear: both }
		.edit_mode #logo { float: none; display: block }
		
		.edit_mode #header br { 
			line-height: 0; 
			font: 0; 
			height: 0;
			overflow: hidden; 
		}
		.edit_mode #header table.panel { width: 280px; float: left; margin-right: 30px  }
			.edit_mode #header ul, .edit_mode #header .search2_showForm { 
				margin-top: 0 
			}
			.edit_mode #header .short_navigation_showNavi { top: 0 }
		
	.edit_mode #banner { clear: both }
		.edit_mode #banner img.image_show { margin: 0 }
		.edit_mode #banner .short_navigation_showWithImages { position: relative }
		.edit_mode #banner .short_navigation_showWithImages li { float: left }
		.edit_mode #banner .short_navigation_showWithImages li img {	position: relative; top: 0!important; left: 0!important }
