/* 
 * Stylesheet for Haus am Deich
 * (c) 2008 Johannes J. Schmidt, Berlin, TF 
 * Design by Jenny Koscova
 * */

/* Basic style */
html {
  height: 100%;
}
body {
  background: #9bd3f8 url('../images/himmel.jpg') no-repeat 0 0;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  color: #333;
}
a {
  color: #336633;
  text-decoration: none;
}
a:hover,
a.current {
  color: white;
}
img {
  border: 1px solid white;
}
a img {
  border: 1px solid white;
}
img.noborder {
  border: none;
}
h1, h2, h3 {
  color: white;
}
h3 {
  font-weight: normal;
}

/* Menu */
ul#menu {
  margin: 1cm 0.618cm;
  padding: 0;
}
ul#menu li {
  list-style-type: none;
  margin: 0.3em 0;
}
ul#menu li a {
  text-transform: uppercase;
  font-weight: bold;
}

/* Main header */
h1 {
  display: none;
}

/* Footer (used in kontakt) */
div#footer {
  position: absolute;
  bottom: 3.5em;
  background: url('../images/namensschild.jpg') no-repeat 0 0;
  width: 100%;
  min-height: 90px;
  font-weight: bold;
}
div#footer #bg {
  margin-left: 250px;
  background: url('../images/transparenz.png');
  padding: 0.5em;
  min-height: 90px;
}
div#footer p {
  margin: 0 0 0.2em 0;
  color: #336633;
}
div#footer address {
  font-style: normal;
}

/* Main Content area */
div#content {
  margin: -6em 20%;
}
div#content ul {
  clear: both;
}

/* Wohnungen overview */
div#content img#schnitt {
  float: left;
  margin: 0 0 2em -55px;
}
div#content table {
  float: left;
  height: 250px;
  width: 500px;
}
div#content table tr th {
  text-transform: uppercase;
}
div#content table tr th:first-child {
  color: #336633;
}
div#content table tr:first-child th:first-child {
  color: white;
  font-size: 1.3em;
}
div#content table tr th,
div#content table tr td {
  vertical-align: top;
  text-align: left;
}

/* Wohnungen Details */
div#content img.innen {
  float: right;
  margin: 28px 5px 5px 5px;
}
div#content img#grundriss {
  float: right;
  margin-left: 20px;
  border: none;
}

/* Bilder */
p.desc {
  text-align: center;
  margin: 0;
}

