@charset "UTF-8";
/* imports */
@import url("reset.css");
@import url("general.css");
@import url("formate.css");
@import url("restricted_area.css");
@import url("widget.css");
@import url("maps.css");


/* Seitenaufbau */
#page { 
	width: 944px;
	padding: 0 0 0 56px;
	position: relative;
	float: left;
}
	#main {
		width: 600px;
		float: left;
		margin: 24px 24px 0 0;
		position: relative;
    z-index: 100
	}
    
        body.news_body #main { margin: 0 }
		#headline { 
			font-size: 32px;
			line-height: 25px;
			color: #fff;
			font-weight: bold;
			margin-bottom: 6px;
		}
			#headline img { 
				float: left; 
				margin-right: 18px
			}
			#headline span { font-size: 11px; display: block; margin-top: -2px }
			
		#functionbar { 
			position: absolute;
			right: 0;
			top: 28px;
			width: 111px;
		}
	
	#content {
		clear: both;
		background: #fff;
		padding: 16px 20px 0;
		float: left;
		width: 560px;
		overflow: hidden;
	}
	

	div#news {
		background: url(../images/bg_content.png);
		margin-left: 60px;
		padding: 0 5px;
		clear: both;
		overflow: hidden
	}
	div#sidebar { 
		width: 320px; 
		float: left;
		position: relative;
    z-index: 1
	}

#footer {
	background: url(../images/bg_footer.png);
	width: 100%;
	z-index: 10000;
	height: 61px;
	clear: both;
	overflow: hidden
}
	#footer .wrapper {
		background: #f4e03c;
		margin-left: 56px;
		width: 944px;
		position: relative;
		height: 61px;
		overflow: hidden
	}
	
	  #footer .social { float: left; margin: 12px 0 0 50px; }
 		  #footer .social li { float: left; padding-right: 10px }
        #footer .social li a {
          background: url(../images/icons_social.png) no-repeat;
          padding-left: 20px;
          color: #333;
          font-size: 11px;
          font-weight: bold;
          text-decoration: none;
          line-height: 16px;
          display: block
        }
        #footer .social li.youtube a { background-position: 0 0 }
        #footer .social li.facebook a {  }
        #footer .social li.twitter a {  }
		
		#footer img.environment { position: absolute; right: 16px; top: 5px }
		#footer img.logo { position: absolute; right: 95px; top: 11px }


/* Bearbeitungsansicht */
body.edit div#headline { position: relative; width: 90% }

/* Startseite */
.start #content { padding-top: 0 }

/* Googlemaps */
.googlemaps #main { width: 1200px; margin-right: 0 }
.googlemaps #mapscontent { width: 1152px; padding: 0 24px; background: #9e9b96 }
.googlemaps #footer .wrapper { width: 1200px }

/* Tarife */
.tarif #main { width: 944px; margin-right: 0 }
.tarif #functionbar { right: 345px }
.tarif #sidebar { position: absolute; left: 680px; z-index: 1000 }
.tarif #content { width: 912px; padding: 16px; background: #9e9b96 }

.tarif-en #content { width: 568px }

/* Popup white */
body.leer div#main_content { 
	padding: 25px; 
	background: #fff;
}

/* Druckansicht */
body.print div#page { width: 600px; position: relative }
	body.print div#content { margin: 0 }
	
div#printheader { 
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
	padding-bottom: 1em 
}
	div#printheader a.button { 
		position: absolute;
		top: -20px;
		right: 0;
		background: url(../images/icon_print.png) no-repeat 5px 3px;
		padding-left: 30px 
	}		


/* Tablestyles */
table.popup { background: #fff }
	table.popup td { padding: 10px; color: #000 }
	table.popup td * { color: #000 }
	
/* editmode */
body.edit ul.cornice { top: 240px }

/* Fehler 404 */
.error_404 {}
	.error_404 #content { padding-bottom: 16px }

