body{
    background-color: #333333;
}
/* keine outline im gesmtanten  */

* {
    outline: none;
}

#textcont{
    font-family:Verdana, Arial, sans-serif;
    font-size: 12px;
    margin-top:10px;
    padding: 10px;
    line-height:18px;
    /* für den container #textcont*/


}
span.fettcursiv{
    font-weight:900;
    /*macht die schrift fett*/
}
span.ueberschrift{
    font-weight:900;
}


#inhaltcontainer{
    background-color: silver;
    width:800px;

}
/*#inhaltcontainer img{
border: 1px orange dotted;
}*/

#images{
    float: left;
    /*width: 48%;*/
}


#body_rahmen{
    position:   relative;
        width:800px;
    /*gesamtbreite halbieren und negativen wert einstellen:*/
    /*margin-left: 10px;*/
    margin:auto auto;

    /* width: 50px; */

}
#active {
    background-color: #5fb404;

}


#inhalt{
    border-style:solid;
    background-color:silver;
    width:800px;
    /* height:50%; */
    border-width:0px;
    /* margin-left: 150px; */
    margin-top: 50px

}


.rubrik {
    padding-bottom: -4px;
    padding-top: 7px;

}

.rubrik span{
    padding:10px 10px;
    padding-bottom: 20px;
    color: #3c3c3c;
    font-family: verdana, arial, sans-serif;

}


ul.navbar {
    list-style-type: none;
    float: left;
    width: 480px;
    height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
    padding-left:11px;
    font-size: 8pt;
    font-weight: 900;

}
ul.navbar li {
    float: left;
}
ul.navbar li a{
    display: block;
    background-color: gray;
    text-decoration: none;
    text-align:center;
    color: white;
    float: left;
    margin-right: 2px;
    width: 50px;
    padding: 3px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    /*border-color: red;*/
    border-style: solid;
    outline-style: none;
}
ul.navbar li a:hover{
    background-color: #8a0808;


}
#inhaltcontainer #linkcont ul.link a:hover{
    color: #8a0808;
}
#clearnavi{
    clear: both;
    background-color: #333333;
    height: 1px;
    border-top-width: 1px;
    border-color: #333333;
    border-style: solid;
    padding: 0;
}


#rechtespalte{
    float: right;
    /*width: 48%;*/
}

#myform table tr td{

    vertical-align: top;


}
#linkcont a{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color:white;
    margin-top: 10px;
    padding: 10px 10px;
    text-decoration: none;
}

#linkcont ul{
    list-style-type: none;
}



div.clear{
    clear:both;
}
