body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background:url(Bilder/bg.jpg) #1e1e1e repeat-x;
	overflow-y:scroll;
	font-size:12px;
	float: inherit;
 }

#page {
	background:url(Bilder/zeichen.png);
	background-repeat: no-repeat;
	background-position:left top;  
 }

#page2 {
	background:url(Bilder/zeichen.png);
	background-repeat: no-repeat;
	background-position:right top;
	height:100%;
 }
 
#page3 {

	width:1000px;
	background-image:url(Bilder/content_bg.gif);
	background-repeat:repeat-y;
	min-height:100%;
	position:relative;
}

#header {
	height:307px;
	width:1000px;
	background-image:url(Bilder/Header3.png);background-repeat:no-repeat;
}

#content {
	text-align:left;
}

#content_content {
	float:right;
	text-align:left;
	width:680px;
	margin-right:60px;
	margin-left:10px;
	padding-top:10px;
}

#title {
	position:absolute;
	margin:160px 85px;
}

.title1 {
	font:Arial, Helvetica, sans-serif;
	color:#a40000;
	font-size:30px;
	letter-spacing:2px;
	line-height:1em;
	text-decoration:none;
}

.title2 {
	font:Arial, Helvetica, sans-serif;
	color:#560000;
	font-size:14px;
	font-weight: bold;
	letter-spacing:3.5px;
	text-decoration:none;
}

.title3 {
	font:Arial, Helvetica, sans-serif;
	color:#560000;
	font-size:14px;
	font-weight: bold;
	letter-spacing:2.8px;
	text-decoration:none;
}


#footer {
	color:fff;
	bottom:0;
	left:0;
	width:900px;;
	height:50px;
	margin:-50px 50 auto;
	background-image:url(Bilder/50.png);
}


#navi {
	width: 250px;
	float:left;
}

a.navi_header_font {
	font-weight:bold;
	color:#fff;
}

.navi_content {
	width: 250px;
	float:left;
}


.navi_content a.inactive, .navi_content a.active, .navi_content .sub a.inactive, .navi_content .sub a.active     /*CSS Klasse die die Menuepunkte der Menues definiert*/
{
	display:block;
	color: #fff;
	font-size: 12px;
	background:url(Bilder/button.gif);
	width: 250px;
	height: 36px;
	text-indent: 70px;
	text-decoration: none;
	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
	line-height: 37px;
}

.navi_content a.inactive:hover, .navi_content a.active:hover, .navi_content .sub a.inactive:hover, .navi_content .sub a.active:hover   /*CSS Klasse die die Mousover-Menuepunkte der Menues definiert*/
{
	display:block;
	color: #fff;
	font-size: 12px;
	background:url(Bilder/button.gif);
	width: 250px;
	height: 36px;
	text-indent: 70px;
	text-decoration: none;
	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
	line-height: 37px;
	font-weight:bold;
} 




.navi_content .sub .sub a.active { font-size: 7px; font-weight: bold; }
.navi_content .sub .sub a.inactive { font-size: 7px; }

#left_col {
  width: 158px;
  float: left;
  padding-top: 0px;
  padding-left: 9px;
  padding-right: 18px;
  padding-bottom: 0px;
  color: #fff;
  overflow: hidden;
}

#left_col .Cmite, #left_col .Cnorm, #left_col .Cdark {
  color: #000000;
}

#left_col a {
  color: #fff;
}

#left_col .menu_heading
{
  color: #000;
  display:block;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 0  0 3px 5px;
}

#main_col {
  width: 440px;
  float: left;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 20px;
  padding-bottom: 0px;
  clear: none;
  min-height: 100px;
  overflow: auto;
}
#right_col1 {
  width: 141px;
  float: left;
  padding-top: 0px;
  padding-left: 7px;
  padding-right: 10px;
  padding-bottom: 0px;
  overflow: hidden;
}
#right_col2 {
  width: 141px;
  float: right;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 14px;
  padding-bottom: 0px;
  overflow: hidden;
}

#right_col1 .menu_heading,
#right_col2 .menu_heading
{
  color:#fff;
  font-size:11px;
  letter-spacing: 1px;
}

#left_col ul
{
  padding: 0;
  margin: 0;
  list-style: inside url(img/box_menu_pfeil.gif);
  width: 149px;
}

#left_col li
{
  margin:0;
  padding: 5px 0 0 2px;
  background: url(img/box_menu_trennlinie.gif) no-repeat bottom;
}

#left_col li ul
{
  width: 146px;
  background: url(img/box_menu_trennlinie.gif) no-repeat top;
}

#left_col li li
{
    padding-left: 16px;
}
#left_col li a
{
  color: #fff;
  padding-left: 8px;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

td
{
  font-family: Verdana;
  font-size: 12px;
}
.Chead
{
  background: #6B0000;
  color: #fff;
}

.Chead a
{
  color: #fff;
}

.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
  background: #6B0000;
  color: #fff;
}

.Callg
{
  background-color: #EFEFEF;
	color: #000000;
}

.Callg td
{
  color: #000000;
}

.Cnorm
{
  background-color: #e5e5e5;
}
.Cmite
{
  background-color: #f3f3f3;
}
.Cdark
{
  background-color: #999;
}

.rand
{
  border: solid #fff 2px;
}

.smalfont
{
    font-size: 12px;
	text-decoration: none;
	color:#000;
}

.border
{
   background-color: #fff;
}
hr
{
    height: 0px;
		border: solid #003366 0px;
		border-top-width: 1px;
}

input, textarea, select
{
    color: #000000;
    font: 12px Verdana;
    border-color: #185685;
  	border-width: 1px;
    border-style: solid;
    font-weight: normal;
    text-decoration: none;
    background-color: #EFEFEF;
}

.newstitle {
	font-size:20px;
	color:#000;
	font-weight:bold;
}