body {
    font-size: 12px;
    font-family: verdana, arial, sans-serif;
    color: #132d4f;
    text-align: center;
    background: url(./images/bg_body.jpg) repeat-x;
    background-color: #2b68b6;
    margin: 0;
}

#wrapper {
    position: relative;
    width: 845px; 
    background: url(./images/bg_content.jpg) repeat-y;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}


/* Bereich Header */
#header {
     position: relative;
     height: 223px;
     background-image: url(./images/bg_header.jpg);
}

#buch {
    position: relative;
    top: 23px;
    margin-left: 635px;
    width: 130px;
    height: 168px;
}
 
/* Bereich Navigation*/ 

#navi {
    position: relative;
    width: 168px;
    float: right;
    margin-right: 61px;
}



#navi ul.deep1 {
    position: relative;
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 30px 0 10px 0;

}



#navi ul.deep1 li {
    font-size: 14px;
    margin-top: -1px;
    padding: 2px 0 2px 10px;
}



#navi ul.deep1 li a {
    color: #112845;
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
}



#navi ul.deep2 {
    position: relative;
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 2px 0 -3px -10px;
}



#navi ul.deep2 li {
    padding: 2px 0 2px 20px;
    font-size: 12px;
    line-height: 1.5em;
}



#navi ul.deep2 li a {
    color: #395982;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}


#navi ul.deep3 {
    position: relative;
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 2px 0 -3px -10px;
}



#navi ul.deep3 li {
    padding: 2px 0 2px 30px;
    font-size: 12px;
    line-height: 1.5em;
}



#navi ul.deep3 li a {
    color: #395982;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}




#navi ul.deep2 li.sublevelactive
, #navi ul.deep1 li.mainlevelactive {
    color: #193c69;
    font-family: Georgia, serif;
    font-weight: bold;
    font-style: italic;
}

#content {
    position: relative;
    float: left;
    width: 500px;
    margin: 0 20px 5px 47px;
}


/* Footer Bereich */
#footer {
    position: relative;
    background: url(./images/bg_footer.jpg) no-repeat;
    height: 67px;
    text-align: center;
    clear: both;
}

#content h1,
#content h2,
#content h3 {
    color: #193c69;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia, serif;
}

#content a:link, 
#content a:visited {
    color: #904949;
    text-decoration: none;

}



#content a:hover {
    text-decoration: underline;

}

/* Ergänzungen zur HTML-Area*/

#content p.align-center {
    text-align: center;
}

#content p.align-right {
    text-align: right;
}


/* Kontaktformular */

form#mailform fieldset {
    width: 420px;
    margin: 0;
    padding: 0;
    border: none;
}

form#mailform legend {
    padding: 3px 0;
    text-align: left;
}

form#mailform label {
    display: block;
    line-height: 18px;
    margin-top: 5px;
}

form#mailform input.csc-mailform-check {
    margin-bottom: 10px;
    width: 20px;
    line-height: 20px;
    border: none;
}


form#mailform input {
    width: 400px;
    margin-bottom: 5px;
    padding: 2px 4px;
    overflow: hidden;
    border: 1px solid #ccc;
}

form#mailform textarea {
    width: 400px;
    height: 110px;
    margin-bottom: 5px;
    padding: 4px 4px 2px 4px;
    overflow: auto;
    border: 1px solid #ccc;
}

form#mailform input:focus, form#mailform textarea:focus {
    background-color: #f9e7b4;
}

form#mailform input#mailformformtype_mail {
    border: 1px solid #ccc;
    width: 140px;
}

form#mailform select {
    width: 400px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}



