HTML {
height: 101%;
}

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #f5f5f5;
	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: #C9C9C9;
	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:		#C9C9C9; 
	
}
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: #585857 url(../images/pd.gif) top right no-repeat;
  }  
  
 
a.maintopic {
   background: #9C9C9A url(../images/pr.gif) top right no-repeat;
    padding: 2px 16px 2px 16px;
  }


 
a.topic {
   padding: 2px 10px 2px 22px;
    background: #9C9C9A url(../images/pr.gif) top right no-repeat;
  }  
  
a.subtopic {
   padding: 2px 10px 2px 28px;
    background: #9C9C9A url(../images/pr.gif) top right no-repeat;
  }  
    
a.maintopic:hover { 
  background-color: #E4A95F;
  }
  
a.maintopicactive { 
  background: #585857 url(../images/pd.gif) top right no-repeat;
  padding: 2px 16px 2px 16px;
  }  
a.maintopicactive:hover { 
  background: #E4A95F url(../images/pd.gif) top right no-repeat;
  
  }   
  
a.topic:hover { 
  background-color: #E4A95F;
  }  
  
a.subtopic:hover { 
  background-color: #E4A95F;
  }    
  
a.topicactive { 
  background: #585857 url(../images/pd.gif) top right no-repeat;
   padding: 2px 10px 2px 22px;
  } 
a.topicactive:hover { 
  background: #E4A95F url(../images/pd.gif) top right no-repeat;
  
  }    

a.subtopicactive { 
  background: #585857 url(../images/pd.gif) top right no-repeat;
  padding: 2px 10px 2px 28px;
  }
a.subtopicactive:hover { 
  background: #E4A95F 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:				#9C9C9A;
	background-color: #C9C9C9;
	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: 40px;
	background-color: #585857;
	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;
}