@charset "utf-8";
/************************************************
    CSS StyleSheet
    SZG

    Media: Screen
    Part:  Main

    Author: AhlerHeinel Werbeagentur GmbH
    www.ahlersheinel.de

************************************************/

* {
    border: none;
    margin: 0;
    padding: 0;
}

body {
    font: 62.5%/1.5em "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, Arial, sans-serif;
    color: #222;
    text-align: center;
}

#wrap {
    margin: 0 auto;
    width: 700px;
    text-align: left;
    font-size: 120%;
    background: url("/pics/topbg.gif") repeat-x 0 160px;
}

#head {
    background: transparent url("/pics/head.jpg") no-repeat 0 0;
    height: 160px;
    text-indent: -999em;
}

#cwrap {
    overflow: hidden;
    width:700px;
}

#content {
    margin-top: 1.2em;
    float: left;
    min-height: 250px;
    width: 460px;
    line-height: 150%;
    margin-bottom: 2em;
    padding-bottom: 110px;
}

body.nosidebar #content {
    float: none;
    width: 670px;
    padding-bottom: 0;
}

div#sidebar {
    float: right;
    width: 190px;
    min-height: 400px;
    background-color: #f9c39c;
    margin-right: 15px;
    margin-top: 30px;
}

div#sidebar div {
    margin: 1em 0.5em;
}

div.footer {
    margin-top: -110px;
    clear: both;
    height: 110px;
    background: #a8605a url("/pics/footer/footer.jpg") no-repeat 0 0;
}

div.apartment   { background-image: url("/pics/footer/apartment.jpg"); }
div.service     { background-image: url("/pics/footer/service.jpg"); }
div.start       { background-image: url("/pics/footer/start.jpg"); }
div.ausstattung { background-image: url("/pics/footer/ausstattung.jpg"); }
div.kontakt     { background-image: url("/pics/footer/kontakt.jpg"); }

body.nosidebar div.footer {
    margin-top: 0;
}

/*********************************
    FORMULAR
*********************************/

input, select, textarea {
    font-weight: normal;
}

label {
    display: block;
    color: #444;
    font-size: 90%;
}

input.form, textarea.form {
    padding: 2px 5px;
}

input.form, textarea.form, select.form {
    background-color: #eaf9e9;
    border: 1px solid #c0dbbe;
    width: 400px;
    color: #444;
}

input.form:hover, textarea.form:hover, select.form:hover {
    background-color: #fff;
}

input.form:focus, textarea.form:focus, select.form:focus {
    border: 1px solid #83be7f !important;
}

select.form {
    width: 460px;
}

select.form option {
    padding: 2px 5px;
}

input.short {
    width: 200px;
}

input.button {
    background-color: #eaf9e9;
    border: 1px solid #c0dbbe;
    border-right: 1px solid #83be7f;
    border-bottom: 1px solid #83be7f;
    color: #444;
    margin-top: 1em;
    font-size: 90%;
    padding: 3px 1em;
}

input.button:hover {
    background-color: #83be7f;
}

p.small { font-size: 90%; color: #444; }
.red { color: #c00; }

/*********************************
    NAVI
*********************************/

#navi ul {
    list-style: none;
    text-align: left;
    padding: 8px 0 3px 0;
    line-height: 120%;
    margin: 0;
    margin-left: 20px;
    margin-bottom: 1em;
}

#navi ul li {
    display: inline;
    margin: 0;
}

#navi ul li a {
    padding: 8px 1em 3px 1em;
    color: #000;
    text-decoration: none;
    background-color: #e3f7e1;
}

#navi ul li a:hover {
    background-color: #fff;
}

#navi ul li a.aktiv  {
    background-color: #fff;
}

div#message {
    margin-left: 25px;
    width: 410px;
    border: 1px solid #c00;
    margin-bottom: 1em;
}

div#message p {
    margin: 0.5em 1em;
    font-weight: bold;
}

/*********************************
    TYPO
*********************************/

ul {
    margin-bottom: 2em;
}

ul li {
    margin-left: 2em;
}

p {
    margin-bottom: 1em;
}

#content p {
    margin-left: 25px;
}

a, a:link, a:active {
    text-decoration: underline;
    color: #bc786f;
}

#sidebar a { color: #222; }

h1 {
    font-size: 100%;
    font-weight: normal;
    margin-left: 25px;
    margin-bottom: 1em;
}

h2, p.familiekoch {
    font-size: 140%;
    height: 37px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -999em;
    margin-bottom: 0.5em;
    margin-left: 10px;
}

h2.start { background-image: url("/pics/h1/start.gif"); }
h2.austattung { background-image: url("/pics/h1/austattung.gif"); }
h2.service { background-image: url("/pics/h1/service.gif");  width: 465px; }
h2.apartment { background-image: url("/pics/h1/apartment.gif"); }
h2.kontakt { background-image: url("/pics/h1/kontakt.gif"); }
h2.anfahrt { background-image: url("/pics/h1/anfahrt.gif"); }
h2.impressum { background-image: url("/pics/h1/impressum.gif"); }
p.familiekoch { margin-left: 80px !important; background-image: url("/pics/familiekoch.gif"); }

#content h3 {
    font-size: 120%;
    color: #a8605a;
    margin-left: 25px;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

#sidebar h3 {
    color: #a8605a;
    font-size: 120%;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-variant: small-caps;
}

#sidebar ul li {
    margin-left: 15px;
    font-size: 90%;
    margin-bottom: 0.8em;
    line-height: 120%;
}

#sidebar ul.links li {
    margin-bottom: 0.1em;
}

ul li span {
    display: block;
    float: left;
    width: 4em;
}

#content ul li {
    margin-left: 25px;
    list-style: none;
}


/*********************************
    MISC
*********************************/

.L { float: left; margin-right: 1em; }
.R { float: right; margin-left: 1em; }

div.L h3 { margin-top: 0 !important; }

.clear { clear: both; }
