﻿/* CSS design (c) by webdesign-salzburg.at -- b83.at */

body, p, h1, h2, h3, h4, h5, h6, form { margin: 0; padding: 0 }

html {
    overflow-y: scroll;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #009;
    background-color: #fcdd35;
    line-height: 1.3em
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 1em;
}

h1 {
  font-size: 1.8em;
  font-weight: normal;
}

h2 {
  font-size: 1.4em;
  font-weight: normal;
}

h3 {
  font-size: 1.3em;
  font-weight: normal;
}

h4 {
  font-size: 1em;
}

img {
  border: none;
}

a {
  color: #c00;
}


#marvin {
  width: 950px;
  margin: 3px auto 0;
  background-image: url(../images/hg.png);
  background-repeat: repeat-y;
  background-position: -5px 0;
}

#header {
  text-align: center;
}

#nav {
  font-size: 1.2em;
  text-align: center; background: #F5EF77; margin: 0 25px;
}

#nav ul {
  margin: 0; padding: 4px 0 4px; list-style-type: none;
}

#nav ul li {
  display: inline;
}

#nav ul li a {
  text-decoration: none;
  padding: 0 2px;
}

#nav ul li a:hover {
  color: #009;
}

#main {
  min-height: 500px;
  padding: 30px 60px;
}

#footer {
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: -5px bottom;
  height: 50px;
  margin-bottom: -5px;
  text-align: center;
}

#footer address {
  font-style: normal;
  font-size: .9em;
  padding: 5px 0 10px;
  border-top: 2px solid #F5EF77;
  margin: 0 25px;
}

#footer a {
  color: #009; text-decoration: none;
}

#footer a:hover {
  color: #c00;
}

#wd {
  text-align: center; font-size: .8em; letter-spacing: 2px
}

#wd a {
  color: #999; text-decoration: none;
}

#wd a:hover {
  color: #009;
}





.bild_links {
  float: left; margin: 0 2em 1em 0;
}

.bild_rechts {
  float: right; margin: 0 0 1em 2em;
}

.bild_rahmen {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
}

.wrapper {
  clear: both;
}

.fusslink {
  text-align: right; clear: both; font-size: .9em
}

.fusslink a {
  color: #009;
  text-decoration: none;
}

.fusslink img {
  vertical-align: middle;
}

img.minithumb {
  margin: 0 4px 2px 0;
  border: 1px solid #999;
}

table.facts {
  width: 95%;
}

table.facts td {
  padding: 5px 20px 5px 0; vertical-align: top
}



/* Startpage */
body#start {
  background-color: #003;
  color: #f8f8f8;
  text-align: center;
}

#start ul {
  margin: 10px 0 10px; padding: 0; list-style-type: none;
}

#start ul li {
  display: inline; font-weight: bold; font-size: 1.1em; word-spacing: 5px;
}

#start ul li a {
  word-spacing: normal;
}

#start a {
  color: #f8f8f8;
  text-decoration: none;
}

#start a:hover {
  color: #fc6;
}

#start #footer {
  background-image: none;
  width: 900px;
  margin: 0 auto;
}

#start address {
  font-style: normal;
  border-top: 1px solid #E4E4E4;
  padding: 10px 0;
}

#apartment_bilderspalte {
  width: 350px;
  float: right;
  text-align: right;
}

#apartment_bilderspalte img {
  border: 1px solid #000099;
  margin-bottom: 2px;
}

.icons {
  width: 250px;
  float: left;
}

.icons ul {
  list-style-type: none;
}

.icons ul img {
  margin-right: 10px;
  vertical-align: center;
}

.icons ul a {
  text-decoration: none;
  font-weight: bold;
}

.icons ul a:hover, .icons ul a.this_selection {
  color: #009;
}

.table_apartments {
  border: 1px solid #999;
  border-collapse: collapse;
  caption-side: bottom;

  width: 96%;
}

.table_apartments td {
  border: 1px solid #999;
  vertical-align: top;
  padding: .5em;
}

.table_apartments th {
  font-size: .9em;
  color: #efefef;
  background: #009;
  border: 1px solid #efefef;
  padding: .5em;
}

a.emailrequest {
  text-decoration: none;
  font-size: .9em;
  padding-left: 20px;
  background-image: url(../images/emailrequest.gif);
  background-repeat: no-repeat;
  background-position: center left;
  display: block;
  margin-top: 1em
}

#pulldown {
  margin-top: 3em;
}

#pulldown select {
  background: #ff9;
  color: #009;
  font-style: italic;
  border: 1px solid #666;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

#pulldown select option {
  border-bottom: 1px dotted #ccc;
  font-style: normal;
}


