
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100.1%;
	background: #35629E;
	color: #000;
}


/* Aufbau Headbereich */

#balken_oben {
	width: 100%;
	height: 10px;
	background: #35629E;
	overflow: hidden;
}

#wappen {
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 2;
}

#css_icons {
	position: absolute;
	top: 15px;
	left: 212px;
	height: 25px;
	z-index: 2;
	border: none;
}

#icon_spacer {
	width: 20px;
	float: left;
}

#css_icons input, #css_icons img {
	margin-right: 5px;
	float: left;
}


#quicknav span { display: inline;}

#quicknav {
	position: absolute;
	top: 4.545em; /*50px;*/
	left: 212px;
	height: 1.727em; /*19px;*/
	width: auto;
	z-index: 2;
}

#quicknav a, #quicknav a:link, #quicknav a:visited {
	display: inline;
	color: #000;
	text-decoration: none;
}

#quicknav a:hover, #quicknav a:active  {
	display: inline;
	color: #f00;
}

#linien_outer {
	position: absolute;
	top: 4.500em; /*72px;*/
	left: 0px;
	height: 1.188em; /*19px;*/
	width: 100%;
}


#linien {
	position: relative;
	width: auto !important;
	height: 19px;
	margin-left: 13.250em; /*212px;*/
	background: url('media_ff/linien_blau.gif') repeat-x;
	z-index: 2
}



#header {
	height: 5.750em; /*92px;*/
	width: auto !important;
	width: 100% !important;
	background: #fff;
}


#suche {
	position: absolute;
	top: 11px;
	right: 17px;
	width: 12.188em; /*195px;*/
	overflow: hidden;
	height: 1.813em; /*29px;*/
	background: #E1E8F1;
}

.suchfeld {
	position: relative;
	left: 5px;
	top: 4px;
	width: 11.364em; /*125px;*/
	height: 1.727em; /*19px;*/
	border: 1px solid #35629E;
	float: left;
}

.suchbutton {
	position: relative;
	left: 5px;
	top: 4px;
	background: #E2EEFF;
	border: 1px solid #35629E;
	height: 1.727em; /*19px;*/
}



#nav_outer {
	width: 100%;
	background: #fff;
}


#nav {
	width: 47.500em; /*auto;*/
	position: relative;
	margin-left: 13.125em; /*210px;*/
	height: 1.375em; /*22px;*/
	font-weight: bold;
}

#balken_nav {
	position: relative;
	height: 20px;
	width: 100%;
	background: #35629E;
}

#content {
	width: 100%;
	border-top: 2px solid #fff;
	position: relative;
	/*background: #35629E;*/
}

#content_inner {
	width: 62.500em; /*1000px;*/
}

#pfad {
	display: block;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	width: 100%;
	border-bottom: 1px solid #E1E8F1;
	margin-bottom: 3px;
}



#subnav {
	width: 18.182em; /*200px;*/
	float: left;
}


#content_main {
	position: absolute !important;
	position: static;
	width: 46.875em; /*750px;*/
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 12.500em /*200px*/ !important;
	margin-left: 0px;
	text-align: left;
	padding-bottom: 10px;
}
*html #content_main { position: relative !important; }

/* BUTTONS */

#but_blau, #but_gruen, #but_rot, #but_gelb  {
	display: block;
	position: relative;
	height: 1.375em; /*22px;*/
	overflow: hidden;
	text-align: center;
	margin-right: 15px;
	float: left;
}

#but_blau { background: url('media_ff/but_blau_mitte.gif') repeat-x; }
#but_gruen { background: url('media_ff/but_gruen_mitte.gif') repeat-x; }
#but_rot { background: url('media_ff/but_rot_mitte.gif') repeat-x; }
#but_gelb { background: url('media_ff/but_gelb_mitte.gif') repeat-x; }

#blau_links, #gruen_links, #rot_links, #gelb_links  {
	display: table-cell;
	position: absolute;
	left: 0px;
	width: 8px;
	height: 1.375em; /*22px;*/
	background: url('media_ff/but_blau_links.gif') no-repeat;
}

#blau_links  { background: url('media_ff/but_blau_links.gif') repeat-y; }
#gruen_links  { background: url('media_ff/but_gruen_links.gif') no-repeat; }
#rot_links  { background: url('media_ff/but_rot_links.gif') no-repeat; }
#gelb_links  { background: url('media_ff/but_gelb_links.gif') repeat-y; }

#blau_rechts, #gruen_rechts, #rot_rechts, #gelb_rechts {
	display: table-cell;
	position: absolute;
	left: 100%;
	top: 0px;
	margin-left: -8px;
	width: 9px;
	height: 1.375em; /*22px;*/
}

#blau_rechts { background: url('media_ff/but_blau_rechts.gif') repeat-y; }
#gruen_rechts { background: url('media_ff/but_gruen_rechts.gif') no-repeat; }
#rot_rechts { background: url('media_ff/but_rot_rechts.gif') no-repeat; }
#gelb_rechts { background: url('media_ff/but_gelb_rechts.gif') repeat-y; }

#blau_text, #gruen_text, #rot_text, #gelb_text  {
	display: table-cell;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	color: #fff;
}


#blau_text a, #gruen_text a, #rot_text a, #gelb_text a {
	color: #fff;
	text-decoration: none;
}

/* ENDE BUTTONS */



/************************  DRUCKAUSGABE  *************************/

@media print {
	body, html { height: auto; }
	body { width: 17cm; background: none; text-align: left; }
	#balken_oben, #wappen, #css_icons, #quicknav, #linien_outer, #header, #suche, #nav_outer, #balken_nav, #subnav, #pfad, .cnt_footer, .mtp_adr_srl, .mtp_footer, .steuerung_bildergalerie, #br { display: none !important; }
	#content { position: static !important; height: auto !important; width: 17cm; margin: 0; border-top:0; overflow:visible; }
	#content_inner, #bl { width: 17cm !important; }
	#content_main { width: 17cm; margin-left:0px !important; padding:0px !important; }
	.cnt_text { padding:0px !important; }
	table { width:100%; }
	td { width:100%; }
	}