/* Benutzerfarben */
/*
usercolor.medium = "#DBE4F0"
usercolor.bright = "#F8FAFC"
usercolor.dark = "#222D44"
usercolor.alt.dark = "#5969A6"
 */

HTML {
height: 101%;
}

#wrap {
	margin: 0 auto;
	width: 990px;
	height: 100%;
	border-left: 2px solid silver;  /*hinzugefügt*/
    border-right: 2px solid silver; 
	background-color: #ffffff;
	overflow:hidden;
}
	
#content {
	width: 540px;
	margin-left: 32px;
	padding: 20px 0 0 0;
	float: left;	
}

#contentmax {
	width: 720px;
	margin-left: 32px;	
	padding: 20px 0 0 0;
	float: left;
}

#topic {
	width: 200px;
	padding: 0px;
	margin:0;
	float: left;

}

#sidebar {
	width: 150px;
	padding: 20px 5px 0 5px;
	float: right;
	margin: 0px 3px 0px 0px;
}
#topic, #content, #sidebar {
   padding-bottom: 32767px;
   margin-bottom: -32767px;

}

#logo {
	width: 100%;
	height: 205px;
	background : #F8FAFC url(../images/s2dlogo.jpg) no-repeat;
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 880px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	color: #ffffff;
	text-decoration: none;
}

#maintopic {
	width: 100%;
	margin: 0px;
	background: #f9f9f9 url(../images/pmtp.gif) repeat-x;
	height: 32px; 
	padding: 1px 0px 2px 0px;
}

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

#maintopic a {
	display: block;
	float: left;
	margin: 0px;
	padding: 8px 16px 0px 16px;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #222D44;
	border-right: 1px solid #dedede;
	border-left: 1px solid #fdfdfd;
	text-transform : uppercase;
	height: 21px;
}

#maintopic a:hover {
	background-color: #FCF8D5;
}

#maintopic a.sel {
	background-color: #DBE4F0;
	color: #5969A6;
}

#topic h3 {
	border-top: 1px solid #DBE4F0;
	border-bottom: 1px solid #DBE4F0;
	background-color: #F8FAFC;
	color: #5969A6;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 20px 0px 0px 0px;
}

#topic p {
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #DBE4F0;
	margin: 0px;	
}

#topic p a {
	text-decoration: none;
	color: #222D44;	
}

#topic p a:hover {
	text-decoration: underline;
	color: #5969A6;	
}

form.search {
	padding: 0px;
	margin: 40px 0px 40px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	background-color: #fcfcfc;
	width: 165px;
	padding: 2px;
	color: #5969A6}

#ts {
	text-align: center;
}

#ts a {
	text-decoration: none;
	color: #222D44;	
}
	
#footer { 
	width:989px;
	clear: both;
	margin: 0 auto;	
	font-size: 0.9em; 
	padding: 0.1em; 
	text-align: center; 
	background-color:#fff;
	border-top: 1px solid silver;
	border-bottom: 2px solid silver;
	border-left: 2px solid silver;
    border-right: 2px solid silver; 	
} 
* html #footer {width:988px;}
*+ html #footer {width:988px;}
#footer a { 
   text-decoration: none; 
   font-weight : bold; 
   color: #5969A6; 
} 

#footer a:hover { 
   text-decoration: underline; 
   color: #5969A6; 
} 
