/* Stylesheet für die Top Apartments Website */
/* Autor: Gerald Beck 2008                   */
/* Farben:  #7ECCE1 (hellblau)
                #006AB3 (dunkelblau)  
                #C5D4EA (hintergrundblau)                              
*/
/* html elemente und pseudoklassen*/
* {
    padding: 0;
    margin: 0;
}
html {
    height: 101%;
}
body {
    color: black; /* Schriftfarbe */
    background-color: #f5f5f5; /* Hintergrundfarbe */
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
}
h1 {
    font-size: 150%;
}
h2 {
    font-size: 130%;
    letter-spacing: 2px;
    margin-bottom: 1em;
}
h3 {
    font-size: 110%;
    letter-spacing: 2px;
}
h4 {
    font-size: 110%;
    margin: 10px 0 5px 0;
}
address {
    text-align: center;
    font-style: normal;
    font-size: 110%;
    letter-spacing: 2px;
    line-height: 1.5em;
    color: white;
    background-color: #7ECCE1;
    padding: 6px;
}
a {
    text-decoration: none;
}
a:link {
    color: #006AB3;
}
a:visited {
    color: #006AB3;
}
a:hover, a:focus {
    text-decoration: none;
}
a:active {
    color: black;
}
p, ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px; /* Abstand nach unten */
    margin-left: 0;
}
table {
   
    width: 700px;
    margin: 10px 10px 10px 19px;
}
tr {
    margin-bottom: 5px;
}
ul ul {
    margin: 0;
}
li {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0; /* Abstand von links */
}
/* div container */
#wrapper {
    color: black;
    background-color: white;
    width: 1000px;
    margin-top: 10px;
    margin-right: auto; /* Abstand rechts automatisch */
    margin-bottom: 10px;
    margin-left: auto; /* Abstand links automatisch */
}
#contentbereich {
   float: right;
   width: 744px;
    border-top: 1px solid #7ECCE1;
    border-left: 1px solid #7ECCE1;
    margin-right: 5px;
}
#textbereich {
   width: 700px;
    padding: 10px 10px 10px 19px;
}
#navibereich {
    float: left;
    text-align: center;
    font-size: 110%;
    width: 230px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
    margin-bottom: 20px;
}
#navibereich li {
    list-style: none;
    padding-top: 40px;
    margin-left: 1em;
    letter-spacing: 2px;
}
#navibereich a {
   color: black;
   background-image: url(../img/menue_button.gif);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 22px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
}
#navibereich a:hover, #startseite #navi01 a, #wohnungen #navi02 a, #wohnung201 #navi02 a, #wohnung202 #navi02 a, #wohnung203 #navi02 a, #kat2 #navi02 a, #kat4 #navi02 a, #wohnung401 #navi02 a, #wohnung402 #navi02 a, #wohnung403 #navi02 a, #wohnung404 #navi02 a, #wohnung405 #navi02 a, #kat6 #navi02 a,  #wohnung601 #navi02 a, #wohnung602 #navi02 a, #wohnung603 #navi02 a, #wohnung604 #navi02 a, #wohnung605 #navi02 a, #wohnung606 #navi02 a, #wohnung607 #navi02 a, #muerren #navi03 a, #preise #navi04 a, #team #navi05 a, #anreise #navi06 a, #kontakt #navi07 a {
    text-decoration: none;
    color: #006AB3;
    background-image: url(../img/menue_active.gif);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 22px;
}
#subnavi {
    padding: 10px 10px 5px 14px;
    font-size: 110%;
}
#subnavi li {
    display: inline;
    list-style-type: none;
    padding: 5px;
}
#subnavi a {
   font-weight: bold;
}
#subnavi a:hover, #kat2 #sub1 a, #wohnung201 #sub1 a, #wohnung202 #sub1 a, #wohnung203 #sub1 a, #kat4 #sub2 a, #wohnung401 #sub2 a,  #wohnung402 #sub2 a,  #wohnung403 #sub2 a,  #wohnung404 #sub2 a,  #wohnung405 #sub2 a, #kat6 #sub3 a {
    color: #7ECCE1;
    text-decoration: none;
}
#kopfbereich img {
	display: block;
  vertical-align: top;
}
#foto {
    padding: 10px 10px 10px 19px;
}
#aktuell {
   width: 700px;
    padding: 10px 10px 10px 19px;
}
#fussbereich {
   clear: both;
    width: 1000px;
    padding-top: 40px;
}
#beschreibungstext {
    float: left;
    width: 350px;
    padding: 10px 10px 10px 19px;
}
#icons {
    float: right;
    width: 350px;
    padding-top: 10px;
    padding-right: 10px;
}
#icons li {
    display: inline;
   padding: 2px 3px 0 2px;
}
#icons a {
    font-size: 110%;
}
/*#contentindex {
    margin-right: 5px;
}*/

#indexhaus {
    height: 200px;
    width: 370px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 200px;
	background-image: url(../img/Haus_index.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	
	
}
#indexhaus p {
    color: #D3AB4D;
    font-size: 130%;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-left: 50px;
}
#indexhaus a {
    color: black;
    background-image: url(../img/menue_button.gif);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 22px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 110%;
    }
#indexhaus a:hover {
text-decoration: none;
    color: #006AB3;
    background-image: url(../img/menue_active.gif);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 22px;
    }

/* klassen */

.bildzelle {
    padding: 5px;
}
.textzelle {
    padding: 15px 5px 5px 0;
}
.textzelle a {
   background-color: white;
    color: #006AB3;
}




/*-------------------------------------
    BUCHUNGSBEREICH
-------------------------------------*/

.clear {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    clear: both;
}

#buchungsbereich {
    clear: both;
}

#buchungsbereich form {
    margin-left: 20px;
}

#buchungsbereich form label, #buchungsbereich form input {
    margin-bottom: 5px;
    float: left;
    display: block; 
}

#buchungsbereich form label {
    width: 120px;
}

#buchungsbereich form input {
    width: 200px;
}

#buchungsbereich form br {
    clear: both;
}

#buchungsbereich form #captcha {
    margin-left: 120px;
}

#buchungsbereich form #submit {
    width: auto;
    margin-left: 120px;
}

#buchungsbereich form #captcha_label {
    margin-left: 120px;
}

#buchungsbereich .check_result {
    margin: 0 0 10px 20px;
    font-weight: bold;
}

