body{
     background: linear-gradient(to bottom, rgb(191, 185, 167), white);  /* setzt Hintergrundfarbe und Verlauf */
     /* opacity: 1.0; */
     font-size: 100%;
}


.text_transparent {
      font-family: Arial;
      opacity:0.0;
}

#textbox {
    position: absolute;
    top: 240px;
    left: 300px;
    text-align: left;
}

h1{
    font-family: Verdana, Arial, sans-serif;
    font-size: 2.000em;
    color: rgb(47, 79, 79);
    margin-bottom: 1.200em;
}

h2{
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.175em;
    color: rgb(47, 79, 79);
    margin-bottom: -1.000em;
    margin-top: 1.500em;
}

h3 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.000em;
    color: rgb(47, 79, 79);
    margin-bottom: -1.200em;
    margin-top: 0.200em;
}

.fliesstext {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.813em;
    color: rgb(54, 100, 139);
}



#haupt_container  {
    height: 1600px;
    width: 1024px;
    -webkit-box-shadow: 20px 20px 40px grey;
    -moz-box-shadow: 20px 20px 40px grey;
    box-shadow: 20px 20px 40px grey;
    text-align: center;
    margin: 0px auto;
    margin-top: 120px;
    margin-bottom: 120px;
    background-color: #FFFFFF;
    position:relative;
}

#kopf_index {
     height: 178px;
     width: 1024px;
     background-color: #6F6E82;
     background-image: url(Images/kluese_1.png);
     position: relative;
}

#kopf_kontakt {
     height: 178px;
     width: 1024px;
     background-color: #6F6E82;
     background-image: url(Images/dalbe_1.png);
     position: relative;
}

#kopf_hafenkarte {
     height: 178px;
     width: 1024px;
     background-color: #6F6E82;
     background-image: url(Images/burchardkai.png);
     position: relative;
}

#kopf_ueber {
     height: 178px;
     width: 1024px;
     background-color: #6F6E82;
     background-image: url(Images/rost_ausschnitt.png);
     position: relative;
}

#kopf_literatur {
     height: 178px;
     width: 1024px;
     background-color: #6F6E82;
     background-image: url(Images/jollenhafen_1.png);
     position: relative;
}

#kopf_shop {
     height: 178px;
     width: 1024px;
     background-color: #6F6E82;
     background-image: url(Images/schieber.png);
     position: relative;
}

#kopf_impressum {
     height: 178px;
     width: 1024px;
     background-color: #6F6E82;
     background-image: url(Images/quermarkenfeuer.png);
     position: relative;
}

#schnittmarke_lo {
    position: absolute;
    top: -67px;
    left: -67px;
}

#schnittmarke_ro {
    position: absolute;
    top: -67px;
    right: -67px;
}

#schnittmarke_lu {
    position: absolute;
    bottom: -67px;
    left: -67px;
}

#schnittmarke_ru {
    position: absolute;
    bottom: -67px;
    right: -67px;
}


#zeitkartell {
    position: absolute;
    transform: rotate(-25deg);
    top: -30px;
    left: -30px;
}


/*Bild und Text für Baustellen*/

.arbeiter {
    position: absolute;
    top: 500px;
    right: 130px;
}

/*.text_baustelle {
    position: absolute;
    top: 830px;
    left: 340px;
}*/


/*Navigation*/

ul a {
    color: #000000;
    text-decoration: none;
    opacity:0.2;

}

ul li {
    font-size: 20px;
    font-family: Verdana, sans-serif;

    list-style: none;
    text-align: left;
    padding-bottom: 20px;
}


ul li a:hover {
    font-size: 16px;
    opacity:1.0;
    font-weight: bold;
}

.navigation {
    position: absolute;
    top: 185px;
    left: 30px;
}

/* Link der aktuellen Seite im Navigationsmenue*/
.link {
    font-family: Verdana, Comic, sans-serif;
    font-weight: normal;
    opacity: 1.0;

}


.linie {
    border-left: 2px solid #000000;
    padding-left: 10px;
}



/*Kontaktformular*/

.kontakt {
    position: absolute;
    top: 240px;
    left: 380px;
    text-align: left;
}

.pflichtfeld {
    background-color: rgba(0, 102,102, 0.1);
    border-color: rgb(0, 102,102);
    height: 18px;
}

#feld_nachricht {
    background-color: rgba(0, 102,102, 0.1);
    border-color: rgb(0, 102,102);
}

.angabe_check {
    font-size: 14pt;
    color: rgb(54, 100, 139);
}

.angabe_bestaetigung {

}