#beratungsauftrag {
	position: absolute;
	top: 100px;
/*  left: 820px;*/
  left: 20px;
/*	background : url(../images/beratungsauftrag.jpg) no-repeat;*/
}

#willkommen {
	background : url(../images/willkommen.jpg) top left no-repeat;
}
/*
#willkommen h3{
	background : url(../images/willkommen.jpg) top left no-repeat;
  height: 19px;
}
*/
#topic #willkommen {
	padding: 4px 10px 4px 10px;
/*	border-bottom: 1px solid #0080FF;*/
/*	border-top: 1px solid #878282; */
/*	border-bottom: 1px solid #878282;*/
	margin: 0px;	
  height: 19px;
}


#content {
	width: 540px;
	padding: 0px;
	position: absolute;
/*	top: 130px;*/
	top: 190px;
	left: 250px;
}

#topic {
	width: 200px;
	padding: 0px;
	position: absolute;
/*	top: 110px;*/
	top: 190px;
	left: 20px;

}

#sidebar {
	width: 180px;
	padding: 0px;
	position: absolute;
/*	top: 130px;*/
	top: 190px;
  left: 820px;
}

#logo {
	width: 100%;
/*	height: 70px;*/
	height: 150px;
	background : #fffffe 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;
	padding: 1px 0px 2px 0px;
/*	background: #f9f9f9 url(../images/pmtp.gif) repeat-x;*/
	background: #B9B4B4 ;
	height: 32px;
  /*neu*/
  color: white;
  position: absolute;
  top: 150px;
/*	left: 250px;  
  width: 750px; */
  width: 1000px;
  
}

#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: #010000;*/
  color: white;
/*	border-right: 1px solid #dedede;*/
/*	border-left: 1px solid #fdfdfd;*/
	text-transform : uppercase;
	height: 21px;
}

#maintopic a:hover {
/*	background-color: #FCF8D5;*/
	background-color: #878282;
  
}

#maintopic a.sel {
/*	background-color: #0080FF;*/
	background-color: #878282;

	color: #870019;
}

#topic h3 {
	border-top: 1px solid #0080FF;
	border-bottom: 1px solid #0080FF;
	background-color: #fffffe;
	color: #870019;
	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 #0080FF;*/
	border-bottom: 1px solid #878282;
	margin: 0px;	
}

#topic p a {
	text-decoration: none;
	color: #010000;	
}

#topic p a:hover {
	text-decoration: underline;
	color: #870019;	
}

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: #870019}

#ts {
	text-align: center;
}

#ts a {
	text-decoration: none;
	color: #010000;	
}

