BODY {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}

#main {
  position: relative;
	width: 1010px;
	margin: auto;
	text-align: left;
	/*border-left:1px solid #fff;*/
}

#wappen {
  position: absolute;
  left: 66px;
  top: 42px;
  width: 99px;
  height: 110px;
  overflow: hidden;
  background: url(media_ff/wappen.png) no-repeat;
}



#header {
	width: 1010px;
	height: 131px;
	overflow: hidden;
}

#navigation {
	background: url("media_ff/bg_nav.gif") repeat-y;
	float: left;
	width: 254px;
	overflow: hidden;
}

#navigation_head {
	background: url("media_ff/nav_top.gif") no-repeat;
	width: 254px;
	height: 52px;
}

#navigation_content {
	position: relative;
	top: -32px;
	left: 3px;
	width: 208px;
}

#navigation_footer {
	clear: both;
	width: 217px;
	height: 52px;
	background: url("media_ff/nav_footer.gif") no-repeat;
	overflow: hidden;
}


#content {
	float: left;
	display: inline;
	width: 756px;
  	/*margin-left: 0px !important;*/
	/*margin-left: 253px;*/
	/*width: auto !important;*/
	/*width: 100%;*/
	background: #fff;
	/*margin-right: 28px;*/
	/*overflow: hidden;*/
}

#footer {
	position: relative;
	top: 10px;
	width: auto !important;
	width: 100%;
	height: 20px;
	background: #DA231B;
	clear: left;
	margin-bottom: 10px;
	text-align: center;
}


/* Navigation */

#navigation_content ul { margin: 0; padding: 0; list-style: none; }

#navigation_content li  {
	margin: 0px:
	padding: 0px;
	clear: both;
}

#navigation_content ul.ul_level1 li { padding-top: 10px;}
#navigation_content ul.ul_level2 li { padding-top: 0px;}



.but_left {
	width: 6px;
	height: 20px;
	background: url("media_ff/but_left.gif") no-repeat;
	float:left;
}

.but_middle {
	width: 196px;
	height: 20px;
	background: url("media_ff/but_middle.gif") repeat-x;
	line-height: 20px !important;
	line-height: 18px;
	vertical-align: middle;
	float: left;
}

.but_right {
	width: 6px;
	height: 20px;
	background: url("media_ff/but_right.gif") no-repeat;
	float:left;
}

.but_middle a,
.but_middle a:link,
.but_middle a:visited,
 {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

ul.ul_level1 li a,
ul.ul_level1 li a:link,
ul.ul_level1 li a:visited {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}


ul.ul_level2 {
	position: relative;
	left: 4px;
	clear: both !important;
	clear: none;
	border: 1px solid #DC2921;
	border-top: none;
	background: #F4F4F4;
	width: 198px !important;
	width: 200px;
	margin: 10px;
}

ul.ul_level2 li {
	border-bottom: 1px solid #B9B9B9;
}

ul.ul_level2 li a,
ul.ul_level2 li a:link,
ul.ul_level2 li a:visited {
  text-decoration: none;
  color: #000;
	padding-top: 2px;
	display: block;
	height: 18px;
	width: auto !important;
	width: 100%;
	padding-left: 10px;
}

ul.ul_level2 li a:hover,
ul.ul_level2 li a:active   {
	background: #EAEAEA;
}

.level2_end {
	display: block;
	position: relative;
	left: 4px;
	width: 200px;
	height: 15px;
	background: url("media_ff/nav_level1_end.gif") no-repeat;
}



#footer ul {
	display:inline;
	margin:0px; padding:0px;
	position:relative;
	top: 2px;
}
#footer ul li {
	display:inline;
}
#footer a {
	font-size:11px;
	font-weight:bold;
	background-color:#da231b;
	color:#fff;
	text-decoration:none;
	padding-right:30px;
}
#footer a:hover {
	background-color:#da231b;
	color:#000;
	text-decoration:none;
}

#suche {
  position: absolute;
  margin-left: 5px;
  margin-top: 0px;
}

.suchfeld {
  float: left;
  width:  150px;
  border: 1px solid #B5B3B3;
}

.suchbutton {

}

/* Druckausgabe */
@media print {

#wappen, #header, #navigation, #footer { display: none; }

body {
	margin: 0px;
	width: 16cm !important;
	/*overflow-x: visible;
	overflow-y: visible;*/
}

div, table {
	width: 100%;
	height: auto;
	overflow-x: visible;
	overflow-y: visible;

}

td { width: auto !important; }
p { font-size: 13px; }

#main { width:17cm !important; font-size:13px; }

#content, #content_main {
	margin: 0px !important;
	width: 17cm !important;
	height: auto;
	font-size: 13px !important;
	/*overflow-x: visible;
	overflow-y: visible;*/

}

.tpl_inhalt_text { width:100% !important; border:none !important; padding:0px !important; }

form {width:16cm !important;}

}
/* Druckausgabe Ende */
