#alles2 {
	width: 960px;
	margin: 0px auto; /* 0px = Abstand oben und unten | auto = Abstand links und rechts | div ist also auf der Seite zentriert */
	text-align: left;
}
/* Seitenüberschrift im content-inhalt */
h2.hmain {
	color: #7599BD;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
  font-weight: normal;
/*	line-height: 20px;*/
	margin: 10px 0 0 10px;

	display: none;
}

#content-inhalt2 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px; /*Safari requires 15 for no scrollbars*/
}
hr.menu1i {
  border-top: 0px;
  border-bottom: 1px  dotted #003366;
  height: 1px;
	padding: 0px 0px 0px 0px;
}
/* Links Hauptnavi */
a:link, a:visited, a:active {
	font-weight: normal;
	color: #7599BD;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

#gallery {
	width: 958px;
	height: 520px;
/*	padding: 0px /*9px;*/
	border: 1px solid #84aed6;
	background: #ffffff;
	position: relative;
}

#gallery div.imenu {
	position: absolute;
	left: 761px; /*856px;*/
	top: 400px;
	width: 130px;
	height: 80px;
	text-align: left;
	color: #334477;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	padding: 0px 0px 0px 0px; /* 172+8 = 180 (Breite Navi) */	
}
#gallery div.zoom {
	position: absolute;
	left: 896px; /*856px;*/
	top: 440px;
	width: 40px;
	height: 40px;
	text-align: left;
	color: #334477;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	background-image: url(/Bulgaria/p.png);
}
#gallery b.default {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 737px;
	height: 510px;
	text-align: left;
}
#gallery b.default img {
	display: block;
	margin: 0 auto 10px 0; /*auto;*/
	border: 1px solid #eee;
/*	border-color: #555 #ddd #eee #333;*/
}
#gallery b.default span {
	display: block;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #334477;
	position: absolute;
	left: 751px;
  top: 140px;
	width: 190px;
	margin: 0 0 0 0px;
}

#gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
	position: absolute;
	left: 751px;
	top: 10px;
}
#gallery ul li {
	display: inline;
	width: 35px;
	height: 35px;
	float: left;
	margin: 0px 0 5px 5px;
}
#gallery ul li a {
	display: block;
	width: 33px;
	height: 33px;
	text-decoration: none;
	border: 1px solid #000;
	border-color: #eee #555 #333 #ddd;
}
#gallery ul li a span {
	display: none;
}
#gallery ul li a img {
	display: block;
	width: 33px;
	height: 33px;
	border: 0;
}

#gallery ul li a:hover {
	white-space: normal;
	border-color: #555 #ddd #eee #333;
	background: #84aed6;

}
#gallery ul li a:hover b {
	position: absolute;
	left: -741px;
	top: 0px;
	width: 739px;
	height: 500px;
	text-align: left;
	background: #FFFFFF;
	z-index: 20;
}
#gallery ul li a:hover span {
	display: block;
	color: #333333;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 0 5px;
	position: absolute;
	left: 746px;
  top: 140px;
	width: 190px;
	height: 230px;
	background: #FFFFFF;
}

#gallery ul li a:hover img {
	margin: 0 auto 10px auto;
	width: auto;
	height: auto;
	border: 1px solid #eee;
	border-color: #555 #ddd #eee #333;
	text-align: center;
}



#gallery ul li a:active, #gallery ul li a:focus {
	white-space: normal;
	border-color: #555 #ddd #eee #333;
	background: #666;
}
#gallery ul li a:active b, #gallery ul li a:focus b {
	position: absolute;
	left: -741px;
	top: 0px;
	width: 739px;
	height: 500px;
	text-align: left;
	background: #FFFFFF;
	z-index: 10;
}
#gallery ul li a:active span, #gallery ul li a:focus span {
	display: block;
	color: #333333;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 0 5px;
	position: absolute;
	left: 746px;
  top: 140px;
	width: 190px;
	height: 230px;
	background: #FFFFFF;
}
#gallery ul li a:active img, #gallery ul li a:focus img {
	margin: 0 auto 10px auto;
	width: auto;
	height: auto;
	border: 1px solid #eee;
/*	border-color: #555 #ddd #eee #333;*/
}
