html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;		
}
	


body {
	background: url("media/ff_bg_main.gif") repeat-x #EDF1F6;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 12px;
	font-family: Arial;
	font-size: 12px;
}

#main {
  position: relative;
  width: 960px;
  height: auto;
  margin: 0px auto;
  text-align: left;
}


/* HEADER OBEN */
#header_top {
	width: 100%;
	height: 11px;
	background: url("media/ff_header_bg_top.gif") repeat-x ;
}

#header_ecke_li_ob {
	position: absolute;
	height: 11px;
	width: 11px;
	background: url("media/ff_header_ecke_li_ob.gif") no-repeat;
	z-index: 2;
}
      
#header_ecke_re_ob {
	position: absolute;
	left: 100%;
	margin-left: -11px;
	height: 11px;
	width: 11px;
	background: url("media/ff_header_ecke_re_ob.gif") no-repeat ;
	z-index: 2;
}
/* /HEADER OBEN */

/* CONTENT */
#content {
	padding-left: 11px;
	padding-right: 11px;
	width: auto; 
	background: #f00;
	background: url("media/ff_bg_content.gif") repeat-y;
}
#bg_content_left {
	position: absolute;
	height: 227px;
	width: 11px;
	top: 11px;
	margin-left: -11px;
	background: url("media/ff_content_bg_left.gif") no-repeat;
	z-index: 2;		
}

#bg_content_right {
	position: absolute;
	left: 100%;
	margin-left: -11px;
	top: 11px;
	height: 227px;
	width: 11px;
	background: url("media/ff_content_bg_right.gif") no-repeat ;
	z-index: 2;
}
/* /CONTENT */

/* FOOTER */

#footer {
	width: 100%;
	height: 11px;
	background: url("media/ff_footer_bg.gif") repeat-x ;
}

#footer_li_un {
	position: absolute;
	height: 11px;
	width: 11px;
	margin-left: -1px;
	background: url("media/ff_footer_li_un.gif") no-repeat;
	z-index: 2;
}

#footer_re_un {
	position: absolute;
	left: 100%;
	margin-left: -10px;
	height: 11px;
	width: 11px;
	background: url("media/ff_footer_re_un.gif") no-repeat ;
	z-index: 2;
}
/* /FOOTER */


#content_head {
	position: relative;
	width: 100%;
	height: 115px; 	
	background: #fff;
}

#logo {
	position: absolute;
	left: 47px;
	top: 7px;
	width: 114px;
	height: 97px;
	float: left;	
}

#bilder_oben {
	position: absolute;
	left: 215px;	
	top: 5px;
}

#pfad {
	width: 100%; 
	height: 20px;
	background: #EDF1F6;
	border: 1px solid #7694BD;
	margin-top: 10px; 
	margin-bottom: 15px;		
}

#pfad a { color: #000; text-decoration: none; }

#quicknav {
	position: absolute;
	left: 701px;	
	top: 5px;
	width: 233px;
	height: 100px;
	background: #EDF1F6;
	border: 1px solid #7694BD;
	color: #013984;
	font-size: 11px;
	font-weight: bold;
}

#quicknav a, #quicknav a:link, #quicknav a:visited { color: #000; font-weight: normal; text-decoration: none; }

#quicknav_content { padding: 10px 0px 0px  10px; }
.suchfeld { width: 130px; height: 19px; border: 1px solid #7694BD }
.suchbutton { width: 55px; height: 19px; background: #7694BD; margin-left: 20px;  border: none; font-weight: bold; font-size: 11px; color: #fff; }

#content_main {
	position: relative;
	height: auto !important;
	height: 1px;
	width: auto;
	margin-left: 215px !important;
	margin-left: 212px;
	/*padding-left: 10px;	*/
}

#nav {
	position: relative;
	width: 201px;
	background: transparent;
	float: left;
}
	
	
		
	



