HTML {
height: 101%;
}

BODY {
	margin: 0px;
	padding: 0px;
	background : #000000 url(../images/pbk.gif) repeat-x top;
	background-color: #bfbfbf;
	color: #444444;	
}

#logo 
{
	border: 0px;
	width: 940px;
	height: 200px;
	background: url(../images/s2dlogo.jpg) no-repeat top center; 
	margin: 0px auto;
}

#wrap {
	width: 940px;
	background-color: #84906C;
	margin: 0 auto;
	overflow: hidden;
}

#nav {
	float: left;
	width: 200px;
	padding: 10px 0px;
	margin-right: 0px;
	
}
#nav h2 {
font-weight: bold;
padding-left: 15px;
}
#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:		#84906C; 
	
}
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: #3C4C1D url(../images/pd.gif) top right no-repeat;
  }  
  
 
a.maintopic {
   background: #738A46 url(../images/pr.gif) top right no-repeat;
   font-size: 115%;
     padding: 2px 16px 2px 16px;
  }


 
a.topic {
   padding: 2px 10px 2px 35px;
   color: #354517 !important;
    background: #738A46 url(../images/pr.gif) top right no-repeat;
  }  
  
a.subtopic {
   padding: 2px 10px 2px 47px;
   color: #354517 !important;
   font-size: 90%;
    background: #738A46 url(../images/pr.gif) top right no-repeat;
  }  
    
a.maintopic:hover { 
  background-color: #C0CEA6;
  }
  
a.maintopicactive { 
  background: #3C4C1D url(../images/pd.gif) top right no-repeat;
  font-size: 115%;
  padding: 2px 16px 2px 16px;
  }  
a.maintopicactive:hover { 
  background: #C0CEA6 url(../images/pd.gif) top right no-repeat;
  
  }   
  
a.topic:hover { 
  background-color: #C0CEA6;
  }  
  
a.subtopic:hover { 
  background-color: #C0CEA6;
  }    
  
a.topicactive { 
  background: #3C4C1D url(../images/pd.gif) top right no-repeat;
   padding: 2px 10px 2px 35px;
  } 
a.topicactive:hover { 
  background: #C0CEA6 url(../images/pd.gif) top right no-repeat;
  
  }    

a.subtopicactive { 
  background: #3C4C1D url(../images/pd.gif) top right no-repeat;
  font-size: 90%;
  padding: 2px 10px 2px 47px;
  }
a.subtopicactive:hover { 
  background: #C0CEA6 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;
background-color: #ffffff !important;
}

#content p, #contentmax p, #sidebar p {
    margin: 0px;
    padding: 2px 0px 8px 0px;
    line-height: 140%;
    text-align: justify;
}

#content p, #sidebar p {
    margin: 0px;
    padding: 2px 0px 8px 0px;
    line-height: 140%;
    text-align: justify;
}
#contentmax p {
margin: 0px;
padding: 2px 20px 8px 0px;
line-height: 140%;
text-align: justify;
}


#sidebar {
	float: right;
	width: 166px;
	color: #242E11;
	padding: 4px 0px;
	margin-top: 20px;
	margin-right:12px;
}
* 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:				#738A46;
	background-color: #84906C;
	font-weight:			normal;
	
}
div.menuebox h2{
	color:				#fff;
	background-color:		transparent;
}
div.menuebox a{
	color:				#fff !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: 50px;
	background-color: #3C4C1D;
	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;
}