html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: rgb(211, 226, 195);
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 14px; 
  font-family: Arial, Tahoma, Verdana, sans-serif; 
  color: #402000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 940px;
}

#second_container
{
	position: absolute;
	top: 30%;
	vertical-align: middle;
	width: 940px;
	height: 57px;

}

#third_container
{
  position: relative; 
  top: -163px;
  width: 940px;
}


#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #749942; 
  background-color: #D3E2C3;
}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba2.jpg');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/taba.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}



#submenu
{
  float: left;
  height: 26px;
  width: 615px;
  padding-left: 20px;
  margin: 0;
  list-style: none;   

}

#submenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#submenu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited
{
  color: #749942; 
  background-color: #D3E2C3;
}

#submenu a:hover, #submenu a:active
{
  background-image: url('images/tabb2.jpg');
  color: #ffffff; 
}

#submenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}

#navimenu
{
  float: left;
  height: 26px;
  width: 615px;
  padding-left: 20px;
  margin: 0;
  list-style: none;   

}

#navimenu li
{
  float: left;
  display: block;
  width: 82px;  height: 31px;  
}

#navimenu a
{
	display: block;
	width: 82px;
	height: 31px;
	background-color: inherit;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
}

#navimenu a:link, #navimenu a:visited
{
  color: #EEA64C; 
  /*background-color: #9ABC44;*/
  font-size: 14px;
}

#navimenu a:hover
{
  background-image: url('images/tabb2_navi.jpg');
  color: #ffffff; 
  font-size: 14px;
}


#navimenu a:active
{
  color: #FF0000; 
}

#navimenuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/tabb.jpg');    
  text-decoration: none;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}


.rahmen
{
  background-color: #ffffff;
  padding: 15px 15px 15px 170px;
  height: 615px;
  background-image: url('images/back1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.titel
{
	position: absolute;
	margin-left: 30px;
	margin-top: 20px;
	width: 31px;
	height: 605px;

  }

.content
{
  height: 600px;
  overflow: auto;
  padding: 7px;
}

.menu
{
position:absolute;
margin-top:160px;
margin-left:20px;
width:140px;
height:605px;
overflow:auto;
padding:inherit;
}

.designinfo
{
	margin-top: 5px;
	font-size: 9px;
	text-align: right;
	color: #749942;
	background-color: inherit;
	font-size: 9px;

}


h1
{
    margin: 50px 0 -55px 10px;
  padding: 0 20px 40px 9px;
  font-size: 17px;
  color: #462300;
  background-color: inherit;
/*  border-left: 5px solid rgb(211, 226, 195);*/


}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 30px 12px;
}

.text a
{
  color: #FF8811;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #FFFFFF;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.hinweis
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}

 a.menul
{
  color: #EEA64C;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}
 a.menul:hover,  a.menul:active
{
  color: #FFFFFF;
}

 a.menu2
{
  color: #EEA64C;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  font-style:italic;
}
 a.menu2:hover,  a.menu2:active
{
  color: #FFFFFF;
}


.ueber {
	color:#462300;
	font-weight: bold;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	

