/* style.css */

body {
   background-color: #e6e6e6;
   font: 12px  Arial, Verdana, Helvetica, sans-serif;
   color: #131313;
   margin: 0px auto;
   padding: 0px;
   text-align: center;
   }


img {border: none;}

p {
   padding: 0px;
   margin: 0px;
   width: 500px;
   }

h1 {
   font-size: 16px;
   padding: 25px 0 0 45px;
   margin: 0px;
   color: #5e9428;
   }


a:link, a:visited, a:active {
   text-decoration: none;
   color: #5e9428;

}

a:hover{
   text-decoration: underline;
   color: #5e9428;

}

#header {
   width: 826px;
   height: 145px;
   background: #fff url(../img/logo.gif) no-repeat;
   margin-top: 25px;
   margin-left: auto;
   margin-right: auto;

   }

#nav {
      list-style: none;
      height: 145px;
      padding: 0px;
      margin: 0 0 0 250px;
      line-height: 18px;
}

#nav a {
  display: block;
  text-indent: -9999px;
}

#nav li, #nav ul {

      }

#nav li.home a{
  background: url(../img/nav/home.gif) no-repeat;
  width: 125px;
  height: 44px;
 }

#nav li.home a:hover {
  background: url(../img/nav/home_h.gif) no-repeat;
}

#nav li.georgshaus a{
  background: url(../img/nav/georgshaus.gif) no-repeat;
  width: 125px;
  height: 20px;
 }

 #nav li.georgshaus a:hover {
  background: url(../img/nav/georgshaus_h.gif) no-repeat;
}


#nav li.bilder a{
  background: url(../img/nav/bilder.gif) no-repeat;
  width: 125px;
  height: 19px;

 }

 #nav li.bilder a:hover {
  background: url(../img/nav/bilder_h.gif) no-repeat;
}

#nav li.anfahrt a{
  background: url(../img/nav/anfahrt.gif) no-repeat;
  width: 125px;
  height: 18px;
 }

 #nav li.anfahrt a:hover {
  background: url(../img/nav/anfahrt_h.gif) no-repeat;
}

#nav li.mieten a{
  background: url(../img/nav/mieten.gif) no-repeat;
  width: 125px;
  height: 46px;
 }

 #nav li.mieten a:hover {
  background: url(../img/nav/mieten_h.gif) no-repeat;
}


#illu {
   width: 826px;
   height: 181px;
   padding: 0px;
   margin: auto;
   background: #fff url(../img/illu.jpg) no-repeat;
}

#content {
   width: 826px;
   min-height: 400px;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 60px;
   background: #fff url(../img/bg_content.gif) repeat-y;
}



#content ul, #content li {
   list-style: none;
   display: block;
   line-height: 18px;
   margin-left: 3px;
   }

#footer {
   width: 827px;
   height: 227px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 50px;
   text-align: left;
   color: #fff;
   font-size: 11px;
   background: #fff url(../img/footer.gif) no-repeat;
   }

#footer a:link,
#footer a:visited,
#footer a:active
 {
   text-decoration: none;
   color: #fff;
   }

#footer a:hover
 {
   text-decoration: underline;
   color: #fff;
   }

.copy {
      padding: 10px 0 0 55px;
      }

.format {
   margin: 0 0 0 45px;
   padding: 15px 0 0 0;
   line-height: 18px;

}

.logo {
   float: left;
}

.space {
   margin-left: 100px;
   }
