* {
        margin:0;
        padding:0;
        border:0;
        }

/* ----- AUSSEN ----- */
#aussen {
        width:900px;
        margin-left:auto;
        margin-right:auto;
        background-color:#77A6A6 ;
        border:none;
        }

/* ----- KOPF ----- */
#kopf {
        width:100%;
        background-color:#000000;
        height: 150px;


        }

#kopfinnen {
        height: 110px;
        }

/* ----- MENUE OBEN ----- */
#menu {
    width:100%;
    background-color:#9BC7C7;
        height: 40px;
    }

#menuinnen {
        padding:10px;
    }

#menuinnen p{
        margin-right: 20px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        font-weight: bold;
        text-align: right;
    }

/* ----- LISTE FÜR MENU OBEN ----- */
ul {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        font-weight: bold;
        text-align: right;
        margin: 0px;
        padding: 0px;
}
li {
        display: inline;
        margin-right: 25px;
        }

/* ----- SPALTE LINKS -----*/
#links {
        width:270px;
        float:left;
        background-color:#77A6A6 ;
        }

#linksinnen {
        padding:40px 5px 25px 25px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 35px;
        }

#linksinnen ul {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 16px;
        font-weight: bold;
        text-align:left;
        margin:0px;
        padding:0px;
}

#linksinnen li {
        list-style-type: none;
        display:list-item;
        margin-left:10px;
}

#untermenue li {
        display: list-item;
        list-style-type: none;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        font-weight: bold;
        padding-left: 10px;
}
#untermenue2 li {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        padding-left: 25px;
}


/* ----- HAUPTTEXT RECHTS ----- */
#rechts {
        width:630px;
        float:right;
        background-color:#FFFFFF;
        }

#rechtsinnen {
        padding:5px 30px 30px;
        border-left:none;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 14px;
        line-height: 25px;
        }

/* ----- FUSS nicht gebraucht ----- */
#fuss {
        width:100%;
        background-color:#B8DCDC;
        clear:both;
        height: 0px;
        }

/* ----- BODY ----- */
body {
        background-color: #000000;
}

/* ----- ÜBERSCHRIFTEN ----- */
h1 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
}
h2 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 16px;
}

h3 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 10px;
        color: #000000;
        font-weight: normal;
}

h4 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 14px;
        font-weight: bold;
}
/* ----- ALLE LINKS ----- */
a:link {
        color: #000000;
        text-decoration: none;
}
a:visited {
        color: #000000;
        text-decoration: none;
}
a:focus {
        color: #9BC7C7;
        text-decoration: none;
}
a:hover {
        color: #FFFFFF;
        text-decoration: none;
}
a:active {
        color: #434747;
        text-decoration: none;
}
#menuinnen a:link {
        color: #000000;
        text-decoration: none;
}
#menuinnen a:visited {
        color: #000000;
        text-decoration: none;
}
#menuinnen a:focus {
        color: #77A6A6;
        text-decoration: none;
}
#menuinnen a:hover {
        color: #FFFFFF;
        text-decoration: none;
}
#menuinnen a:active {
        color: #434747;
        text-decoration: none;
}
#rechtsinnen a:link {
        color: #4D7575;
        text-decoration: underline;
}
#rechtsinnen a:visited {
        color: #434747;
        text-decoration: underline;
}
#rechtsinnen a:focus {
        color: #64A8A8;
        text-decoration: underline;
}
#rechtsinnen a:hover {
        color: #76BCBC;
        text-decoration: underline;
}
#rechtsinnen a:active {
        color: #9BC7C7;
        text-decoration: underline;
}


/* ----- BILDER ----- */
.BildRechts {
        float:right;
        margin-left: 10px;
        margin-bottom: 5px;
        margin-top: 10px;
        }

.BildLinks {
        float:left;
        margin-right: 10px;
        margin-bottom: 5px;
        margin-top: 10px;
        }

.ImageLeft {
        text-align: left;
        margin-right: 5px;
}
#highlight {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 14px;
        color: #000000;
        background-color: #B8DCDC;
        width: 260px;
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
}
#highlightinnen {
        padding: 10px;
}

#unterbild {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 10px;
        color: #000000;
        float: right;
        margin: 5px;
}
#unterbildinnen {
        padding: 10px;}

/* ----- FORMULAR ----- */
form {
        padding:20px;
        border:3px solid #77A6A6;
}

input {
        color:#426464;
        border: 1px solid #77A6A6;
        padding: 5px;
}

.Button {
        background-color:#77A6A6;
        color:#000000;
        width:100px;
        border:1px solid #000000;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 14px;
        font-weight: bold;
        padding: 5px;
        float: right;
}
