@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "Script MT Bold";
    src: url("/templates/gartenschank-imaltenstadl/css/SCRIPTBL.eot");
}
@font-face {
    font-family: "Script MT Bold";
    src: url("/templates/gartenschank-imaltenstadl/css/SCRIPTBL.ttf");
}

body {
  background: #FFF url(../images/lavendel.jpg) no-repeat fixed center center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

ul {
  list-style-type: none;
  text-decoration: none;
}

img {
    border: 0px;
}

#SiteTable {
  margin:auto;
  background-color: #FFF;  
  
}

a {
  font-family: "Comic Sans MS";
  font-size: 13px;
  color: #93AE64;
  text-decoration: none;
  font-weight: bold;
}

/* ---------- SCHRIFTEN ---------- */

p {
  font-family:"Comic Sans MS";
  font-size:13px;
}

h1 {
  font-family:"Comic Sans MS";
  font-size:15px;
  color: #93AE64;
  font-variant: small-caps;
}

h2 {
  font-family:"Script MT Bold";
  font-size:28px;
}
  
h3 {
  font-family:"Comic Sans MS";
  font-size:13px;
  font-weight: bold;
  color: #93AE64;
}


/* ---------- BEREICHE ---------- */





.Bereich_Navigation {
  background: url(../images/top.jpg); repeat fixed bottom;
  width: 1000px;
  height: 50px;
  font-size: 18px;
  }


.Bereich_Logo {
  width: 1000px;
  vertical-align:middle;
  text-align: center;
}
 


.Bereich_Stadl {
  font-family:"Script MT Bold";
  font-size: 28px;
  background: #FFF repeat;
  vertical-align:center;
  text-align:center;
  width:1000px;
}

.Bereich_Content {
  background:#FFF repeat;
  vertical-align: top;
}

.Bereich_Gallerie {
  background:#FFF repeat; 
  height: 358px;
   vertical-align:center;
  text-align:center;
}

.Bereich_Bilder {
  background:#FFF no-repeat;
  height: 150px;
}

.Bereich_Bottom {
   background: url(../images/top.jpg); no-repeat fixed bottom;
    width: 1000px;
    height: 50px;
}
  
/* ---------- Navigation ---------- */
  


ul.menu {
  font-family:"Comic Sans MS";
  font-variant: small-caps;
  font-weight: bold;
    vertical-align:center;
  text-align: center;
  font-size: 15px;
   
}



ul.menu a:link,
ul.menu a:visited {
  text-decoration:none;
  color:#000000;
  font-size: 15px;
  
}

ul.menu a:hover {
  text-decoration:none;
  color:#93AE64;
  font-size: 15px;
}

ul.menu li {
  display: inline; /* IE doubled float-margin bug */ /*float: left;*/
  padding-right: 35px;
  padding-left: 40px;
  font-size: 15px;
  
}


ul.menu li.active a:link,
ul.menu li.active a:visited {
  color: #93AE64;
  font-size: 15px;
}


/* ---------- Contentbereich - Artikel ---------- */

.item-page { 
  padding: 20px 20px 20px 20px;
 vertical-align: top;
}

/* ---------- Gallerie ---------- */

  
.moduletable #bilder_box {
  margin-left: 235px;
  margin-top: 50px;
}
