html body {
	font-family: bitstream vera sans,sans-serif, arial;
	background: #496383 url(images/hintergrund.png) repeat-x fixed;
	

}
* html body {
	font-family: bitstream vera sans,sans-serif, arial;
	/* Der drecks IE ist zu dumm um Farben darzustellen! */
	background: #405876 url(images/hintergrund.png) repeat-x fixed;	

}
#head {
	margin: 20px auto 0 auto;
	background-image: url(images/kopf.jpg);
	width: 805px;
	height: 150px;
	border: 0;	
}

#inhalt{
	width: 805px;
	min-height: 400px;
	margin: 0 auto 0 auto;
	font-size: 9pt;
	text-align: justify;
	background: #fff url(images/hgverlauf.png) repeat-y;
}

#links{
	float: left;
	width: 160px;
}


#mitte {
	background-color: #fff;
	width: 620px;
	margin: 10px 0 0 170px;
	color: #000;
}

#mitte h1 {
	text-align: center;
	font-size: 14pt;
	color: black;
	text-decoration: none;
}
	

#mitte_schmal {
	background-color: #fff;
	width: 420px;
	margin: 10px 0 0 10px;
	color: #000;
	float: left;
}

#mitte_top {
	background-image: url(images/verlaufbar.png);
	width: 634px;
	height: 25px;
	border-right: 1px solid #b8b8b8;
	margin: 0 0 0 160px;
	text-align: left;
	text-indent:10px;
}

#rechts {
	width: 200px;
	margin: 10px 0 0 590px;	
}

#footer{
	clear: both;
	background-image: url(images/fuss.png);
	width: 805px;
	height: 32px;
	border: 0;
	/* border-top: 1px solid #b8b8b8; */
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 8pt;
}

div.menu_title {
	text-align: center;
	background-image: url(images/navbar.png);
	width: 160px;
	height: 25px;
}

div.menu_title h3, #mitte_top h3, .tab_breit_top h3, .tab_schmal_top h3{
	color: #000;
	font-size: 11pt;
	font-weight: bold;
	margin:0;
	position: relative;
	top: 3px;
}

div.menulist {

	background: #fff url(images/menu.png) no-repeat;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	border: 1px solid #b8b8b8;
	border-top: 0;
	
	width: 158px;

}

/* Tabellen-Layouts */

div.tab_breit {
	width: 390px;
	border: 1px solid #b8b8b8;
	padding: 5px;
	
}

div.tab_breit_top{
	width: 400px;
	height: 20px;
	border: 1px solid #b8b8b8;
	border-bottom: 0;
	background-image: url(images/tabkopf.png);
	text-align: center;

}
div.tab_schmal {
	width: 180px;
	border: 1px solid #b8b8b8;
	padding: 5px;
	
}

div.tab_schmal_top{
	width: 190px;
	height: 20px;
	border: 1px solid #b8b8b8;
	border-bottom: 0;
	background-image: url(images/tabkopf.png);
	text-align: center;
}
/* Links */
a:link, a:visited, a:active {
	color: #B50000;
	text-decoration:none;
}

a:hover {
	color: #D00;
	text-decoration:underline;
}
a.small {
	font-size: 8pt;
		
}

a.lnk_ws:link,a.lnk_ws:visited,a.lnk_ws:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.lnk_ws:hover{  
	color: #D00;
	text-decoration: underline; 
}
a.lnk_intern:link,a.lnk_intern:visited,a.lnk_intern:active  {
	font-weight: bold;
	color: #BBB;
	text-decoration: none;
}
a.lnk_intern:hover {
	color: #D00;
	font-weight: bold;
	text-decoration: underline; 
}
/* Menükram */
ul.menue {
	margin: 0 0 0 26px; padding: 0;	
  	list-style-type: none;
  	text-indent: 0px; 
  	letter-spacing: 1px;
	list-style-image: url(images/link.png);
}
ul.menue li:hover {
	list-style-image: url(images/hover.png);
}
  
ul.menue li {

	
}

ul.menue li a {
	color: #B50000;
	display: block;

	font-weight: bold;
	height: 15px;
	text-align: left;
}

ul.menue li  a:link, ul.menue li a:visited {
	color: #b50000;
	text-decoration: none;
	font-size: 10pt;
	letter-spacing: -0.7px;
	
}

ul.menue li a:hover {
	text-decoration: underline;
}

/* Schriften */
font.klein {
	font-size: 8pt;
	font-weight: normal;	
}
.klein {
	font-size: 8pt;
	font-weight: normal;	
}
.std {
	font-size: 9pt;
	text-align: justify;
}
.gr_b {
	font-weight: normal;
	font-size: 11pt;
}
.rot_b {
	color: #D00;
	font-weight: bold;
}

.rot {
	color: #D00;
}

/* Weil IE so kacke ist, sind ab hier die Hacks */
* html #links{
	margin: 0;
	float: left;
	width: 158px;
}
* html #mitte {
	background-color: #fff;
	width: 623px;
	margin: 10px 0 0 168px;
}
* html #mitte_top {
	background-image: url(images/verlaufbar.png);
	width: 632px;
	height: 25px;
	border-right: 1px solid #b8b8b8;
	margin: 0 0 0 158px;
	padding: 0;
}
* html div.menu_title {
	margin: 0;
	background-image: url(images/navbar.png);
	width: 160px;
	height: 25px;
}
