/* Style of Flims-fewo.ch
  (c) by Robin Guldener*/
body {
  padding: 0px;
  width: 915px;
  background-color: #FFFFFF;
  font-family: Arial;
  margin: 10px auto;
}
/* HEader, Footer, Content, Overall-BG */
#header {
  width: 930px;
  height: 250px;
  margin: 0 auto;
}
#footer {
  color: #666666;
  font-size: 12px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  clear: left;
}
.content {
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 15px;
}
#overall-bg {
  background-image: url("http://www.wohnung-flims.ch/images/bg-left-right.jpg");
}
/* Menü */
#menu {
  width: 765px; /* 862px */
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px; /* 75px */
  display: block;
  /*background: transparent url("http://www.wohnung-flims.ch/images/menu-bg.gif") repeat-x scroll 0pt 50%;*/
  height: 30px;
  clear: both;
}
#menu ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  display: block;
}
#menu li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  float: left;
}
#menu li span {
  display: block;
  height: 30px;
  background-position: 0pt 1px;
}
#menu li.but-home span, #menu li.but-home span a, #menu li.but-reservation span, #menu li.but-reservation span a {
  background-position: 0pt 0px;
}
#menu li span a {
  display: block;
  height: 30px;
  width: 100%;
  background-position: 0pt 1px;
}
#menu li span a strong {
  display: none;
}
#navbar li span a:hover {
  background-image: none;
}
body #menu li.but-home span a:hover, body #menu li.but-reservation span a:hover {
  background-position: 0pt -31px;
}
body #menu li.but-wohnung span a:hover, body #menu li.but-galerie span a:hover, body #menu li.but-region span a:hover, body #menu li.but-info span a:hover, body #menu li.but-belegungsplan span a:hover  {
  background-position: 0pt -29px;
}
/* Buttons */
li.but-home span, li.but-home span a {
  background: transparent url("http://www.wohnung-flims.ch/images/MenuFont/Home.gif") no-repeat scroll 0pt 50%;
  width: 100px;
  margin-left: -3px;
}
li.but-wohnung span, li.but-wohnung span a {
  background: transparent url("http://www.wohnung-flims.ch/images/MenuFont/Wohnung.gif") no-repeat scroll 0pt 50%;
  width: 140px;
}
li.but-galerie span, li.but-galerie span a {
  background: transparent url("http://www.wohnung-flims.ch/images/MenuFont/Galerie.gif") no-repeat scroll 0pt 50%;
  width: 100px;
}
li.but-region span, li.but-region span a {
  background: transparent url("http://www.wohnung-flims.ch/images/MenuFont/Region.gif") no-repeat scroll 0pt 50%;
  width: 100px;
}
li.but-info span, li.but-info span a {
  background: transparent url("http://www.wohnung-flims.ch/images/MenuFont/Info.gif") no-repeat scroll 0pt 50%;
  width: 65px;
}
li.but-belegungsplan span, li.but-belegungsplan span a {
  background: transparent url("http://www.wohnung-flims.ch/images/MenuFont/Belegungsplan.gif") no-repeat scroll 0pt 50%;
  width: 190px;
}
li.but-reservation span, li.but-reservation span a {
  background: transparent url("http://www.wohnung-flims.ch/images/MenuFont/Reservation.gif") no-repeat scroll 0pt 50%;
  width: 170px;
}
/* allgemeine Schriftgrössen */
h1 {
  font-size: 20px;
  color: #0066FF;
  text-align: center;
  font-weight: bold;
  padding: 0px 25px;
  display: block;
}
h2, .med {
  font-size: 16px;
  font-weight: bold;
  color: #0033FF;
}
p, .norm {
  font-size: 12px;
  color: #000000;
}
/* Formulare */
.field {
  border: 1pt solid #E1E1E1;
}
/* Galerie */
div.imgoverview-hoch, div.imgoverview-quer, div.imgoverview-folder {
  float: left;
  margin: 5px 3px;
  text-align: center;
}
div.imgoverview-hoch {
  padding-top: 5px;
  height: 125px;
  width: 100px;
}
div.imgoverview-quer {
  padding-top: 5px;
  height: 95px;
  width: 130px;
}
div.imgoverview-folder {
  padding-top: 3px;
  height: 95px;
  width: 130px;
}
div.imgoverview-hoch:hover, div.imgoverview-quer:hover, div.imgoverview-folder:hover {
  background-color: #cccccc;
  border-color: #ff3333;
}
img.imgoverview {
  margin: auto auto;
}
a.image-navigation {
  text-decoration: none;
  font-weight: bold;
  color: #0000FF;
}
