a, a:visited, a:hover, a:active {
color:#607d31;
}

#bilderrahmen {
width:552px; 
height:300px;
border: 1px solid #ccc;
}

/* Klicknavigation*/

.gallerie {
	padding:0;
	margin:274px 0 0 0;
	list-style-type:none;
	position:relative;
	width:500px;
	z-index:2;
}

.gallerie img {
border:0;
}

.gallerie li {
float:left;

}

.gallerie li a, .gallerie li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#607d31; 
background:#f0fad7; 
text-align:center; 
width:20px; 
height:20px; 
line-height:18px; 
border:1px solid #607d31;
margin:2px;
}

.gallerie li a img {
position:absolute; 
top:-320px; 
left:0; 
visibility:hidden; 
border:0;
}

.gallerie li a img.bild {
top:-274px;
z-index: -1;
}

.gallerie li a:hover {
background:#fae300;
}

.gallerie li a:active, .gallerie li a:focus {
background:#fae300; 
color:#607d31;
}

.gallerie li a:active img, .gallerie li a:focus img {
visibility:visible;
}