BODY {
	margin: 0px;
	padding: 0px;
	background: #E4E3E3 url(../images/) repeat-y;
}

#logo {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 1024px;
	height: 80px;
	background: url(../images/) no-repeat;
}

#centeringdiv {
	width: 1024px;
	margin: auto;
	position: relative;
}

#linebehindcatcher {
	 height:150px;
	 width:100%;
	 position:absolute;
	 top:84px;
	 left:0px;
	 background-color:#ffffff;
} 

#header {
	width: 1024px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background : url(../images/pheader.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

#maintopic {
	width: 1024px;
	text-align: right;
	padding: 4px 0px 6px 0px;
	margin: 0px;
	position: absolute;
	top: 60px;
	left: 0px;
}

#plaintext, #htmlheader {
	position: absolute;
	top: 10px;
	left: 800px;
	text-align: right;
	width: 100px;
}
#searchoben {
	position: absolute;
	top: 10px;
	left: 630px;
	text-align: right;
	width: 400px;
}

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

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

#maintopic li a {
	margin: 0px;
	padding: 4px 8px 8px 8px;
	background : #DDDDDD url(../images/pel.gif) no-repeat top left;
	text-decoration: none;
	color: #2C2825;
	border-left: 1px solid #ffffff;
	font-weight : normal;
}

#maintopic li a img {
	vertical-align : middle;
}

#maintopic li a.sel {
	background-color: #757479;
}

#maintopic li a:hover {
	background-color : #2C2825;
	color: #ffffff;
}

#eyecatcher {
	width: 100%;
	height: 150px;
	margin: 0px;
	padding: 0px;
	background : #757479 url(../images/s2dlogo.jpg) no-repeat 0px 0px;	
	position: absolute;
	top: 84px;
	left: 0px;
}

#topic {
	position: absolute;
	top: 234px;
	left: 0px;
	width: 210px;
	background-color: #DDDDDD;
	padding: 0px;
	margin: 0px;
}

#topic h3 {
	margin: 0px;
	padding: 6px 10px 4px 10px;
	height: 19px;
	background-color: #DDDDDD;
	border-bottom: #757479 1px solid;
	color: #2C2825;
	display: block;
	font-size: 100%;
}


#topic p {
	text-align: left;
	margin: 0px;
	padding: 4px 10px 4px 10px;
}

#topic p.sub {
	padding: 2px 10px 4px 30px;
	font-weight : normal;
	font-size: 99%;
}

#topic p.subsub {
	padding: 2px 10px 4px 50px;	
	font-weight : normal;
	font-size: 99%;
}

#topic p a {
	text-decoration: none;
	color: #2C2825;
	font-weight : normal;

}

#topic p a:hover {
	color: #757479;
}

form.search {
	padding: 10px;
	margin: 0px;
}

form.search input {
	padding: 0px;
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border: #757479 1px solid;
	width: 150px;
}


#content {
	width: 600px;
	padding: 20px;
	margin: 0px;
	background-color: #ffffff;
	position: absolute;
	top: 234px;
	left: 210px;
	text-align: left; 
}

#sidebar{
	position: absolute;
	top: 0px;
	left: 854px;
	width: 160px;
	padding: 10px;
	border-left: 1px solid #757479;
	border-bottom: 1px solid #757479;
	background-color: #ffffff;
}

#sidebarleft {
	border-top: 1px solid #757479;
	padding:10px 20px;

}
