#Navigation {
	position: relative;
	
}

#Navigation a, #Navigation *
{
    font-size:12px;
    line-height:18px;
}

#Navigation a:hover, #Navigation .aktiv
{
    font-weight:bold;
    color:Red;
}