/******************************************************************************/
/**  ALLGEMEIN                                                               **/
/******************************************************************************/
.no {
   display: none;
}

#wrapper {
	position: relative;
   width: 990px;
   min-height: 340px;
   margin: 0 auto 0;
   background-color: #fff;
   background-image: url("../images/bg_wrapper.gif");
   background-position: top left;
   background-repeat: repeat-y;
}

#contentwrapper {
   position: relative;
   width: 990px; 
}

#logo {
   position: absolute;
   top: 68px;
   left: 13px;
   width: 250px;
}

#head {
   position: relative;
	height: 189px;
   width: 990px;
   background-color: #564f51;
}

#bild.small {
   position: absolute;
   height: 130px;
   width: 990px;
   top: 34px;
   border-top: 1px solid #939290;
   border-bottom: 1px solid #939290;
}

#content {
   position: relative;
   width: 500px;
   float: left;
   min-height: 326px;
  
   padding: 25px 20px;
   background-color: white;
}

#menu {
   position: relative;
   float: left;
   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 {
   position: relative;
	float: left; 
   width: 230px;
   min-height: 100px;
   margin: 0;
   padding: 0;
   background: transparent;
}

#footer {
	position: relative;
	clear: left; 
   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 **/
#sprachschaltung {
   position: absolute;
   top: 10px;
   right: 10px;
   width: 110px;
   height: 30px;
   z-index: 90;
}

#MenuSprache{
   margin: 0;
   padding: 0;
   list-style: none;
   position: absolute;
   right:0;
   top: 0;
}

#MenuSprache li {
   margin: 0;
   padding: 0;
   display: inline;
}

#MenuSprache img {
   height: 14px;
   width: 22px;
}

#MenuSprache a {
   text-decoration: none;
   padding: 0;
   margin: 0;
}

#MenuSprache a img {
   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;
}
