div.galleriOversikt {
margin: 0; padding: 0;
padding: 5px;
margin-top: 5px;
width: 456px;
height: 85px;
background-color: #cccccc;
font-weight: bold;
font-size: 14px;
clear: both;
}
div.galleriOversikt img {
float: left;
margin-right: 10px;
width: 80px;
height: 80px;
}
div.galleriOversikt a {
text-decoration: none;
color: #000000;
}
div.galleriOversikt a:hover {
text-decoration: underline;
color: #000000;
}
