#wrapper{
	position: relative;
	margin:0 auto;
	width: 1000px;
	min-height: 600px;
	border:1px solid #6D6E71;
	background-color: #fff;
	background-image:url(../images/wrapper_background_img.gif);
	background-repeat: repeat-y;
}
#schablone{
	position: absolute;
	left:0;
	top:0;
	height:185px;
	width:100%;
	background-image:url(../images/top_background_img.gif);
	background-repeat: no-repeat;
	opacity:0.60;
	filter:alpha(opacity=60);
}
#logo{
   position: absolute;
   left: 0;
   top: 0;
}
#logo img{
   padding:60px 40px 2px 40px;
}
#logosRechts{
   position: absolute;
   left: 810px;
   top: 55px;
}
#logosRechts img{
   padding:0;
}
   
#content{
	margin-left:210px;
	margin-right:210px;
	margin-top: 2.5em;
	width: 580px;
	min-height:360px;
	margin-bottom:120px;
}
#content .contentheader{
   border-bottom: 1px dotted #6D6E71;

}
#content .werbebanner{
	position:absolute;
	left:50%;
	margin-left:-234px;
	bottom:40px;
	width:468px;
	margin-top:30px;
   font-size:80%;
}

#bannerbk{
	float:right;
	width: 180px;
	min-height:360px;
	background-image:url(../images/floats_background_img.gif);
	background-repeat: repeat-x;
	padding: 10px;
}
#bannerbk .werbebanner{
   margin-top:7px;
   margin-bottom:7px;
   width: 180px;
   font-size:80%;
}

#suchfeld form{
   padding:0;
   margin:0;
}
#suchfeld input{
   padding:0;
   margin:0;
}

#suchfeld  input.vt{
   width:145px;
   background-color: #e4e7ee;
   border:1px solid #314577;
   padding:2px;
   margin:0 4px 3px 6px;
}

/* ************
   Verwaltung
************* */
#verwaltung{
	background-color: #f2f0e3;
	border-bottom: 1px solid #003467;
	text-align:center;
	padding:8px;
}
#verwaltung a,
#verwaltung a:link,
#verwaltung a:visited {
	color : #fff;
	background-color: #036;
	border-right:1px solid #f2f0e3;
	margin:0;
	padding:5px;
	font-weight : normal;
	text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
	background-color: #369;
	
}
