/******************************************************************************/
/**  ALLGEMEIN                                                               **/
/******************************************************************************/
.no {
   display: none;
}

#wrapper {
	position: relative;
   width: 990px;
   min-height: 340px;
   padding: 279px 0 0 0;
   margin: 0 auto;
   background-color: #fff;
   background-image: url(../images/bg_wrapper.gif);
   background-position: top left;
   background-repeat: repeat-y;
}

/* ******** Kopf ********* */

#head {
   position: absolute;
   top: 0;
   left: 0;
   height: 279px;
   width: 990px;
   background-color: #564f51;
   background-image: url(../images/bg_head.jpg);
   /* background-position: 0 0px; */
   background-repeat: no-repeat;
}

#logo {
   position: absolute;
   top: 170px;
   left: 50px;
/*   width: 250px; */
}

#logo a {
	background-color: transparent;
}

#logomiddle {
   position: absolute;
   top: 210px;
   left: 233px;
   width: 508px;
   height: 57px;
/*   background-image: url(../images/logo_middle.png);
   background-repeat: no-repeat; */
/*   display: block; */
}

#logoright {
   position: absolute;
   top: 200px;
   left: 786px;
   width: 165px;
   height: 66px;
/*   background-image: url(../images/logo_right.png);
   background-repeat: no-repeat; */
   display: block;
}


/* *********** contentbereich ******* */

#contentwrapper {
   position: relative;
   width: 990px;
   background-image: url(../images/bg_contentwrapper.jpg);
   background-repeat: no-repeat; 
   background-position: top left;
   min-height: 838px;
   margin: 0;
}

/******* linker Menubereich ****/
#menu {
   position: relative;
   width: 200px;
   background-color: transparent;
   background-image: url(../images/bg_menu.gif);
   background-repeat: no-repeat;
   background-position: top center;
   min-height: 833px;
}

#suche {
   position: relative;
   margin-top: 40px;
   
   width: 200px;
   min-height: 91px;

   background-image: url(../images/bg_suche.gif);
   background-position: top center;
   background-repeat: no-repeat;
}

#suche a {
   display: block;
   width: 100px;
   background-color: #5b99c8;
   color: white;	
   margin-left: 48px;
   margin-top: 11px;
   text-align: center;
   text-decoration: none;
}

.vt {
	margin-top: 29px;
   margin-left: 25px;	
}

#suche input {
   width: 150px;
}


#wetter {
   position: relative;
   width: 200px;
   min-height: 223px;
   background-image: url(../images/bg_wetter.gif);
   background-position: top center;
   background-repeat: no-repeat;
   margin-top: 5px;
}

#wetterbox {
   position: relative;
   margin-top: 29px;
   margin-left: 23px;
}

#wetterboxInnen {
   padding-top: 15px;
}


#bayerwaldcard {
   position: relative;
   width: 185px;
   min-height: 168px;
   margin-top: 11px;
   padding-left: 15px;
}

/* ***** rechter Inhaltsbereich ***** */

#right {
   position: relative;
   float: right;
   width: 790px;
   padding: 31px 0 0 0;
}

#content {
   position: relative;
   float: left;
   width: 545px;
   min-height: 326px;
   margin: 10px 20px 10px 20px;;
   padding-bottom: 20px;
   background-color: #ccc;
   background-color: #fff;
}

#menutop {
   position: absolute;
   top: 0;
   left: 0;
   height: 31px;
   width: 790px;
   background-color: #a7eabd;  
   background-image: url(../images/bg_menu_top.gif);
   background-position: top;
   background-repeat: no-repeat;
}

#bannerbk {
   float: right;
   position: relative;
   width: 195px;
   min-height: 100px;
   margin: 30px 10px 0 0;
   width: 180px;
}


/******** Fuss ***********/
#footer {
   position: relative;
   clear: both;
   width: 990px;
   min-height: 26px;
   color: #fff;
   background-color: #8BD103;
   padding-top: 7px;
   margin: 0;
}

/* Pagerouter */
.top {
   position: absolute;
   left: 735px;
}

.druck {
   position: absolute;
   left: 770px;
}

.weiter {
   position: absolute;
   left: 850px;
}


.druck a,
.druck a:link,
.druck a:visited,
.weiter a,
.weiter a:link,
.weiter a:visited 
{
   color: #fff;
   text-decoration: none;
   display: block;
   font-weight: normal;
   background-color: transparent;
}

.druck a:focus,
.druck a:hover,
.druck a:active,
.druck a.selected,
.druck a.selected:link,
.druck a.selected:visited,
.druck a.selected:focus,
.druck a.selected:hover,
.druck a.selected:active,
.weiter a:focus,
.weiter a:hover,
.weiter a:active,
.weiter a.selected,
.weiter a.selected:link,
.weiter a.selected:visited,
.weiter a.selected:focus,
.weiter a.selected:hover,
.weiter a.selected:active {
   color: #fff;
   background-color: transparent;
   text-decoration: underline;	
} 

.copyright {
	color: #fff;
	float: left;
	padding-left: 10px;
	font-weight: bold;
}


/*  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;
}
