#wrapper {
	position: relative;
	width: 938px;
	min-height: 550px;
	margin: 10px auto 10px;
	padding: 0;
	background-image: url(../images/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#head {
   position: relative;
   min-height: 207px;
   width: 938px;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
   z-index: 10;
}
.slideshow {
   position: absolute;
   top: 0;
   left: 0;
   height: 207px;
   width: 938px;
   background-image: none;
   z-index: 9;
}

#contentwrapper {
	position: relative;
	min-height: 210px;
	width: 938px;
	margin: 0;
	padding: 0;
	background-color: #fff1c6;
   background-image: url(../images/bg_contentwrapper.gif);
   background-repeat: repeat-y;
   background-position: left top;
	border-top: 10px solid #fff1c6;
	border-bottom: 10px solid #fff1c6;
}

#content {
	position: relative;
   margin: 0;
   padding: 10px 15px;
   width: 708px;
   min-height: 200px;
   line-height: 140%;
}

#bannerbk {
	position: relative;
   float: right;
   width: 180px;
   min-height: 200px;
   padding: 15px 10px;
   margin: 0;
}

#footer {
   position: relative;
   display: block;
   min-height: 40px;
   width: 898px;
   margin: 0;
   background-color: #fff1c6;
   background-image: none;
   border-top: 2px solid #c7a63e;
   border-left: 20px solid #fff1c6;
   border-right: 20px solid #fff1c6;
}

#qualitaet {
   position: absolute;
   top: 160px;
   left: 25px;
   margin: 0;
   padding: 0;
   width: 140px;
   height: 140px;
   background-image: url(../../images/qualitaet.gif);
   background-repeat: no-repeat;
   background-position: left top;
   z-index: 15;
}

.clear_left {
   display: block;
   clear: left;
}
.clear_right {
   display: block;
   clear: right;
}


/* Login ****************************/
#login {
   position: absolute;
   bottom: 5px;
   right: 0;
   margin: 0;
   padding: 0;
}
#login a:link,
#login a:visited {
	display: block;
   color: #741938;
   padding: 2px 0 0 5px;
   margin: 0;
   width: 53px;
   text-decoration: none;
   font-weight: bold;
}
#login a:focus,
#login a:hover,
#login a:active {
   text-decoration: underline;
   color: #741938;
}


/* Logo ****************************/
a.HPLogo {
   position: absolute;
   right: 15px;
   top: 30px;
   width: 351px;
   height: 149px;
   margin: 0;
   padding: 0;
   z-index: 20;
}
a.HPLogo img {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0 none;
}

/************* Copyright ******************/
#copyright {
   position: absolute;
   bottom: 10px;
   left: 15px;
   color: #041260;
   font-size: 86%;
   font-weight: bold;
}

/************* Pagerouter ******************/
#drucken {
   position: absolute;
   bottom: 10px;
   right: 15px;
}
#drucken a,
#drucken a:link,
#drucken a:visited {
   color: #041260;
   font-size: 86%;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
}
#drucken a:focus,
#drucken a:hover,
#drucken a:active {
   color: #333;
   font-weight: bold;
   text-decoration: underline;
}

/**************** Print ********************/
#print_adresse {
	display: none;
}
#print_logo {
	display: none;
}
