/* Benutzerfarben */
/*
usercolor.medium = "#A3BFFF"
usercolor.bright = ""
usercolor.dark = "#A3BFFF"
usercolor.alt.dark = "#2B54B2"
usercolor.alt.bright = ""
usercolor.alt.medium = "#5A525F"
 */

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: #A3BFFF url(../images/pback.gif) repeat;
	margin: 0 auto;
}
#wrap_wide {
	width: 940px;
	background: #A3BFFF url(../images/pbackw.gif) repeat;
	margin: 0 auto;
}
#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:		#A3BFFF; 
	
}
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: #2B54B2 url(../images/pr.gif) top right no-repeat;
    padding: 2px 16px 2px 16px;
  }
 
a.topic {
   padding: 2px 10px 2px 22px;
    background: #2B54B2 url(../images/pr.gif) top right no-repeat;
  }  
  
a.subtopic {
   padding: 2px 10px 2px 28px;
    background: #2B54B2 url(../images/pr.gif) top right no-repeat;
  }  
    
a.maintopic:hover { 
  background-color: #A3BFFF;
  }
  
a.maintopicactive { 
  background: #5A525F url(../images/pd.gif) top right no-repeat;
  padding: 2px 16px 2px 16px;
  }  
a.maintopicactive:hover { 
  background: #A3BFFF url(../images/pd.gif) top right no-repeat;
  
  }   
  
a.topic:hover { 
  background-color: #A3BFFF;
  }  
  
a.subtopic:hover { 
  background-color: #A3BFFF;
  }    
  
a.topicactive { 
  background: #5A525F url(../images/pd.gif) top right no-repeat;
   padding: 2px 10px 2px 22px;
  } 
a.topicactive:hover { 
  background: #A3BFFF url(../images/pd.gif) top right no-repeat;
  
  }    

a.subtopicactive { 
  background: #5A525F url(../images/pd.gif) top right no-repeat;
  padding: 2px 10px 2px 28px;
  }
a.subtopicactive:hover { 
  background: #A3BFFF 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 {margin:20px 10px 0 0px;}

#sidebar hr {color:#fff;}
* html #sidebar hr {color:transparent;}
*+ html #sidebar hr {color:transparent;}
div.menuebox {
	font-size:			100%; 
	margin:				5px;
	padding-left:			10px;
	color:				#2B54B2;
	background-color: #A3BFFF;
	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;
	background-color: #5A525F;
	clear: both;
	margin: 0px auto;
	min-height:40px;
	padding:5px 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;
}
