/*Layers*/

#contentframe   { 
	/** background-color: white; **/
	text-align: left; 
	margin: 0 auto; 
	padding-top: 10px; 
	position: relative; 
	width: 1130px; 
	min-height: 530px;  
	clear: left;
	top: 80px; }
#vline {
	background-color:#5b5b5d;
	height:398px;
	left:138px;
	position:absolute;
	top:157px;
	visibility:visible;
	width:1px; 
}


#logo { 
		visibility: visible; 
		position: absolute; 
		left:108px;
		top:205px;

}

#topnavi { 
		visibility: visible; 
		position: absolute; 
		top: 32px; 
		left: 136px; 
		width: 400px; 
		height: 15px; 
		font-family: Arial;
		font-weight: bold; 
		color: #747576; 
		font-size: 12px; }

#content  { 
		line-height: 16px; 
		text-align: left; 
		visibility: visible; 
		position: absolute; 
		top: 50px; 
		left: 130px; 
		width: 900px; 
		height: 450px;
		z-index:3;
		}

#content_left {
	
	height:430px; /* Achtung: #content_right/top  bei Änderungen entsprechend anpassen!!!!  */
	left:0px;
	background-color:white;
	padding:10px;
	position:relative;
	top:0px;
	width:430px; /* Achtung: #content_right/left bei Änderungen entsprechend anpassen!!!!  */
}

#content_right {
	height:450px;
	font-size: 12px;
	line-height: 17px;
	background-color:white;
	left:450px;
	padding-left:0px;
	padding-top:0px;
	position:absolute;
	top:0px;
	width:450px;
}

#content_right p {
	margin-top:0px;
}
#navigation   { 
	line-height: 18px;
	font-size: 13px; 
	text-align: right; 
	visibility: visible; 
	position: absolute; 
	z-index: 5; 
	top: 157px; 
	left: -23px; 
	width: 138px; 
	height: 350px }

#bottomblue   { 
		background-color: #7299be; 
		visibility: visible; 
		position: absolute; 
		bottom: 0px; 
		right: 108px; 
		width: 105px; 
		height: 7px }
#bottomred   { 
		background-color: #b73c1e; 
		visibility: visible; 
		position: absolute; 
		bottom: 0px; 
		right: 68px; 
		width: 40px; 
		height: 7px }
#bottomorange   { 
		background-color: #c7711e; 
		visibility: visible; 
		position: absolute; 
		bottom: 0px; 
		right: 40px; 
		width: 28px;
		height: 7px }
#bottomgrey   { 
		background-color: #747576; 
		visibility: visible; 
		position: absolute; 
		bottom: 0px; 
		left: 132px; 
		width: 585px; 
		height: 7px }
#adresse    { 
		visibility: visible; 
		position: absolute; 
		bottom: -21px; 
		left: 12px; 
		min-width: 400px; 
		height: 20px }

/**** Subnavigation Menu oben ***/

div.topSubNavi {
	position:absolute;
	top:118px;
}

#topSubNavi_umwelt {
}
#topSubNavi_aktuelles {
	left:216px;
}
#topSubNavi_links {
}
#topSubNavi_kontakt {
	left:317px;
}



/********** Inhaltszentrierung **********************/
/* SRC: http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
div.dynamicLeftContent_frame0 {
	display: table; 
	height: 386px;  
	#position: relative;
	 overflow: hidden;
}
div.dynamicLeftContent_frame2 {
 	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}
div.dynamicLeftContent_frame2 {
	#position: relative;
	 #top: -50%;
}


/* DocBrowser */

.waxmlc_documents_title {
	font-weight: bold; 
	color: #ff4001;
	text-align: left; 
	font-size: 15px; 
	font-family: Arial; 
	margin-top: 0; 
	padding-top: 0 }
.waxmlc_documents_file { 
	display: block;
	line-height: 20px;  }
.waxmlc_documents_file_zebra {
	display: block;
	background-color: grey; }
.waxmlc_documents_file_size {
	font-size: 10px; }
.waxmlc_documents_file_size:before {
	content: '('; }
.waxmlc_documents_file_size:after {
	content: ')'; }
.waxmlc_documents_file_icon {
	display: none; }	

div.galerieDaten {
	position:relative;
	top:0px;
}

div#imgSwapFrame{
	position:relative;
	top:0px;
}

span.galerie {
	display:none;
}


