html, body {
   width: 100%;
  	/*height: 100%;*/
   color: #333333;
   background: #cccccc;
  	margin: 0em;
  	padding: 0em;
	}

body {
	height: 100%;
	min-height: 100%;
	font-size: 75%;
   text-align: center;
   background: url(/media/bg_body.gif) #cccccc;
   }

img { margin:0; padding:0; border: 0; /*vertical-align:top;*/ }


/*********************************************************************/

#rahmen {
	width: 61.563em;/*985px;*/
	text-align: left;
   margin: 0px auto;
	}

#rahmen_ob { background: #f5f5f5; }
#rahmen_un { background: url(/media/bg_rahmen_un.gif) 0px 100% repeat-x; }
#rahmen_li { background: url(/media/bg_schatten_l.gif) 0px 0px repeat-y; }
#rahmen_re { background: url(/media/bg_schatten_r.gif) 100% 0px repeat-y; }
#rahmen_li_ob {}
#rahmen_li_un { background: url(/media/bg_rahmen_li_un.gif) 0px 100% no-repeat; }
#rahmen_re_ob {}
#rahmen_re_un { background: url(/media/bg_rahmen_re_un.gif) 100% 100% no-repeat; padding-bottom:32px; }

/*********************************************************************/


/**************** HEADER ***************/

.streifen {
	height: 0.625em;/*10px;*/
	background: #ffc900;
	border-right: 4.063em/*65px*/ solid #9c9d9f;
	margin: 0px 10px;
	overflow: hidden;
	}

#header {
	height: 4.375em;/*70px;*/
   margin: 0.688em 10px;/*11px 10px;*/
   overflow: hidden;
	}

#head_bilder {
	float: left;
	display: inline;
	width: 50.750em;/*812px;*/
	margin-left: 1.250em;/*20px;*/
	overflow: hidden;
	}
/*#head_bilder img { width:50.250em;/*804px;*/ /*height:4.375em;/*70px;*/ /*}*/
#head_bilder img { float:left; /*display:block;*/ margin-right: 0.313em;/*5px;*/ }


#logo {
   float: right;
   width: 7.563em;/*121px;*/
   overflow: hidden;
	}


#mainnav {
	width: 55.000em;/*880px;*/
	height: 1.875em;/*30px;*/
	color: #c7c7c7;
	background: #fefefe;
	border: 1px solid #c7c7c7;
	margin-left: 1.875em;/*30px;*/
	padding: 0.188em 0em;/*3px 0px;*/
	}
*html #mainnav { height: 2.188em;/*35px;*/ }

/************************    CONTENT     *************************/

#outer {
	width: 33.188em;/*546px;*/
   border-left: 10.875em solid #f5f5f5; /*174px;*/
   border-right: 9.375em solid #f5f5f5; /*150px;*/
   margin: 0px 10px 0px 1.875em;/*30px;*/
   margin-top: 2.188em;/*35px;*/
	}
*html #outer { width: 55.000em;/*880px;*/ }

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

/************************     LINKS      *************************/

#links {
   float: left;
   display: inline;
   position: relative;
   width: 9.375em; /*150px;*/
   margin-left: -10.938em; /*-175px;*/
	}

#suche {
   margin-bottom: 0.625em;/*10px;*/
   }

#darstellung {
	background: #FFF;
	border: 1px solid #cccccc;
	padding: 0.438em;/*7px;*/
	margin-bottom: 0.625em;/*10px;*/
	}

.subnavi {
	background: #FFF;
	border: 1px solid #cccccc;
   /*padding: 0.313em;/*5px;*/
	}

#schnelleinstieg {
	font-size: 0.750em;/*12px;*/
	padding-left: 0.417em;/*5px;*/
	}
#schnelleinstieg a,
#schnelleinstieg a:active,
#schnelleinstieg a:visited,
#schnelleinstieg a:link {
	display: block;
	color: #666666;
	padding: 0.417em 0em;/*5px 0em;*/
	}
#schnelleinstieg a:hover { color:#00509e; text-decoration:none; }

.hdl_schnelleinstieg {
	display: block;
	width: 11.000em; /*143px;*/
  	font-size: 0.813em;/*13px;*/
  	font-weight: bold;
  	text-decoration: none;
  	/*color: #FFF;*/
         color: #666666;
  	background: url(/media/bg_lvl1.gif) top repeat-x #fec745;
   border-bottom: 1px solid #cccccc;
   padding-left: 0.385em;/*5px;*/
	}
*html .hdl_schnelleinstieg { width: 100%; }

/*****************************************************************/

#main {
	float: left;
	position: relative;
	/*width: 45.500em;/*546px;*/
   margin:0px;
   font-size: 0.750em;/*12px;*/
	}
*html #main { /*width: 52.167em;/*626px;*/ margin-right: 2.083em;/*25px;*/ }

#rechts {
	display: inline;
   float: right;
   position: relative;
   width: 9.375em; /*150px;*/
   margin-right: -10.938em; /*-175px;*/
	}

#content {
   position: relative;
   margin: 0px;
	}

#footer {
   clear: both;
   height: 5.667em;/*51px;*/
	font-family: Verdana,Arial,Helvetica,SunSans-Regular;
	font-size: 0.563em;/*9px;*/
   text-align: center;
   color: #9c9d9f;
   padding-top: 0.556em;/*5px;*/
	}
*html #footer { height: 6.222em;/*56px;*/ }
#footer a { color:#9c9d9f; text-decoration:none; }

#untenabstand {
	clear: both;
	height: 20px;
	}


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

@media print {
		body, html { height: auto; }
		body { width: 17cm; background: none; text-align: left; }
		#rahmen { position: static !important; height: auto !important; width: 17cm; padding:0; margin: 0; border-left:0; overflow:visible; }
		#rahmen_re_un { padding-bottom:0px; }
		.streifen, #header, #mainnav, #links, #rechts, #footer { display: none !important; }
   	#outer { border:none; margin:0px; width:100%; }
	}