/* POSITION DES GALLERIE xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* pos rahmen */
#main_gallerie {
	height: 450px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 100px;
	overflow: auto;
	font-size: 0.9em;
/*	border: thin solid #33FF66;*/
}

/* pos pitures */
#pic1	{
	position: absolute;
	left: 15px;
	top: 50px;
}
#pic2	{
	position: absolute;
	left: 15px;
	top: 50px;
}

/* POSITION DOT ORIENTIERUNGSPUNKTE XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/* hide orientierungspunkte */
.dot	{
	background-image:url(../images/fig1.jpg);
	position: absolute;
	left: -999em;
	height: 30px;
	width: 30px;
	background-color: #FFFFCC;
}
/* show orientierungspunkte by hover */
#main_gallerie a:hover .dot	{
	left: 10px;
	top: 300px;
}
#pic1 a:hover .dot	{
	background-image:url(../images/fig1.jpg);
}
#pic2 a:hover .dot	{
	background-image:url(../images/fig2.jpg);
}

/* Bilder zur Navi main_gallerie */
#main_gallerie a:hover	{
	background-color: #333333;
	color: #9FCFFF;
}

/* POSITION DER BILDER  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/* hide pictures */
.pic	{
	position: absolute;
	left: -999em;
	height: 90px;
	width: 300px;
	background-color: #333333;
}
/* show pictures by hover */
a:hover .pic {
	position: absolute;
	left: 280px;
	border: 0px;
	top: 60px;
}

/* POSITION DER TEXTE  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/* hide text */
.text	{
	position: absolute;
	left: -999px;
	border: thin solid #9933FF;
	color: #666666;
	font-size: 0.8em;
}
/* show text by hover */
a:hover .text {
	position: absolute;
	left: 50px;
	border: 0px;
	top: 300px;
}

/* POSITION DER HREFS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.href	{
	position: absolute;
	height: 8px;
	width: 20px;
	top: 370px;
}
#pic1 .href	{
	left: 280px;
}
#pic2 .href	{
	left: 320px;
}
/* hrefs main_gallerie fig for pictures color */
#main_gallerie a:link .href, #main_gallerie a:visited .href, #main_gallerie a:hover .href, #main_gallerie a:active .href, #main_gallerie a:focus .href	{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#main_gallerie a:hover .href {
	text-decoration: none;
	color: #9b4a30;
	font-weight: bold;
}
/* schmuckbild */
#infofeld {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #4E4E4E;
	position: absolute;
	height: 150px;
	width: 300px;
	left: 300px;
	top: 200px;
}

