@charset 'utf-8';
@import url(reset.css);

/* Default Element Styling */
/* =================================================================== */

* {
  font-family: Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #647175;
}

body {
  background: url(../img/bg_verlauf.png) top left repeat-x #13839d;
}

a {
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
}

a:hover {
  text-decoration: underline;
  color: #333;
}

abbr[title] {
  border-bottom: 1px dotted #333 !important;
  cursor: help;
}

a abbr {
  cursor: pointer !important;
}

input[type=submit], button {
  cursor: pointer;
}

input:focus, textarea:focus, select:focus {
  background: #eee;
}

/* Abstand Zeilenhoehe nach unten bei manchen Elementen */
p, h1, h2, h3, h4, h5, h6, 
table, ul, ol, blockquote, pre {
  margin-bottom: 14px;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

/* Default Container Layout */
/* =================================================================== */
/* Von oben nach unten, meist divs mit id */

#container, #main, #header, #mainContainer {
  position: relative;
}

#container {
  width: 800px;
  margin: 0 auto;
}

#main {
  width: 800px;
  height: 800px;
  background: url(../img/bg_transparenzen.png) top left no-repeat;
}

#header {
  height: 203px;
}

#logo {
  position: absolute;
  left: 77px;
  top: 16px;
  width: 230px;
  height: 102px;
  z-index: 10000;
}

#lang {
  position: absolute;
  top: 64px;
  right: 48px;
  width: 50px;
  height: 14px;
  text-align: right;
}

#curPage {
  position: absolute;
  width: 500px;
  height: 56px;
  line-height: 56px;
  left: 150px;
  bottom: 0;
}

#mainContainer {
  margin-left: 77px;
}

#content {
  width: 419px;
  height: 411px;
  padding-top: 40px;
  background: #fff;
  margin-left: 155px;
  overflow: auto;
}

#menu {
  position: absolute;
  width: 155px;
  left: 0;
  top: 0;
  height: 451px;
  background: #fff;
}

#footer {
  padding: 50px;
}

/* Header Stuff */
/* =================================================================== */

#curPage h1, #curPage h1 a {
  color: #fff;
  line-height: 55px;
  font-size: 18px;
  margin-top: 1px;
}

#lang a {
  color: #13839d;
  font-size: 10px;
}


/* Menu Elemente */
/* =================================================================== */

#menu ul {
  padding-top: 10px; 
}

#menu ul li a {
  color: #13839d;
  line-height: 40px;
  padding-left: 25px;
}

#footer ul li {
  float: right;
  margin-left: 30px;
}

#footer ul li a {
  color: #fff;
}

/* Content Elemente */
/* =================================================================== */

#content h2 {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 6px;
}

#content h3 {
  font-size: 16px;
  line-height: 16px;
  text-indent: 16px;
}

#content h2, #content h3 {
  color: #13839d;
}

#content p, #content h1, #content h2, #content h3 {
  padding: 0 20px;
}

#content ul {
  list-style: disc;
  padding: 0 40px;
}


/* Menugrafiken   */
/* =================================================================== */

#footer li a.mietgesuche {
  display: block;
  height: 18px;
  width: 75px;
  text-indent: -10000px;
  background: url(../../_bilder/mietgesuche.png) top left no-repeat;
}

#footer li a.impressum {
  display: block;
  height: 18px;
  width: 66px;
  text-indent: -10000px;
  background: url(../../_bilder/impressum.png) top left no-repeat;
}

#footer li a.kontakt {
  display: block;
  height: 18px;
  width: 50px;
  text-indent: -10000px;
  background: url(../../_bilder/kontakt.png) top left no-repeat;
}

#menu li a.willkommen, #menu li a.vermietung, #menu li a.verwaltung, 
#menu li a.verkauf, #menu li a.beratung {
  display: block;
  height: 40px;
  width: 100px;
  text-indent: -10000px;
}

#menu li a.willkommen {
  background: url(../../_bilder/willkommen.png) 0px 11px no-repeat;
}
#menu li a.vermietung {
  background: url(../../_bilder/vermietung.png) 0px 11px no-repeat;
}
#menu li a.verwaltung {
  background: url(../../_bilder/verwaltung.png) 0px 11px no-repeat;
}
#menu li a.verkauf {
  background: url(../../_bilder/verkauf.png) 0px 11px no-repeat;
}
#menu li a.beratung {
  background: url(../../_bilder/beratung.png) 0px 11px no-repeat;
}

#willkommen #content h2, #verwaltung #content h2,
#vermietung #content h2, #verkauf #content h2,
#beratung #content h2 {
  height: 105px;
  width: 400px;
  padding: 0;
  margin: -40px 0 5px 0;
  display: block;
  text-indent: -10000px;
}

#willkommen #content h2 {
  width: 405px;
  background: url(../../_bilder/willkommen_h2.png) top left no-repeat;
}
#verwaltung #content h2 {
  background: url(../../_bilder/verwaltung_h2.png) top left no-repeat;
}
#vermietung #content h2 {
  background: url(../../_bilder/vermietung_h2.png) top left no-repeat;
}
#verkauf #content h2 {
  background: url(../../_bilder/verkauf_h2.png) top left no-repeat;
}
#beratung #content h2 {
  background: url(../../_bilder/beratung_h2.png) top left no-repeat;
}

#willkommen #curPage h1, #verwaltung #curPage h1,
#vermietung #curPage h1, #verkauf #curPage h1,
#beratung #curPage h1, #kontakt #curPage h1,
#mietgesuche #curPage h1, #impressum #curPage h1 {
  height: 55px;
  width: 300px;
  text-indent: -10000px;
}

#willkommen #curPage h1 {
  background: url(../../_bilder/willkommen_h1.png) top left no-repeat;
}
#vermietung #curPage h1 {
  background: url(../../_bilder/vermietung_h1.png) top left no-repeat;
}
#verwaltung #curPage h1 {
  background: url(../../_bilder/verwaltung_h1.png) top left no-repeat;
}
#verkauf #curPage h1 {
  background: url(../../_bilder/verkauf_h1.png) top left no-repeat;
}
#beratung #curPage h1 {
  background: url(../../_bilder/beratung_h1.png) top left no-repeat;
}
#kontakt #curPage h1 {
  background: url(../../_bilder/kontakt_h1.png) top left no-repeat;
}
#mietgesuche #curPage h1 {
  background: url(../../_bilder/mietgesuche_h1.png) top left no-repeat;
}
#impressum #curPage h1 {
  background: url(../../_bilder/impressum_h1.png) top left no-repeat;
}



body h3 {
  display: none;
}

/* Alles was unsichtbar werden soll, zum Schluss */
/* =================================================================== */

.hidden {
  display: none;
  visibility: hidden;
}


