/* Allgemeine Seitenelemente */

body {
    margin: 0px;
    background-color: #e0e0e0;
    padding:0px;
    width:100%;
}

h2{
    font-family: Calibri,Arial,sans-serif;
    font-style: italic;
    color: #400000;
    font-size: 19px;
    margin-bottom: 18px;
    letter-spacing: 0px;
    border-bottom: solid 0px #746b64;
    padding-bottom:4px
}


/* Kopfbereich */
#maintop {
    background-image: url(../pic/header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0px;
    margin: 0px;
}


#toptitle {
    font-family: Calibri,Arial,sans-serif;
    font-style:italic;
    font-size: 24px;
    color: black;
    height: 120px;
    vertical-align: top;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#logoandtitle table {
    width: 100%;
}

#logoandtitle table tr {
    height: 150px;
}

#sitelogo {
    background-image: url(../pic/logo-title.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 280px;
    height: 150px;
}


#pagetitle {
    font-family: Calibri,Arial,sans-serif;
    font-style: italic;
    font-size: 24px;
    color: black;
    vertical-align: top;
    text-align: left;
    height: 150px;
}


#pagetitle img {
    vertical-align: top;
}


/* Menuebereich (oberes Drop-Down-Menue */

#topmenuarea {
    background-image: url(../pic/background2.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    border-top: solid 0px #CFCFCF;
    padding-left: 25px;
    padding-right: 30px;
    padding-bottom:0px;
    font-family: Calibri,Arial,sans-serif;
    font-style:italic;
    font-size: 14px;
    color: white;
    vertical-align: bottom;
    text-align: left;
    height: 40px;
}


#topmenuarea_pd {
    background-image: url(../pic/background2.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    border-top: solid 0px #CFCFCF;
    padding-left: 25px;
    padding-right: 30px;
    padding-bottom:0px;
    font-family: Calibri,Arial,sans-serif;
    font-style:italic;
    font-size: 14px;
    color: white;
    vertical-align: top;
    text-align: left;
    height: auto;
}


/* Fussbereich unterhalb Inhalt */


#footer{
    background-image: url(../pic/footer.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Calibri,Arial,sans-serif;
    font-size: 12px;
    color: #400000;
    height: 213px;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 2px;
    letter-spacing:1px;
}


/* Inhaltsbereich unter Titel */

table.contentarea {
    width: 780px;
    text-align: left;; 
    border: none;
    border-collapse: collapse;
}

#content{
    font-family: Calibri,Arial,sans-serif;
    background-image: url(../pic/background2.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    height: auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
}


#content h1 {
    font-style: normal;
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 6px;
    line-height: 22px;
    letter-spacing: 1px;
    word-spacing: 0em;
}

#content h2 {
    font-style: normal;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 3px;
    line-height: 18px;
    letter-spacing: 1px;
    word-spacing: 0em;
}

#content p, #content ol {
    font-style: normal;
    color: #202020;
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 16px;
    letter-spacing: 0px;
    word-spacing: 0.1em;
}

#content a, #content a:visited {
    font-style: normal;
    font-weight: bold;
    color: #202020;
}

#content a:hover {
    font-style: normal;
    font-weight: bold;
    color: #000000;
    background: #d0d0d0;
}

#content ol li {
    margin-bottom: 6px;
}

#content .important, #content strong {
    font-style: italic;
    word-spacing: 0.3em;
    text-decoration: underline;
}


/* Inhaltsbereich: Formulare */


#content form {
    font-family: Calibri,Arial,sans-serif;
    color: #202020;
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 16px;
    letter-spacing: 0px;
    word-spacing: 0.1em;
}


#content form input, #content form textarea {
    font-family: 'Courier New','Courier',monospace;
    color: #202020;
    font-size: 14px;
    margin-bottom: 3px;
    line-height: 16px;
    letter-spacing: 0px;
    word-spacing: 0.1em;
}


#content form button {
    color:#000000;
    font-family:Calibri,Arial,sans-serif;
    font-size:14px;
    font-weight:bold;
    letter-spacing:0;
    line-height:16px;
    vertical-align: middle;
    padding:3px 5px;
    word-spacing:0.1em;
}


#content form button img {
    border: none;
    vertical-align: middle;
    margin-right: 10px;
}



