#htmlheader {
	color: black;
}

#wrap1 {
	margin-left: auto; 
	margin-right: auto;
	width: 996px; 
}
* html #wrap1 { margin-left: 30px; 	margin-right: 10px; width: 1200px; }

#wrapper {
	width: 980px; 
	text-align: left;
	background: url(../images/pcback2.gif); 
	border: 2px solid #CFBE96;
}

#logo, #logouser {
	background: url(../images/s2dlogo.jpg); 
	width:980px; 
	float:right; 
  	height: 150px; 
} 

#commonpages {
	height: 31px;
	width: 100%; 
 	float:right; 
	background: black url(../images/pnback.gif);
	overflow: hidden;
} 

#commonpages a {
	display: block; 
	float: left;
	text-align: center;
	text-decoration : none;
	line-height : 30px; 
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	background : url(../images/pnback.gif);  
	font-size : 80%;
	letter-spacing: 0.1em;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
} 

#commonpages a:hover {
	color: #EFEFEF;
	background : url(../images/pnback.gif);  
} 

#leftcol {
	width:196px; 
 	float:left; 
}


#plaintext {
	float: left;
margin: 0px 500px 15px 30px;;
	
}

#plaintext a {
	width: 196px;
	height: 25px;
text-align: center !important; 
	font-size: 130%;
	padding: 4px 14px 4px 14px; 
	border-top: 1px solid black;
	background-color: white;
	color: black;
	text-decoration: none;
}

#plaintext a:hover {
	color: black;
	text-decoration: underline;
}

#search {
	width: 180px;
	height: 30px; 
	padding: 0px 0px 0px 16px;
	float: left; 
	background : url(../images/button01n.gif);
	overflow: hidden;
}

#search form {
	width: 196px; 
	height: 30px; 
}

#search form input {
	margin: 3px 0px 0px 0px; 
	padding: 0px;
	border: 1px solid black;
	vertical-align: middle; 
}

#search input {
	padding: 0px; 
	color: #410B01;
	font-size: 85%;
}

#searchajax {
	position: absolute;
	width: 169px;
	height: 132px;
	margin: 25px 0px 0px 10px;
	overflow: hidden;
	display: none;
	background-color: #ffffff;
	border: 1px solid #5F0F02;	
	z-index: 20;
}

#searchajax a {
	display: block;
	padding: 4px 10px;
	width: 220px;
	height: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #444444;
}

#searchajax a:hover {
	background-color: #f5f5f5 ;	
	color: #000000;
}

#searchajax a.activelink {
	background-color: #f5f5f5 ;	
}


#nav {
	width: 196px; 
 	float: left; 
	overflow: hidden; 
} 

#nav a {
	display: block; 
	text-align: left;
} 

.maintopic {
	color: white;
	font-size : 90%;
	text-decoration : none; 
	background : url(../images/button01n.gif) no-repeat; 
	padding: 7px 0px 7px 25px; 
	letter-spacing: 0.05em;
}

a.maintopic:hover{
	color: #EFEFEF;
	text-decoration : none; 
	background : #5F0F02 url(../images/button01h.gif) no-repeat;  
}

#nav a#current {
	background : #5F0F02 url(../images/button01h.gif) no-repeat;  
}

.topic {
	text-decoration : none;
	color: white;
	font-size : 85%;
	background : url(../images/button02n.gif) no-repeat;   
	padding: 5px 3px 5px 30px; 
	letter-spacing: 0.1em;
}

a.topic:hover {
	color: #EFEFEF;
	text-decoration : none; 
 	background : #5F0F02 url(../images/button02h.gif) no-repeat;    
}

#nav a#current2 {  
	background : #5F0F02 url(../images/button02h.gif) no-repeat;  
}

#nav a#current3 {  
	background : url(../images/button03h.gif) no-repeat;   
}

.subtopic {
	color: white;
	text-decoration : none; 
	font-size : 85%;
	padding: 5px 3px 5px 52px; 
	letter-spacing: 0.1em;
}

a.subtopic:hover {
	color: #EFEFEF;
	text-decoration : none; 
	background : url(../images/button03h.gif) no-repeat;   
}

.navibottom {
	float: left;
	width:100%; 
	height: 15px; 
	background : url(../images/navbot.gif); 
} 

#twocols{
 	width: 784px; 
 	float: right; 
}
 
#youarehere {
	width:99%;
	color: white;
	background-color:#410B01;
	padding: 1px 0px 1px 5px;
	margin: 10px 0px 0px 0px;
}

#youarehere .nav{
	width:100%; 
	color: white; 
	background-color:#410B01; 
	font-weight: normal; 
}

.teaserversand {
		font-size: 80%;
}

#content{
	background-color: #CFBE96;
	color: black;
 	float: left; 
	width:69%; 
	min-height: 500px;
	padding-left: 20px;
	padding-right: 27px;
}

div.picture {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #aaaaaa;	
	border-right: 1px solid #aaaaaa;	
	border-top: 1px solid #eeeeee;	
	border-left: 1px solid #eeeeee;	
	background: #CFBE96;
	text-align: center;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0px; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


#footer {
	background : #5F0F02 url(../images/footer.gif) bottom;
	background-repeat: no-repeat;
	clear: both; 
	text-align: center;
	padding: 12px 2px 6px 2px;
	color: white;
	text-decoration : none; 
	font-size: 85%; 
}

#footer a:link {
	color: white;
	text-decoration : none; 
}

#footer a:visited {
	color: white;
	text-decoration : none;  
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

#footer p {
	padding: 8px 0px 0px 0px;
	margin: 0px;
}

.siegel {
	margin: 10px 15px 10px 0px;
	text-align: center;
}

.siegel a {
	color: white;
	text-decoration: none;
}

.siegel a:hover {
	text-decoration: underline;
}

.siegel input {
	margin: 0px 0px 5px 0px;
}