/* Benutzerfarben */
/*
usercolor.medium = "#010000"
usercolor.bright = ""
usercolor.dark = "#010000"
usercolor.alt.dark = "#A78B5C"
usercolor.alt.bright = ""
usercolor.alt.medium = "#010000"
 */

HTML {
height: 101%;
}

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #ffffff;	
}

#logo {
	border: 0px;
	width: 940px;
	height: 200px;
	border-left: 2px solid #ffffff; border-right: 2px solid #ffffff; border-top: 2px solid #ffffff; border-bottom: 2px solid #ffffff; 
	background: url(../images/s2dlogo.gif) no-repeat top center; 
	margin: 0px auto;
}

#wrap {
	width: 940px; border-left: 2px solid #ffffff; border-right: 2px solid #ffffff; border-top: 0px solid #ffffff; border-bottom: 2px solid #ffffff; 
	background: #010000 url(../images/pback.gif) repeat;
	margin: 0 auto;
}
#wrap_wide {
	width: 940px; border-left: 2px solid #ffffff; border-right: 2px solid #ffffff; border-top: 0px solid #ffffff; border-bottom: 2px solid #ffffff; 
	background: #010000 url(../images/pbackw.gif) repeat;
	margin: 0 auto;
}
#nav {
	float: left;
	width: 200px;
	padding: 22px 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:		#010000; 
	
}
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;
  }
  
a.maintopic {
   background: #A78B5C url(../images/pr.gif) top right no-repeat;
    padding: 2px 16px 2px 16px;
  }
 
a.topic {
   padding: 2px 10px 2px 32px;
    background: #A78B5C url(../images/pr.gif) top right no-repeat;
  }  
  
a.subtopic {
   padding: 2px 10px 2px 48px;
    background: #A78B5C url(../images/pr.gif) top right no-repeat;
  }  
    
a.maintopic:hover { 
  background-color: #010000;
  }
  
a.maintopicactive { 
  background: #010000 url(../images/pd.gif) top right no-repeat;
  padding: 2px 16px 2px 16px;
  }  
a.maintopicactive:hover { 
  background: #010000 url(../images/pd.gif) top right no-repeat;
  
  }   
  
a.topic:hover { 
  background-color: #010000;
  }  
  
a.subtopic:hover { 
  background-color: #010000;
  }    
  
a.topicactive { 
  background: #010000 url(../images/pd.gif) top right no-repeat;
   padding: 2px 10px 2px 32px;
  } 
a.topicactive:hover { 
  background: #010000 url(../images/pd.gif) top right no-repeat;
  
  }    

a.subtopicactive { 
  background: #010000 url(../images/pd.gif) top right no-repeat;
  padding: 2px 10px 2px 48px;
  }
a.subtopicactive:hover { 
  background: #010000 url(../images/pd.gif) top right no-repeat;
   }    

#content {
	float: left;
	width: 510px;
	padding: 20px 20px 0px 20px;
	margin: 0px;
	background-color: #000000 !important;
}
#contentmax {
	float: left;
	width: 719px;
	padding: 20px 0px 0px 20px;
	margin: 0px;
	background-color: #000000 !important;

}

#sidebar {
	float: right;
	width: 150px;
	padding: 4px 0px;
	margin-top:26px;
	margin-right:20px;
        color: #ffffff;
}
html #sidebar {margin:26px 10px 0 0px;}

#sidebar
html #sidebar {color:transparent;}
+ html #sidebar {color:transparent;}

div.menuebox {
	font-size:			100%; 
	margin:				5px;
	padding-left:			10px;
	color:				#A78B5C;
	background-color: #010000;
	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: #010000;
	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;
}
