a:link,
a:visited {
    color: #003300;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: underline;
}

#boxInhalt a {
    font-weight: bold;
}


#boxFooter a:link,
#boxFooter a:visited {
	color: #333;
    text-decoration: none;
}

#boxFooter a:hover,
#boxFooter a:focus {
	color: #003300;
    text-decoration: none;
}

