HTML {
height: 101%;
}

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
	color: #444444;	
}

#logo 
{
	border: 0px;
	width: 940px;
	height: 200px;
	margin: 0px auto;
}

#wrap {
	width: 940px;
	background-color: #EBE8DE;
	margin: 0 auto;
	overflow: hidden;
}

#nav {
	float: left;
	width: 200px;
	padding: 10px 0px;
	margin-right: 0px;
	
}
#nav h2 {
	font-weight: normal;
	padding-left: 15px;
  	color: #ffffff;

}
#search {
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom: 20px;
}
#menue {
	width: 200px !important; 
	text-align: left; 
	padding: 0px 0px 20px 0px; 
	margin: 0px 0px 0px 0px;
	background-color: #EBE8DE; 
	
}
ul#mainnavi{
	list-style-type: none;
	width: 200px !important; 
	text-align: left; 
	padding: 0px   0px     0px     0px; 
	margin: 0px   0px    0px     0px;
}

li#mainnavi{
	list-style-type: none;
}



#mainnavi a{ 
  	display: block;
  	margin-top: 2px;
  	color: #ffffff;
 	 text-decoration: none;
  }
  
#home a.active{
	background: #B2021B url(../images/pd.gif) top right no-repeat;
  }  
  
 
a.maintopic {
   	background: #ABA589 url(../images/pr.gif) top right no-repeat;
   	 padding: 2px 16px 2px 16px;
  }


 
a.topic {
   	padding: 2px 10px 2px 30px;
    	background: #ABA589 url(../images/pr.gif) top right no-repeat;
  }  
  
a.subtopic {
   	padding: 2px 10px 2px 40px;
    	background: #ABA589 url(../images/pr.gif) top right no-repeat;
  }  
    
a.maintopic:hover { 
  	background-color: #D90222;
  }
  
a.maintopicactive { 
  	background: #B2021B url(../images/pd.gif) top right no-repeat;
  	padding: 2px 16px 2px 16px;
  }  
a.maintopicactive:hover { 
  	background: #D90222 url(../images/pd.gif) top right no-repeat;
  
  }   
  
a.topic:hover { 
  	background-color: #D90222;
  }  
  
a.subtopic:hover { 
  	background-color: #D90222;
  }    
  
a.topicactive { 
  	background: #B2021B url(../images/pd.gif) top right no-repeat;
   	padding: 2px 10px 2px 30px;
  } 
a.topicactive:hover { 
  	background: #D90222 url(../images/pd.gif) top right no-repeat;
  
  }    

a.subtopicactive { 
  	background: #B2021B url(../images/pd.gif) top right no-repeat;
  	padding: 2px 10px 2px 40px;
  }
a.subtopicactive:hover { 
  	background: #D90222 url(../images/pd.gif) top right no-repeat;
   }    



#content {
	float: left;
	width: 510px;
	padding: 20px 20px 0px 20px;
	margin: 0px;
	background-color: #ffffff !important;
}
#contentmax {
	float: left;
	width: 719px;
	padding: 20px 0px 0px 20px;
	margin: 0px;
	background-color: #ffffff !important;

}

#sidebar {
	float: right;
	width: 150px;
	padding: 4px 0px;
	margin-top: 20px;
	margin-right:20px;
}
* html #sidebar {  /* nur fuer Internet Explorer */
  	padding:0px 0px 0px 20px;     /* Version 5.x */
  	padding:0px 0px 0px 20px;    /* Version 6 */
}
#nav, #content, #contentmax, #sidebar {
   	padding-bottom: 32767px; /* Beschraenkung durch Safari, der keinen groesseren Wert zulaesst. */
   	margin-bottom: -32767px;
}
div.menuebox {
	font-size:	100%; 
	margin: 5px;
	padding-left: 10px;
	color: #ABA589;
	background-color: #EBE8DE;
	font-weight: normal;
	
}
div.menuebox h2{
	color: #ffffff;
	background-color: transparent;

}
div.menuebox a{
	color: #b7b193 !important;
	background-color: transparent;
	font-weight: normal !important;
	line-height: 150% !important;
	text-decoration: none;
}
div.menuebox li, a.sidebarblockleft {
	padding: 0px 0px 1px 15px;
	background: url(../images/pbull.gif) no-repeat top left;
	line-height: 140%;
	list-style-type: none;
}
div.menuebox p{
	line-height: 150% !important;
}


#bottom {
	width: 920px;
	height: 40px;
	background-color: #B2021B;
	clear: both;
	margin: 0px auto;
	padding: 10px;
	color: #fff;
	font-size: 90%;
}
#bottom a {
color: #fff !important;
font-size: 90%;
font-weight: normal;
text-decoration: none;
}

form.search {
	margin: 0px;
	padding: 0px;
}

form.search input {
	vertical-align : middle;
}

input.search {
	width: 145px;
	border: 1px solid #dddddd;
}
