#wrapper {
	position: relative;
	width: 990px;
	min-height: 288px;
	margin: 0 auto 15px;
	padding: 0;
	background-color: #FFF;
}

#head {
   position: relative;
   min-height: 90px;
   width: 990px;
   margin: 0;
   padding: 0;
   background-color: #fff;
}

#menu {
	position: relative;
   width: 167px;
   min-height: 300px;
   margin: 0;
   padding: 0;
   z-index: 2;
}

#contentwrapper {
	position: relative;
	float: right;
	min-height: 300px;
	width: 816px;
	margin: 0 0 0 7px;
	padding: 0;
	z-index: 1;
}
#contenthead {
   position: relative;
   float: none;
   min-height: 42px;
   width: 814px;
   margin: 0;
   padding: 0;
   border: 1px solid #b5e6ff;
   background-color: #d9f2ff;
   background-image: url(../images/bg_contenthead.gif);
   background-repeat: repeat-y;
   background-position: right top;
   z-index: 2;
}

#content {
	position: relative;
	float: left;
   margin: 11px 10px 20px 0;
   padding: 0;
   width: 506px;
   min-height: 218px;
   line-height: 140%;
   z-index: 1;
}

#bannerbk {
	float: right;
   width: 300px;
   min-height: 245px;
   padding: 0;
   margin: 11px 0 10px 0;
   z-index: 1;
}

#footer {
   position: relative;
   clear: right;
   min-height: 30px;
   width: 990px;
   margin: 0;
   background-color: #d9f2ff;
   border: 1px solid #b5e6ff;
   background-image: url(../images/bg_contenthead.gif);
   background-repeat: repeat-y;
   background-position: right top;
}

#bildleiste {
   position: absolute;
   top: 103px;
   left: 0;
   margin: 0 9px;
   padding: 0;
   width: 949px;
   height: 305px;
   background-repeat: no-repeat;
   background-position: left top;
}

#banner_links {
   position: relative;
   margin: 0;
   padding: 0;
}


/**************** Suche ********************/
#suche {
   position: absolute;
   top: 3px;
   left: 3px;
   display: block;
   margin: 0;
   padding: 0;
}
#suche a,
#suche a:link,
#suche a:visited {
   position: relative;
   display: block;
   min-width: 60px;
   color: #FFF;
   font-weight: bold;
   font-size: 92%;
   padding: 1px 5px 2px 10px;
   margin: 0 0 0 215px;
   text-decoration: none;
   background-color: #5ccdff;
   background-image: url(../images/bg_suchbutton.gif);
   background-repeat: no-repeat;
   background-position: right top;
}

#suche a:focus,
#suche a:hover,
#suche a:active {
   color: #fff;
   background-color: #781362;
   padding: 1px 5px 2px 10px;
   background-image: url(../images/bg_suchbutton_hover.gif);
}

.vt {
   width: 215px;
   margin: 0 0 0 0;
   border: 0 none;
   float: left;
}

/* Clear ****************************/
.clear_left {
   clear: left;
}
.clear_right {
   clear: right;
}

/* Logo ****************************/
#logo{
   position: absolute;
   top: 30px;
   left: 55px;
   width: 256px;
   height: 48px;
   margin: 0;
   padding: 0;
}
#logo a {
   margin: 0;
   padding: 0;
}
#logo img {
	position: relative;
	padding: 0;
	margin: 0;
	border: 0 none;
}

/************* Pagerouter ******************/
#drucken {
   position: absolute;
   top: 5px;
   left: 10px;
   padding: 1px 0 0 0;
}
#top {
   position: absolute;
   top: 5px;
   right: 15px;
   padding: 1px 0 0 0;
}

#drucken a,
#drucken a:link,
#drucken a:visited,
#top a,
#top a:link,
#top a:visited {
   color: #212224;
   font-weight: bold;
   font-size: 92%;
   text-decoration: none;
}

#drucken a:focus,
#drucken a:hover,
#drucken a:active,
#top a:focus,
#top a:hover,
#top a:active {
   color: #212224;
   font-weight: bold;
   text-decoration: underline;
}

/**************** A-Z Navigation ********************/
a.aznavigation,
a:link.aznavigation,
a:visited.aznavigation {
	position: absolute;
	right: 10px;
	top: 4px;
	color: #FFF;
   font-size: 110%;
   font-weight: bold;
   text-decoration: none;
}
a:focus.aznavigation,
a:hover.aznavigation,
a:active.aznavigation {
   text-decoration: underline;
}


/**************** Print ********************/
#print_adresse {
	display: none;
}
#print_logo {
	display: none;
}


/************* 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 5px;
	padding:5px;
	font-weight : normal;
	text-decoration : none;
}

#verwaltung a:focus,
#verwaltung a:hover,
#verwaltung a:active {
	background-color: #369;	
}
