/******************************************************************************/
/**  ALLGEMEIN                                                               **/
/******************************************************************************/
.no {
   display: none;
}

#wrapper {
	position: relative;
   width: 990px;
   min-height: 340px;
   padding: 195px 0 0 0;
   margin: 0 auto;
   background-color: #fff;
   background-image: url("../images/bg_wrapper.gif");
   background-position: top left;
   background-repeat: repeat-y;
}

#contentwrapper {
   float: right;
   width: 770px;  
}

#logo {
   position: absolute;
   top: 68px;
   left: 13px;
   width: 250px;
}

#head {
   position: absolute;
   top: 0;
   left: 0;
	height: 195px;
   width: 990px;
   background-color: #564f51;
   background-image: url("../images/bg_head.jpg");
   background-position: 0 42px;
   background-repeat: no-repeat;
}

#content {
   position: relative;
   width: 500px;
   min-height: 326px;
   margin: 0px 230px 0px 0px;
   padding: 25px 20px;
   background-color: white;
}

#menu {
	/* float: left; */
   position: relative;
   width: 220px;
   min-height: 326px;
   background-color: #fff;
   margin: 0;
   padding: 1px 0 0 0;
   background-image: url("../images/bg_menu_left.gif");
   background-position: top left;
   background-repeat: repeat-y;
}

#banner {
	float: right; 
   position: relative;
   width: 230px;
   min-height: 100px;
   margin: 0;
   padding: 0;
   background: transparent;
}

#footer {
	position: relative;
	clear: both; 
   width: 990px;
   min-height: 17px;
   background-color: #FFF;
   background-image: url("../images/bg_footer.gif");
   padding: 0;
   margin: 0;
}

/* Pagerouter */
.top {
   position: absolute;
   left: 230px;
}

.druck {
   position: absolute;
   left: 735px;
}

/************* Sprachschaltung ******************/
#sprache {
   list-style-type: none;   
   position: absolute;
   top: 10px;
   right: 10px;
   padding: 0;
   margin: 0;
}
#sprache li {
   position: relative;
   float: left;
   padding: 0;
   margin: 0 5px 0 0;
}
#sprache li a,
#sprache li a:link,
#sprache li a:visited,
#sprache li a:focus,
#sprache li a:hover,
#sprache li a:active {
   position: relative;
   display: block;
   padding: 0;
   margin: 0;
   border: 0 none;
}
#sprache li a img {
   position: relative;
   display: block;
   padding: 0;
   margin: 0;
   border: 0 none;
}


/*  VERWALTUNG */
#verwaltung{
	position: relative;
   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 10px;
	padding: 5px;
	font-weight : normal;
	text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active{
	background-color: #369;
}