/* Kopf  */


body {
	background-color:#F5F5F5;
}


.titel {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 15px;
        text-decoration:none;
        }


.eintrag {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 11px;
        text-decoration:none;
        }

a {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 10px;
        text-decoration:none;
        line-height:17px;
        }

a:link {color: black;}
a:visited {color: black;}
a:active {color: darkorange;}
a:hover {color: red; margin:1px -0px -0px 1px;}
