.galerie {
	width: 850px;
	margin: 0 auto 0;
}

.galerie dl {
	background: #fff;
	margin: 10px;
	padding: 10px;
	float: left;
	display: block;
	width: 240px;
	height: 295px;
	border: 1px solid #eee;
	box-shadow: -1px 3px 5px rgba(0,0,0,0.3);
	border-radius: 10px;
}

.galerie dt {
	margin: 0 auto 0;
	padding: 0;
	height: 250px;
	border: 1px solid #aaa;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	box-shadow: -1px 2px 3px rgba(0,0,0,0.1);
	overflow: hidden;
}

.galerie dt:hover {
	margin: 0 auto 0;
	padding: 0;
	height: 250px;
	border: 1px solid #666;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	box-shadow: -1px 2px 2px rgba(0,0,0,0.5);
	overflow: hidden;
}

#nr_1 {
	position: relative;
	top: 12px;
	background-color: #fff;
	width: 190px;
	margin: 0 auto 0;
}

#nr_1 a {
	display: block;
	height: 32px;
	background: url(../gosdatura/bilder/subnavi.png) no-repeat  -1px 1px;
}

#nr_1 a:hover {
	width: 190px;
	height: 32px;
	background: url(../gosdatura/bilder/subnavi.png) no-repeat -1px -32px;
}

#nr_2 {
	position: relative;
	top: 12px;
	background-color: #fff;
	width: 190px;
	margin: 0 auto 0;
}

#nr_2 a {
	display: block;
	height: 32px;
	background: url(../gosdatura/bilder/subnavi.png) no-repeat  -195px 1px;
}

#nr_2 a:hover {
	width: 190px;
	height: 32px;
	background: url(../gosdatura/bilder/subnavi.png) no-repeat -195px -32px;
}

#nr_3 {
	position: relative;
	top: 12px;
	background-color: #fff;
	width: 190px;
	margin: 0 auto 0;
}

#nr_3 a {
	display: block;
	height: 32px;
	background: url(../gosdatura/bilder/subnavi.png) no-repeat  -395px 1px;
}

#nr_3 a:hover {
	width: 190px;
	height: 32px;
	background: url(../gosdatura/bilder/subnavi.png) no-repeat -395px -32px;
}

