#zentrieren {
    position: absolute; /*wichtig*/
    top: 0px;
    left: 50%; /*wichtig*/
    margin: 0 -500px; /*wichtig*/
    width: 1000px;
    height: 100px;
}

BODY {
	margin: 20px;
	padding: 20px;
	background: #000000 url(../images/pbk.gif) repeat-y center;
}

#logo {
	position: absolute;
	left: 40px;
	top: 0px;
	width: 920px;
	height: 95px;
	background: url(../images/plg.gif) no-repeat;
	border-top: 0px solid #444444;
}

#maintopic {
	position: absolute;
	left: 50px;
	top: 95px;
	width: 900px;
	height: 30px;
	border-bottom: 0px solid #ff0000;
	background: url(../images/pmt.gif) repeat-x;
	overflow: hidden;
	z-index: 10;
  }

#plaintext {
	position: absolute;
	left: 750px;
	top: 86px;
	width: 195px;
	height: 30px;
	text-align: right;
	z-index: 100;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}


#youarehere {
	position: absolute;
	left: 50px;
	top: 125px;
	width: 900px;
	height: 50px;
	color: ;
	background : url(../images/pbk.2.gif) no-repeat;
}

#youarehere a {
	display: block;
	float: left;
	height: 0px;
	padding: 0px 10px 0px 23px;
	line-height: 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 0px;
	color: ;
	background : url(../images/pbk.2.gif) no-repeat;
}

#youarehere a:hover {
	color: ;
	background : url(../images/pbk.2.gif) no-repeat;
}


#maintopic a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 9px 0px 9px;
	line-height: 24px;
	color: #FFCC00;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	letter-spacing : 1px;
	background : url(../images/pmt.gif) no-repeat right;
}

#maintopic a:hover {
	background: url(../images/pmt.gif) repeat-x;
	color: #ffffff;
}

#maintopic a.active {
	background: url(../images/pmta.gif) repeat-x;
	color: #ffffff;
	font-weight: normal;
	font-size: 9px;
}


#topic {
	position: absolute;
	left: 50px;
	top: 175px;
	width: 199px;
	background-color: #666666;
	font-weight: bold;
}

#topic a {
	display: block;
	color: #C9C9C9;
	text-decoration: none;
	border-bottom: 1px solid #4A4A4A;
	padding: 0px;
	margin: 3px 20px 3px 20px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}


#topic p {
	text-align: center;
	border-bottom: 0px solid #ff0000;
}

#topic p a {
	border-bottom: 0px solid #ff0000;
}

#topic a:hover, #topic a.active {
	color: #ffffff;
}

#topic h1 {
	padding: 9px 20px 9px 20px;
	background-color: #4A4A4A;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}

#eyecatcher {
	position: absolute;
	left: 251px;
	top: 175px;
	width: 700px;
	height: 150px;
	background: url(../images/s2dlogo.jpg) no-repeat;
}

#content {
	position: absolute;
	left: 270px;
	top: 335px;
	width: 460px;
	padding: 0px;
	margin: 0px;
	color: #666666;
}

#sidebar {
	position: absolute;
	top: 0px;
	left: 700px;
	width: 200px;
	height: 100%;
	background-color: #666666;
	color: #ffffff;
}

#sidebarleft {
        margin-left: 0px;
	width: 200px;
	height: 100%;
	background-color: #666666;
	color: #ffffff;
}


form.search {
	position: absolute;
	top: 28px;
	left: 780px;
	width: 160px;
}

form.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;
}
#footer {
    position: absolute; /*wichtig*/
    left: -11px; /*wichtig*/
    margin: 0px; /*wichtig*/
    width: 920px;
    height: 40px;
    font-size: 8pt;
    text-align: center;
    background: url(../images/pbk.3.gif) no-repeat;
    color: #ffffff;
    font-weight: bold;
    padding: 1px 1px 1px 1px;

}

#footer a {
   font-weight: bold;
   color: #0066ff !important;
   text-decoration: none;
}

#footer a:hover {
   text-decoration: none;
   color: #000000 !important;
}

