@charset "utf-8";
/************************************************
    CSS StyleSheet
    eifelzimmer.de

    Media: Screen
    Part:  Form

************************************************/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 100.1%;
}

html, body {
    height: 100%;
}

body {
    text-align: center;
    width: 100%;
    color: #444;
    line-height: 130%;
}

#container {
    width: 785px;
    min-height: 500px;
    margin: 15px auto;
    padding: 0 0px 0 0;
    text-align: left;
}

#contentwrap {
    background: url("/bilder/content-bg.jpg") repeat-y 0 0;
}

#header {
    background: url("/bilder/head-bg.jpg") repeat-x 0 0;
    height: 130px;
}

#navigation {
    background: #fff url("/bilder/navigation.jpg") repeat-x 0 0;
    margin: 15px 0 0 6px;
    padding: 0.8em 0 0 0.5em;
    width: 160px;
    height: 350px;
    float: left;
}

#content {
    font-size: 0.9em;
    margin: 15px 0 0 0;
    padding: 0.8em 0.8em 0 0.8em;
    width: 425px;
    float: left;
}

#content ul {
    list-style: none;
}

#sidebar {
    margin: 15px 0 0 0;
    width: 150px;
    float: left;
}

#footer {
    background: #fff url("/bilder/footer-bg.jpg") no-repeat;
    width: 785px;
    text-align: right;
}

#footer a {
    font-size: 75%;
}


.clear {
    clear: both;
}

/*********************************
    NAVIGATION
*********************************/

#navigation ul {
    margin: 0;
    list-style: none;
    margin-right: 15px;
}

#navigation ul ul {
    margin-right: 0px;
}

#navigation li {
    width: 150px;
    padding-bottom: 0;
}

#navigation ul li a {
    display: block;
    color: #444;
    text-decoration: none;
    padding: 2px 5px 3px 5px;
}

#navigation ul li a:hover {
    color: #d3021d;
}

#navigation ul li a.on {
    font-weight: bold;
}

#navigation ul li ul li a {
    padding: 2px 10px 4px 25px;
}

/*********************************
    SIDEBAR
*********************************/

#sidebar-news {
    padding: 0 0 0.2em 0;
    background-color: #c7d5b6;
}

#sidebar-news p {
    margin: 0.7em;
    font-size: 80%;
}

#sidebar ul {
    list-style: none;
    margin: 0.7em;
    font-size: 80%;
}

#sidebar li {
    list-style: none;
}


#sidebar h3 {
    font-size: 100%;
    text-align: center;
    background-color: #88946c;
    color: #fff;
    padding: 0.3em;
}

#sidebar a {
    padding: 5px 0px 0px 0px;
    text-decoration: underline;
}

#sidebar h4 {
    margin: 0.5em;
    font-size: 90%;
}

#sidebar-bilder {
    margin-top: 5px;
    background-color: #c7d5b6;
}

#sidebar-bilder img {
    float: left;
    width: 68px;
    height: 51px;
    margin: 0 2px 4px 4px;
}

#sidebar-bilder h6 {
    font-size: 70%;
    width: 140px;
    float:; left;
    padding: 0.5em;
    font-weight: normal;
    font-style: italic;
}


/*********************************
    Links
*********************************/

a, a:link, a:active, a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #d3021d;
}

#content a {
    text-decoration: underline;
}

/*********************************
    TYPO
*********************************/

h1, h2, h3 {
    color: #000;
    font-weight: bold;
    margin-bottom: 0.5em;
}

h1 {
    line-height: 110%;
    font-size: 120%;
}

h2 {
    font-size: 100%;
    margin-bottom: 1em;
}

p, ul, ol {
    margin-bottom: 1em;
}

p.error {
    border: 1px solid #d00;
    padding: 0.3em 0.5em;
    margin-right: 15px;
    font-weight: bold;
}


/*********************************
    LISTEN
*********************************/

dl {
    margin-bottom: 2em;
    margin-right: 15px;
}

dl dt {
    color: #035;
    font-size: 110%;
    border-top: 1px solid #b2c1cc;
    margin-bottom: 0.5em;
    margin-top: 0px;
    padding-top: 0.5em;
}

dl dt.noline {
    border-top: none;
}

dl dt.noline image {
    display: block;
    margin-bottom: 1em;
    width: 404px;
    height: 101px;
    overflow: hidden;
}

dl dt span {
    display: block;
    color: #444;
    font-size: 90%;
}

dl dd {
    margin-bottom: 1em;
}

/*********************************
    MISC
*********************************/
.anfahrt {
    width: 400px;
}

.nowrap {
    white-space: nowrap;
}

.floatL {
    float:left;
    padding: 0em 1em 0em 0em;
}

.class {
   clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*********************************
    FORMULARE
*********************************/

input, select, textarea {
    font-weight: normal;
}

#sidebar p.small {
    margin-top: 4em;
    color: #444;
    font-size: 90%;
}

label {
    display: block;
    color: #444;
    font-size: 90%;
}

textarea {
    font: 100%;
}

p.noblock label {
    display: inline;
}

input.form, textarea.form, input.marked, textarea.marked {
    padding: 2px 5px;
}

input.form, textarea.form, select.form, .marked {
    background-color: #f2f4f6;
    border: 1px solid #b2c1cc;
    width: 350px;
    color: #035;
}

.marked { background-color: #a00; color: #fff; }

input.form:hover, textarea.form:hover, select.form:hover {
    background-color: #fff;
}

input.form:focus, textarea.form:focus, select.form:focus {
    border: 1px solid #035 !important;
}

select.form, select.marked {
    width: 360px;
}

select.form option, select.marked option {
    padding: 2px 5px;
}

input.short {
    width: 200px;
}

input.button {
    background-color: #f2f4f6;
    border: 1px solid #b2c1cc;
    border-right: 1px solid #035;
    border-bottom: 1px solid #035;
    color: #035;
    margin-top: 0.5em;
    font-size: 90%;
    padding: 3px 1em;
}

input.button:hover {
    background-color: #bddef3;
}



