@charset "utf-8";
/* CSS Document */


/*##############################
##  Allgemeine Konfiguration  ##
##############################*/

* { 
    margin: 0;
    padding: 0;
}
html { 
    height: 101%;
}
body {
    width: 840px;
    background: url(../Bilder/background.jpg) repeat-x #fff2df;
    color: #f5e8dc;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    margin: 50px auto;
}
h1 {
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding-bottom: 16px;
    line-height: 120%;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding-bottom: 4px;
    margin-bottom: 6px;
    border-bottom: 1px dotted white;
    line-height: 120%;
}
p { padding-bottom: 12px; }
a,
a:visited,
a:active{
    color: white;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

ul {
    list-style-image: url(../Bilder/list_dot.gif);
    list-style-position: outside;
    padding-left: 5px;
}
ul li {
    margin-left: 15px;
}

.clear {
    clear: both;
}


/*#######################
##  Klassen, IDs, ...  ##
#######################*/

#wrapper {
    width: 840px;
    background: url(../Bilder/content_bg-line.gif) repeat-y transparent;
}
#line-top {
    width: 840px;
    height: 21px;
    background-image: url(../Bilder/top_bg.gif);
    background-repeat: no-repeat;
}
#container {
    background: url(../Bilder/content_bg.jpg) no-repeat top transparent;
    width: 740px;
    padding: 0 50px 0 50px;
}
#line-bottom {
    width: 840px;
    height: 30px;
    background-image: url(../Bilder/bottom_bg.gif);
    background-repeat: no-repeat;
}
#header {
    height: 150px;
    
}
    #header #logo {
        display: block;
        position: relative;
        top: 25px;
        left: -60px;
        z-index: 99999;
        width: 233px;
        height: 114px;
        background: url(../Bilder/logo_trans.gif) no-repeat transparent;
    }
    #metanavi {
        display: block;
        font-size: 11px;
        height: 20px;
        width: 220px;
        float: right;
        text-align: right;
        padding-top: 30px;
    }
    #metanavi a {
        text-decoration: underline;
        color: white;
    }
    #metanavi a:hover {
        text-decoration: none;
    }
    #metanavi img {
        color: none;
        background: transparent;
        text-decoration: none;
        border: 0;
    }
    #metanavi img a {
        border: 0;
    }
#navigation {
    float: left;
    padding-top: 40px;
    padding-bottom: 25px;
    width: 150px;
}
#content {
    margin-left: 220px;
    padding-bottom: 25px;
    width: 520px;
    line-height: 160%;
}
    #content ul {
        list-style-type: square;
        list-style-position: outside;
        padding-left: 5px;
    }
    #content ul li {
        margin-left: 15px;
        padding-bottom: 8px;
    }
#footer {
    text-align: center;
    color: #6e3100;
    font-size: 11px;
    width: 840px;
    height: 32px;
    padding-top: 8px;
    background: url(../Bilder/bottom_bg.gif) no-repeat transparent;
}
#footer a,
#footer a:visited,
#footer a:active{
    color: #6e3100;
    text-decoration: underline;
}
#footer a:hover{
    text-decoration: none;
}

/*##################
##  Navigationen  ##
##################*/

* Level 1 */
#navigation ul {
    width:150px;
    margin:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
    list-style-image: none;
    list-style: none;
}
#navigation ul li {
    margin:0;
    padding:0 0 0 0px;
    list-style-type:none;
    list-style-image: none;
}
#navigation ul li a {
    display:block;
    height:18px;
    margin:0;
    padding:12px 0 0 10px;
    font-size:12px;
    font-weight: bold;
    border-bottom:1px dotted white;
    color:white;
    width: 140px;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Level 2 */
#navigation ul li.navmainStandardLevel_2 {
    margin-left:0px;
    list-style-image: none;
}
#navigation ul li.navmainStandardLevel_2 a {
    background-image:url(../Bilder/subnavi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:146px 8px;
    border-bottom:1px dotted #ccc;
    color:#666;
    width:150px;
}
#navigation ul li.navmainStandardLevel_2 a:hover, #navigation ul li.navmainStandardLevel_2 a.active {
    background-image:url(../Bilder/subnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0px 0px;
    color:#fff;
}

/* Level 3 */
#navigation ul li.navmainStandardLevel_3 {
    margin-left:20px;
    list-style-image: none;
}
#navigation ul li.navmainStandardLevel_3 a {
    background-image:none;
    border-bottom:0;
    color:#666;
    width:80px;
}
#navigation ul li.navmainStandardLevel_3 a:hover, #navigation ul li.navmainStandardLevel_3 a.active {
    background-image:url(../images/subsubnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}


/*##################
##  Navigationen  ##
##################*/

/* -----------------
 Kontaktformular
----------------- */

#contactForm {
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:120px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    width:200px;
    padding: 2px 3px;
    border: 1px solid #d8bb94;
    background-color: white;
}
#contactForm .contactRow input:hover, #contactForm .contactRow textarea:hover,
#contactForm .contactRow input:active, #contactForm .contactRow textarea:active {
    border: 1px solid #4d483f;
    background-color: white;
}
#contactForm .contactRow select {
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}
#contactForm .contactRow input {
    height:14px;
    font-family: Verdana, Geneva, sans-serif;
    font-size:11px;
}
#contactForm .contactRow textarea {
    height:85px;
    font-family: Verdana, Geneva, sans-serif;
    font-size:11px;
}
#contactForm .contactRow {
    padding: 2px 0;
}
.contactFormSubmit {
    padding-top: 20px 0 0 120px;
}
#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}