html, body {
   width: 100%;
  	height: 100%;
   color: #1E1E1E;
   background: #FFF;
  	margin: 0em;
  	padding: 0em;
	}

body { text-align: center; font-size: 75%; }

img { margin:0; padding:0; border: 0; }

#main {
	width: 61.063em; /*977px;*/
   text-align: left;
   margin: 0px auto;
	}

/**************** HEADER ***************/

#quicknav {
   font-size: 0.688em; /*11px;*/
   text-align: right;
   padding: 2.273em 0em 0.364em 0em; /*25px 0px 4px 0px;*/
	}
#quicknav a { text-decoration:none; }

#header {
	height: 5.688em; /*91px;*/
   background: url(/media/bg_header.jpg) top left no-repeat #E9E8E8;
   border-right: 1px solid #C0C0C0;
   border-bottom: 1px solid #C0C0C0;
   margin-bottom: 1px;
	}
*html #header { height:5.750em;/*92px;*/ }

#schriftzug {
	float: left;
   width: 21.188em; /*26.188em;*/ /*419px;*/
   padding: 3.438em 0em 0em 3.500em; /*55px 0px 0px 56px;*/
	}
*html #schriftzug { width: 22em; /* 475px;*/ /*29.688em;*/ }

#flusslandschaft {
	float: left;
   padding-top: 3em; /*2.063em;*/ /*43px;*/
   }

#suche { padding:0.688em 0.438em 0em 0em;/*11px 7px 0px 0px;*/ }

#darstellung {
	width: 22.000em; /*242px;*/
   height: 2.727em; /*30px;*/
   font-size: 0.688em; /*11px;*/
   font-weight: bold;
   margin-top: 2.273em; /*25px;*/
	}


/************************    CONTENT     *************************/

#hintergrund {
   clear: both;
   }

#main_inner {
	width: 59.188em; /*947px;*/
   margin-left: 0.625em; /*10px;*/
   }

#outer {
   background: #FFF;
   border-left: 13.625em/*218px*/ solid #F2F2F2;
   border-right: 5.188em/*83px*/ solid #F2F2F2;
	}

#inner {
   width: 100%;
   margin:0px;
	}

#links {
   float: left;
   display: inline;
   position: relative;
   width: 13.625em; /*218px;*/
   margin-left: -13.625em;/*-218px;*/
	}

#rechts {
   float: right;
   display: inline;
   position: relative;
   width: 5.188em;/*83px;*/
   margin-right: -5.188em;/*-83px;*/
	}

#balken_or {
   height: 1.875em;/*30px;*/
	}

#content {
	float: left;
   position: relative;
   font-size: 0.750em; /*12px;*/
   line-height: 1.500em;/*18px;*/
   padding: 0em 1.667em;/*0px 20px;*/
   margin: 0px;
   width: 50.5em; /* nachträglich eingefügt, da Ansicht im FF zu eng war D.H. */
	}

* html #content { /* nachträglich eingefügt, da Ansicht im FF zu eng war D.H. */
   width:100%;
        }

#breadcrumb {
   line-height: 2.636em; /*29px;*/
   font-size: 0.917em; /*11px;*/
   border-bottom: 1px solid #C0C0C0;
	}

#footer {
   font-size: 0.688em; /*11px;*/
   text-align: right;
   line-height: 1.818em; /*20px;*/
   background: #E8E8E8;
   border: 1px solid #C0C0C0;
   padding-right: 0.909em;/*10px;*/
   margin-top: 0.909em;/*10px;*/
	}
#footer a { text-decoration:none; }

.block { display: block; }


/************************  DRUCKAUSGABE  *************************/

@media print {
	body, html { height: auto; }
	body { width: 17cm; background: none; text-align: left; }
	#main { position: static; height: auto; width: 17cm; margin: 0; border-left:0; }
	#quicknav, #mnav1, #mnav2, .navi_1, .navi_2, .navi_3, .navi_4, #header, #links, #rechts, #breadcrumb, #footer { display: none; }
   #main_inner { margin-left:0px; }
   #outer { border:none; }
   #content { padding:0px; width: 17cm; }
}