/****************** STYLE ***/
#content_top, #content_bottom {
font-size: 0.9em;
}
h1 {
color: #8C572B;
font-size: 1.5em;
font-weight: bold;
}
h2 {
color: #8C572B;
font-size: 1em;
font-weight: bold;
}
h3 {
font-size: 0.8em;
font-weight: normal;
}


a:link, a:visited, a:active {
color: #8C572B;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: none;
}



/****************** BASIC-STRUCTURE ***/
body {
padding: 0px;
margin: 0px;
font-family: verdana, arial, sans-serif;
font-size: 78%;
color: black;
text-align: center;
background: #B54018;
}



/****************** BOX-POSITONING ***/

#home {
   width: 800px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin: -301px 0 0 -400px;
}

#menu {
   position: absolute;
   left: 65px;
   top: 40px;
   padding-right: 3px;
   font-size: 1em; 
   z-index: 8;
   font-weight: bold;
}
#menu a {
   color: #FF9933;
}
#menu a:hover {
   color: yellow;
}
#menu ul {
   list-style-type: none;
   margin-left: 0; padding-left: 0;
   display: block;
   text-align: left;
}
#menu li {
   font-size: 0.8em;
   /*display: inline;*/
   /*border-right: 1px solid #8C572B;*/
   /*width: 1em;*/
   padding: 0 0 2px 0;
}


#content_top  {
   visibility: visible;
   position: absolute;
   left:200px;
   top: 132px;
   z-index: 5;
   width: 360px;
   height: 76px;
   float: left; 
   text-align: left;
   overflow: hidden;
}
#content_top img {
   margin-left: 0px;
   margin-top: 0px;
}
#content_bottom  {
   visibility: visible;
   position: absolute;
   left: 200px;
   top: 225px;
   z-index: 5;
   width: 320px;
   height: 211px;
   float: left; 
   text-align: left;
   padding-top: 3px; 
   padding-right: 5px;
   overflow: auto;
}
.minicontainer {
width: 98%;
margin: auto;
}
.minicontainer table { 
/*border-collapse:separate; 
border-spacing: 2px;*/
}
.minicontainer td { 
/*border:1px #8C572B solid;*/ 
width: 33%;
vertical-align:top;
color: #8C572B;
padding-left: 2px;
} 
.minicontainer img {
/*border:1px #8C572B solid;*/
}
#infobox {
   z-index: 9;
   float: left;
   position: absolute;
   top: 560px;
   left: 10px;
   font-size: 0.7em;
   color: gray;
}
#suchbox {
   z-index: 9;
   float: left;
   position: absolute;
   top: 98px;
   margin-left: 270px;
   font-size: 0.7em;
   color: gray;
}

#flashcontent {
    width: 100px;
    height: 80px;
    float: left;
    z-index: 10;
    margin: auto;
}
/*a  {
   text-decoration: none;
   color: #000000;
}

a ins  {
   text-decoration: none;
}*/


#gaestebutton a:hover,
#specialsbutton a:hover  {
   background-position: -108px 0%;
}
#galerie,#specials,#gaeste  {
   margin: 0px auto 0px auto;
   width: 800px;
   position: relative;
}

#gaestebutton a,
#galeriebutton a  {
   background-repeat: no-repeat;
   display: block;
   height: 108px;
   background-position: 0% 0px;
   font-size: 108px;
   line-height: 108px;
}

#galeriebutton a:hover  {
   background-position: -109px 0%;
}

#homebutton a:hover  {
   background-position: -173px 0%;
}

#specialsbutton a  {
   background: url(galeriemedia/specialsbutton.jpg) no-repeat 0% 0px;
   display: block;
   height: 106px;
   width: 108px;
   font-size: 106px;
   line-height: 106px;
}

#galeriebutton a  {
   width: 109px;
   background-image: url(galeriemedia/galeriebutton.jpg);
}

#specialsbutton  {
   visibility: visible;
   position: absolute;
   left: 626px;
   top: 152px;
   z-index: 5;
   width: 108px;
   height: 106px;
}

#galeriebutton  {
   visibility: visible;
   position: absolute;
   left: 635px;
   top: 350px;
   z-index: 4;
   width: 109px;
   height: 108px;
}

#gaestebutton  {
   visibility: visible;
   position: absolute;
   left: 664px;
   top: 248px;
   z-index: 5;
   width: 108px;
   height: 108px;
}

#gaestebutton a  {
   width: 108px;
   background-image: url(galeriemedia/gaestebutton.jpg);
}

#homebutton  {
   background: url(galeriemedia/circlemenu.jpg) no-repeat 0% 0px;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 21px;
   z-index: 2;
   width: 173px;
   height: 169px;
}

#homebutton a  {
   display: block;
   height: 169px;
   width: 173px;
   /*font-size: 169px;
   line-height: 169px;*/
}

#footer {
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 790px;
   z-index: 1;
   width: 100%;
   height: 15px; 
   float: left;  
   border: lime 1px solid;
}
#bg  {
   background: url(galeriemedia/bg.jpg) no-repeat;
   visibility: visible;
   z-index: 1;
   height: 602px;
}

/************** RUNDE ECKEN BOXEN *************************/

#wrapperbottom { margin-bottom: 50px; }
.roundbox {text-align: left; margin: 00px 0; background-color:white; padding: 30px; background-color:#fff;border:4px solid white;}
