
<style type="text/css">
.bereich{
display: block;
color: #003366;
background-color: #003366;
text-align: left;
text-decoration: underline;
background-image: url("../hintergrund_blau_hell.jpg");
border-style: none
}

.bereich
a.link{
display: block;
color: #003366;
font-family: Verdana, Arial;
font-size: 13px;
text-decoration: underline;
border-bottom: solid 1px #FFFFFF;
}

.bereich
a.link.visited{
display: block;
width: 100px;
height: 15px;

}

.bereich
a.link:hover{
display: block;
color:  #FF3333;
text-decoration: underline;
}
</style>


