td {
        font-family: Comic Sans MS;
        font-size: 9pt;
        color: #000000;
    }

a, a:link, a:visited, a:hover {
        text-decoration:underline;
        color: #002060;
    }

#header {
        font-size:18px;
        color:#002060;
    }

#termin {
        font-size:14px;
        color:#002060;
        cursor: pointer;
        text-decoration:none;
    }

#info {
        display:block;
        text-align:left;
        font-size:10px;
        background:#efefef;
        padding:2px 10px;
        border:solid 1px #000000;
    }

#navigation ul li {
        list-style-type: none;
        list-style-image: none;
        border-top:solid 1px #000000;
        color:#002060;
		vertical-align:top;
	}

#navigation a, #navigation a:visited {
        text-decoration:none;
        display:block;
        height:20px;
        padding:5px 5px 0px 5px;
        color:#002060;
        font-weight: normal;
		vertical-align:top;
    }

#navigation a:hover {
        background:#99ccff;
        color:#ffffff;
    }

#navigation #aktuell a {
        /*background:#369;*/
        background:#002060;
        color:#ffffff;
        cursor: default;
    }
    