html, body {
   width: 100%;
  	height: 100%;
   color: #000;
   background: #FFF;
  	margin: 0em;
  	padding: 0em;
	}

img { margin:0; padding:0; border: 0; }

#main {
	width: 62.188em; /*995px;*/
   min-height: 100%;
	}
*html #main { height: 100%; }

#header {
	height: 8.125em; /*130px;*/
   border-bottom: 1px solid #9B9B9B;
	}
*html #header { height:8.188em; /*131px;*/ }

#logo {
	float: left;
   width: 12.500em; /*200px;*/
   height: 8.125em; /*130px;*/
   background: url(/media/bg_logo.gif) repeat-x #FFF;
   }

#headbild {
   float:left;
   width: 49.688em; /*795px;*/
   height: 8.125em; /*130px;*/
	}
#headbild img { width:49.688em; height:8.125em; }

#mainnav {
   width: 100%;
   height: 1.313em; /*21px;*/
   background: #2A47A1;
   margin: 1px 0px;
	}

#mainnav_inner {
	height: 1.313em; /*21px;*/
   margin-left: 12.500em; /*200px;*/
   border-left: 0.313em/*5px*/ solid #FFF;
	}

#outer {
   background: #FFF;
   border-left: 12.500em/*200px*/ solid #E0E3F3;
	}

#inner {
   margin: 0px;
   width: 100%;
	}

#links {
   float: left;
   position: relative;
   width: 12.500em; /*200px;*/
   background: #E0E3F3;
   margin-left: -12.500em; /*-200px;*/
   margin-right: 1px;
	}

#suche {
   /*width: 12.500em; /*200px;*/
	height: 3.813em; /*61px;*/
   text-align: center;
   background: #C8CFE8;
   }

#menue { border-bottom: 1px solid #2A47A1; }

#quicknav {
   /*height: 6.455em; /*71px;*/
   font-size: 70%;
   line-height: 1.909em; /*21px;*/
   margin-top: 30px;
   padding-left: 0.909em; /*10px;*/
   border-top: 1px dotted #2A47A1;
   border-bottom: 1px dotted #2A47A1;
	}
#quicknav a { text-decoration:none; color:#000; }

#schriftoptionen {
   height: 23px;
   font-size: 75%;
   font-weight: bold;
   margin: 1.667em 0em 1.667em 1.667em; /*20px;*/
	}
#schriftoptionen img { width:1.833em; height:1.833em; }

.icons { margin-left: 5px; }

#content {
	float: left;
   position: relative;
   width: 49.625em; /*794px;*/
   margin: 0px;
	}

#content_inner {
	font-size: 75%;
   margin: 0em 0em 0em 1.563em; /*20px 0px 0px 25px;*/
   padding-top: 1.250em; /*20px;*/
   }
*html #content_inner { float:left; display:inline; }

#breadcrumb {
	font-size: 90%;
   background: #C6CCE7;
   border: 1px solid #2A47A1;
   padding: 4px;
   margin-bottom: 1.818em; /*20px;*/
	}
#breadcrumb a { color:#000; }
#breadcrumb a:hover { color:#2A47A1; }



/************************  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; }
	#header, #mainnav, #links, #breadcrumb, .tpl_footer { display: none; }
   #outer { border:none; }
   #content_inner { margin:0; padding:0; }
   #content { margin-left:0px; width: 17cm; }
}