        /*body{
                background-color : #FFCC00;
        }
        body.home{
                background-image : none;
        }*/
        h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
                font-family:Verdana, Arial, sans-serif ;
                color : #993333;
        }
        h1{
                /*background-color : #FFCC00;*/
                background-position : left;
        }
        td
        {
	vertical-align: top;
	padding: 3px 3px 3px 3px;
}
        hr{
                color : #993333;
        }

        a {
                color: Blue;
                text-decoration : none;
        }
        a:visited{
                color: Blue;
        }
        a:active{
                color: Red;
        }
        a:hover {
                text-decoration:underline;
                color:red;
        }

        .nav1
        {
                background-color : #FFCC00;
                height : 100%;
                position: absolute;
                top: 100px;
                left : 0px;
                text-align : left;
                padding : 40px 12px;
                width : 140px;
                margin-top : 0;
                margin-right : 30px;
                border : thin;
        }
        .navhome
        {
                background-color : #FFCC00;
                left : 0px;
                text-align : left;
                padding : 40px 12px;
                color : Red;
                margin-top : 0;
                width : 140px;
                position : absolute;
                top : 100px;
        }
        .aktuell{
                background-color : #FFCC00;
                border : thin solid Maroon;
                padding : 2px 2px 2px 2px;
                font-size : 0.8em;
                margin : 2px 2px 2px 2px;
        }
        .aktuell b{
                background-color : Maroon;
                color : #FFCC00;
                padding-right : 60%;
                width : 100%;
        }
        .aktuell i{
                font-weight : bold;
                font-size : smaller;
        }
        .bilder td{
                font-weight : bold;
                background-color : #993333;
                color : #ffcc00;
                padding : 2px 0px 2px 10px;
        }
        .top
        {
                margin-top : 0px;
                margin-left : 0px;
                background-color : White;
        }

        .text {
                margin-left : 160px;
                top: 80px;
                /*width : 580px;
                */
                padding-left : 10px;
                background-color : White;
        }
