body {
  width:		     100%;
  margin:		     0px;
  padding:		     0px;
  color:		     #784611;
  font-family:	     verdana;
  font-size:	     13px;
  background:        #e2c67a;
}

a {
  color:             #784611;
  font-weight:       bold;
  text-decoration:   none;
}

img {
   border:		     1px solid #b49050;
}

.javagalerie {
   border:		     1px solid #b49050;
}

table,tr,td {
  font-size:	     13px;
  text-align:        left;
  vertical-align:    top;
}

hr,.hr {
  margin-top:        5px;
  margin-bottom:     5px;
  height:            2px;
  border:            none;
  font-size:         1px;
  background:        #b49050;
}

.main {
  position:          relative;
  margin:            auto;
  width:             1000px;
  background:        url('images/background.jpg') top left no-repeat #fbe496;
  border-left:       3px solid #b49050;
  border-right:      3px solid #b49050;
}

.menue {
  position:          relative;
  height:            144px;
}

.content {
  position:          relative;
  padding:           30px;
  padding-top:       0px;
}

.footer {
  position:          relative;
  height:            28px;
  background:        url('images/footer.png') top left;
}

.galerie {
  position:		     relative;
  width:		     750px;
  padding:           15px;
  padding-top:       0px;
  margin:		     auto;
  margin-top:	     15px;
  margin-bottom:     15px;
  border:		     2px solid #b49050;
}

.galerie td {
  text-align:        left;
  vertical-align:    middle;
}

.preisliste td {
  padding:           5px;
  text-align:        center;
  vertical-align:    middle;
  border:		     2px solid #b49050;
}

.preisliste_head {
  color:             #b49050;
  font-weight:       bold;
}

.preisliste_small {
  font-size:         11px;
  font-weight:       normal;
}

