#wrapper {
   position: relative;
   /*width: 990px;*/
   width: 1010px;
   margin: 0 auto;
   min-height: 500px;
   padding: 128px 0 0 0; 
}

#head {
   position: absolute;
   top: 0;
   background-color: #fff;
   min-height: 112px;
   width: 990px;
   border-bottom: 16px solid #001c66;
}

#logo {
   position: absolute;
   bottom: 0;
   left: 0;
   border: 0 none;
}
#logo a {
	padding: 0;
	margin: 0;
	display: block;
	border: 0 none;
}
#logo img {
	display: block;
	border: 0 none;
}

.masshemdenservice,
.masshemdenservice:link,
.masshemdenservice:visited {
   position: relative;
   display: block;
   padding: 5px;;
   margin: 20px 0 5px;
   width: 140px;
   color: #FFF;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
   background-color: #001c66;
}
.masshemdenservice:focus,
.masshemdenservice:hover,
.masshemdenservice:active {
	text-decoration: underline;
}

/* Menü-Boxen  *************************/
.menubox {
   position: relative;
   width: 148px;
   border: 1px solid #cccccc;
   border-top: 14px solid #001c66;
   min-height: 100px;
   padding: 0;
   margin: 0 0 20px 0;
}

.menubox2 {
   position: relative;
   width: 148px;
   min-height: 100px;
   padding: 0;
   margin: 0;
   background-color: #afc5fe;
}

.imglo,
.imglu,
.imgro,
.imgru {
	position: absolute;
   width: 14px;
   height: 14px;
   display: block;
   border: 0 none;
}
.imglo {
   background-image: url(../images/ecke_menu_lo.gif);
   background-repeat: no-repeat;
   top: 0;
   left: 0;
   margin: -14px 0 0 -1px;
}
.imglu {
   background-image: url(../images/ecke_menu_lu.gif);
   background-repeat: no-repeat;
   bottom: 0;
   left: 0;
   margin: 0 0 -1px -1px;
}
.imgro {
   background-image: url(../images/ecke_menu_ro.gif);
   background-repeat: no-repeat;
   top: 0;
   right: 0;
   margin: -14px -1px 0 0;
}
.imgru {
   background-image: url(../images/ecke_menu_ru.gif);
   background-repeat: no-repeat;
   bottom: 0;
   right: 0;
   margin: 0 -1px -1px 0;
}

/* Suche *****************************/
#suche {
   position: absolute;
   right: 10px;
   top: 15px;
   display: block;
   width: 171px;
   padding: 0;
   margin: 0;
}
#suche .vt {
	position: absolute;
	left: 0;
	border: 1px solid #d4d0c7;
	width: 148px;
}
#suche_pfeil {
	position: absolute;
	right: 0;
	display: block;
	margin: 2px 0 0 5px;
	height: 16px;
	width: 16px;
   background-image: url(../images/pfeil_menu.gif);
   background-repeat: no-repeat;
}
