#seitenlaenge {
    height: 100% /* vertikale Scrol-leiste immer sichtbar */
}

body {
    min-height: 105%; /* vertikale Scrol-leiste immer sichtbar */
    /* text-align:center;Zentrierung für Internet Explorer*/
    font: 65% /* Standard Schriftgröße */
    Verdana, Arial, hevetica, ssans-serif;
}

/* ................ Klassen ...................................... */
* {
    margin:0;
    padding:0;
}

.pdf {
  padding-left: 17px;
  background: url(../grafiken/pdf.jpg) left no-repeat;
}
        
/* -------------- Farben  #ffdead --------------- */

#kopf, #titel          {color: #f1f2c0;}

body         {background-color: #567184;}
#container   {background-color: #363636;}
#main        {background-color: #C9C7BA;}
#main-inhalt {background-color: #f3ecf3;}
/* #footer     {background-color: #D3D0AF;} */

/* ----------- Rahmen festlegen #FF9268 --------- */
#container {
   border: 3px solid #FF9268;
}
#kopf, #titel {
    border-bottom:   2px solid #FF9268;
}
#kopf-rechts, #titel-rechts, #main-inhalt {
    border-left:  2px solid #FF9268;
}

/* ----------- div-Boxen festlegen -------------- */
#container {
    margin:1em auto;
    width: 900px;
}
#huelle {
    width: 900px;
    text-align: left;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#kopf {
    height: 60px;
    text-align: center;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#kopf-links {
    height: 60px;
    width: 176px;
    float: left;
}
#kopf-links h1 {
    font-size: 1.5em;
    padding-top: 10px;
}
#kopf-links h2 {
    font-size: 1.2em;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#kopf-rechts {
    margin-left: 175px;
    height: 60px;
}
#kopf-rechts h1 {
    font-size: 2em;
    padding-top: 13px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#titel {
    text-align: center;
}
#titel h1 {
    padding-bottom: 0.5em;
}
#titel p {
     padding-bottom: 1em;
}
.p-titel {
    padding-top: 10px;
    margin-bottom: -10px;
    font-size: 1.6em;
    font-weight: bold;
}
.p-titel-text {
    margin-bottom: -8px;
}
.p-titel-kontakt {
    padding-top: 30px;
    font-size: 2.6em;
    font-weight: bold;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#titel-links {
    height: 90px;
    width: 174.5px;
    float: left;
    background-image: url("../grafiken/buch.jpg");
    background-repeat: no-repeat;
    background-position: 0 0; 
}
#titel-links-bild {
    margin-left: 0px;
    margin-top: 14px
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#titel-rechts {
    margin-left: 175px;
    height: 90px;
    text-align: center;
}
#titel-rechts a,
#titel-rechts a:link,
#titel-rechts  a:visited { 
    color: #f1f2c0; 
}
#titel-rechts a:hover,
#titel-rechts a:active {
        color: #f1f2c0;
        background-color: #3592A0 /* #8FA68E */;
        font-style: italic;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#main {
height: 100%;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#main-links {
    margin-left: 5px;
    text-align: left;
    width: 165px;
    float: left;
}
#steuerung {
    width: 165px;
    float: left;
    margin-top: 25px;
    font-size: 1.2em;
}
#steuerung li {
    list-style-type: none;
}
#steuerung strong,
#steuerung a,
#steuerung a:link,
#steuerung a:visited  {
    display: block;
    text-decoration: none;
    color: black;
    border-top: 1px solid black;
    padding: 6px 6px 6px 25px;
    background: url(../grafiken/book_next.png) no-repeat left 50%;
}
#steuerung strong {
    background: url("../grafiken/book_open.png") no-repeat left 50% ;
    color: #f1f2c0;
    background-color: #363636;
    font-style: italic;
}
#steuerung ul {
    border-bottom: 1px solid black;
}
#steuerung a:hover,
#steuerung a:active {
    color: #f1f2c0;
    background-color: #3592A0 ;
    font-style: italic;
    font-weight: bold;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#main-inhalt {
    margin: 0 0 0 175px;
}

#inhalt-start {
    width: 680px;
    padding: 20px 0 10px 30px;
}
#inhalt-start ul {
    margin: 10px 0 30px 30px;
}

#inhalt-bild {
    padding: 15px 0px 15px 20px ;
    border: none;
}

#inhalt-tabelle  {
    color: black;
}
#inhalt-tabelle ul {
    padding: 0px 30px 20px 30px;
    border-bottom: 1px solid black;
}
#inhalt-tabelle li {
    list-style-type: none;
    background-color: #f3ecf3;
}
#inhalt-tabelle strong,
#inhalt-tabelle a,
#inhalt-tabelle a:link,
#inhalt-tabelle a:visited  {
    display: block;
    text-decoration: none;
    color: black;
    border-top: 1px solid black;
    padding: 8px 0px 8px 20px;
}
#inhalt-tabelle a:hover,
#inhalt-tabelle a:active {
    color: #f1f2c0;
    background-color: #3592A0 ;
    font-style: italic;
}
#inhalt-tabelle strong {
    font-size: 1.1em;
    font-weight: bold;
}

#inhalt-formular {
    border: 0px;
    padding: 5px 0px 10px 90px;
}

#inhalt-kontakt ul {
    padding: 30px 0 30px 210px;
}
#inhalt-kontakt li {
    list-style-type: none;
    font-size: 20px;
    padding-left: 25px;
    padding-bottom: 10px;
    background: url("../grafiken/bullet_go.png") no-repeat left 30% ;
}

#inhalt-impressum {
    border: 0px;
    padding: 0px 0px 10px 20px;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#footer {
    background-color: #FF00FF;
        margin-top:1.5em;
    height:2.5em;
}

