a, a:visited {color:#000;}

/* Gallerie Bilder */ 

a.gall, a.gall:visited {
	display: block;
	display: inline-block;
	color: #000;
	text-decoration: none;
	border: 1px solid Black;
	width: 75px;
	height: 50px;
	float: left;
	margin: 4px;
}

a.thumb1 {background:url(images/pictures/z1_thumb.jpg);}
a.thumb2 {background:url(images/pictures/z2_thumb.jpg);}
a.thumb3 {background:url(images/pictures/z3_thumb.jpg);}
a.thumb4 {background:url(images/pictures/z4_thumb.jpg);}
a.thumb5 {background:url(images/pictures/cafe1_thumb.jpg);}
a.thumb6 {background:url(images/pictures/cafe2_thumb.jpg);}
a.thumb7 {background:url(images/pictures/wb3_thumb.jpg);}
a.thumb8 {background:url(images/pictures/wb4_thumb.jpg);}
a.thumb9 {background:url(images/pictures/we_thumb.jpg);}
a.thumb10 {background:url(images/pictures/wk_thumb.jpg);}
a.thumb11 {background:url(images/pictures/wb2_thumb.jpg);}
a.thumb12 {background:url(images/pictures/we2_thumb.jpg);}
a.thumb13 {background:url(images/pictures/wohn1_thumb.jpg);}
a.thumb14 {background:url(images/pictures/wohn2_thumb.jpg);}
a.thumb15 {background:url(images/pictures/wohn3_thumb.jpg);}
a.thumb16 {background:url(images/pictures/wohn4_thumb.jpg);}
a.thumb17 {background:url(images/pictures/wohn5_thumb.jpg);}
a.thumb18 {background:url(images/pictures/wohn6_thumb.jpg);}
a.thumb19 {background:url(images/pictures/restaurant1_thumb.jpg);}
a.thumb20 {background:url(images/pictures/restaurant2_thumb.jpg);}
a.thumb21 {background:url(images/pictures/restaurant3_thumb.jpg);}
a.thumb22 {background:url(images/pictures/restaurant4_thumb.jpg);}
a.thumb23 {background:url(images/pictures/wb2_thumb.jpg);}
a.thumb24 {background:url(images/pictures/we2_thumb.jpg);}
a.thumb25 {background:url(images/pictures/umgebung1_thumb.jpg);}
a.thumb26 {background:url(images/pictures/umgebung2_thumb.jpg);}
a.thumb27 {background:url(images/pictures/umgebung3_thumb.jpg);}
a.thumb28 {background:url(images/pictures/umgebung4_thumb.jpg);}
a.thumb29 {background:url(images/pictures/umgebung5_thumb.jpg);}
a.thumb30 {background:url(images/pictures/umgebung6_thumb.jpg);}
a.thumb31 {background:url(images/pictures/cafe1_thumb.jpg);}
a.thumb32 {background:url(images/pictures/cafe2_thumb.jpg);}
a.thumb33 {background:url(images/pictures/dterrasse1_thumb.jpg);}
a.thumb34 {background:url(images/pictures/dterrasse2_thumb.jpg);}


a.gall span, a.gall em {
	display: none;
}
a.gall:hover {
	border: 1px solid blue;
}

/* Position Gallerie Bilder */ 

#right {
	position: relative;
	margin: 30px 0 0 25px;
	width: 550px;
	height: 310px;
}

/* Gallerie Bilder Eigenschaften*/ 

#right .thumb {
	width: 130px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Text Gallerie */ 

#right a.gall:hover span {
	display: block;
	position: absolute;
	width: 90px;
	height: 50px;
	top: 300px;
	left: 0px;
	padding: 5px;
	z-index: 2;
	font-weight: normal;
	font-size: 0.8em;
}

#right a.gall:active, #right a.gall:focus {
	border: 0px solid Black;
}

#right a.gall:active em, #right a.gall:focus em {
	display: block;
	position: absolute;
	width: 402px;
	height: 250px;
	top: 0px;
	left: -420px;

}

