html, body {
   width: 100%;
   color: #000000;
  	margin: 0em;
  	padding: 0em;
	}

body {
	height: 100%;
	min-height: 100%;
	font-size: 75%;
   /*background: url(/media/bg_body.gif) bottom repeat-x #FFFFFF;*/
   /*background-attachment: fixed;*/
   }

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

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

#container {
	position:relative;
	width: 100%;
	background: #FFF;
	margin-bottom:22px;
	}

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


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

#header {
	height: 4.063em;/*65px;*/
	background: url(/media/bg_header.gif) bottom repeat-x #183f84;
	overflow: hidden;
	}

#head_links {
	float: left;
	width: 14.813em;/*237px;*/
	overflow: hidden;
	}
#head_links img { width:14.813em;/*237px;*/ height:4.063em;/*65px;*/ }

#head_rechts {
	float: right;
	width: 25.455em;/*280px;*/
	font-size: 0.688em;/*11px;*/
	color: #FFF;
	padding-top: 0.364em;/*4px;*/
	}

#head_adr_l {
	float: left;
	text-align: right;
	margin-right: 1.818em;/*20px;*/
	}

#head_adr_r {
	float: left;
	}

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

#outer { border-left: 10.625em solid #FFFFFF; /*170px;*/ }


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

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

#links {
   float: left;
   display: inline;
   position: relative;
   width: 10.625em; /*170px;*/
   margin-left: -10.625em; /*-170px;*/
	}

#mainnav {
	width: 8.438em;/*135px;*/
	margin-left: 0.625em;/*10px;*/
	}

#optionen {
	text-align: center;
	margin-bottom: 1.250em;/*20px;*/
	}
#optionen img { width:1.000em;/*16px;*/ height:1.000em;/*16px;*/ }

.icon { margin-right:2px; }

/************************    MAIN     *************************/

#main { float: left; width: 100%; }

#subnav {
	font-size: 0.688em;/*11px;*/
	margin:0 120px 0 0;
	border-bottom: 2px solid #8d8d8d;
	padding-bottom: 0.909em;/*10px;*/
	}

#awnf_kontakt {
	position: absolute;
	top: 4.000em;/*64px;*/
	right: 0px;
	background: #FFF;
	padding-right: 2px;
	z-index: 2;
	}

#content {
	/*font-size: 0.750em;/*12px;*/
	margin-top: 2.500em;/*30px;*/
	}

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

#footer {
	height: 1.375em;/*22px;*/
	background: #4e86b6;
	margin-top: 0.625em;/*10px;*/
	overflow: hidden;
	}

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

@media print {
	body, html { height: auto; }
	body { width: 17cm; background: none; text-align: left; }
	#main { position: static !important; height: auto !important; width: 17cm; padding:0; margin: 0; border-left:0; overflow:visible; }
	#header, #links, #subnav, #awnf_kontakt, #footer { display: none !important; }
	#content { margin-top:0px; }
   #outer { border:none; margin-left:0px; width:100%; }
	}