BODY {
	margin: 0px;
	padding: 0px;
	background: #E4E3E3;
}

#wrapper {
	margin-left: auto; 
	margin-right: auto;
	width: 916px; 

	background: #E4E3E3 url(../images/pbk.gif) repeat-y;
}

 /* *** 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 */  


#logo {
	float: left;
	position: relative;
	left: 8px;
	top: 0px;
	width: 900px;
	height: 150px;
	background: url(../images/plg.gif) no-repeat;
}

#search {
	float: right;
	position: relative;
	top: 28px;
	width: 200px;
}

#search input {
	margin: 0px;
	vertical-align : middle;
}

#input.search {
	border : 1px solid #cdcdcd;
	color: #333333;
	width: 118px;
	padding: 2px;
	background: url(../images/pmt.gif) repeat-x;
	font-size: 10px;
}

#maintopic {
	position: relative;
	float: left;
	left: 8px;
	width: 900px;
	height: 30px;
	border-top: 1px solid #cdcdcd;
	background: url(../images/pmt.gif) repeat-x;
	overflow: hidden;
}

#plaintext {
	position: relative;
	float: right;
	padding: 10px 15px 0px 0px;
	width: 495px;
	text-align: right;
	z-index: 100;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}


#youarehere {
	display: block;
	float: left;
	position: relative;
	left: 8px;
	width: 900px;
	height: 30px;
}

#youarehere a {

	width: 900px;
	padding: 0px 0px 5px 10px;
	line-height: 25px; 
	color: #888888;
	text-decoration: none;
	font-size: 11px;
}

#youarehere a:hover {
	color: #81BB52;
}


#maintopic a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing : 1px;
	background : url(../images/pln.gif) no-repeat right;
}

#maintopic a:hover {
	background: url(../images/pmta.gif) repeat-x;
	color: #333333;
}

#maintopic a.active {
	background: url(../images/pmta.gif) repeat-x;
	color: #333333;
	font-weight: bold !important;
	font-size: 11px;
}


#topic {
	position: relative;
	float: left;
	left: 8px; 
	width: 199px;
	background-color: #81BB52;
}

#topic a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #DFECD0;
	padding: 4px;
	margin: 6px 10px 6px 10px;

	font-size: 12px;
}

#topic p {
	text-align: center;
}

#topic p a {
	border-bottom: none !important;	
}

#topic a:hover, #topic a.active {
	color: #006430;
}

#topic h1 {
	padding: 9px 20px 9px 20px;
	background-color: #006430;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}

#eyecatcher {
	position: relative;
	float: right;
	right: 8px; 
	width: 700px;
	height: 2px;
	background: url(../images/s2dlogo.gif) no-repeat;
}

#rechts {
	width: 688px;
	float: right;
}

#content {
	position: relative;
	float: left;
	width: 600px;
	padding: 0px;
	margin: 0px;
}

#sidebar {
	position: relative;
	float: right;
	right: 8px;
	width: 200px;
	background-color: #81BB52;
	color: #fffff;
}

#footer {
	clear: both; 
	text-align: center;
	margin-left: auto; 
	margin-right: auto; 
	width: 916px; 
	height: 30px;
	background: url(../images/footer.gif);	
}



