/* Style Sheet für Dr Garus Mitarbeiter */ 

/* Overeffekte für Mitarbeiter */
#opsaal ul#views {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	list-style: none;
	height: 600px;
	width: 470px;
	background-image: url(../Bilder/OPBereich.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	list-style-image: none;
}

a {
	color: #666;
	background: transparent;
	text-decoration: underline;
}

a:hover {								/* WICHTIG, damit Effekt in IE fiunktioniert!!! */
	color: #fff;
	background: white;					/**/
	text-decoration: none;
}

.normal a:hover {
	background: transparent;
}

a img {
	border: 0 none;
}

#bereich1 a, 
#bereich2 a, 
#bereich3 a,
#bereich4 a,
#bereich5 a,
#bereich6 a {
	position: absolute;
	left: 10px;
	top: 0px;
	font-size: 110%;
	font-weight: bold; 
	text-decoration: none;
}

#bereich1 a:hover, 
#bereich2 a:hover, 
#bereich3 a:hover,
#bereich4 a:hover,
#bereich5 a:hover,
#bereich6 a:hover {
	color: #00BFFF;
}

#bereich1 a {
	top: -2;
}

#bereich2 a {
	top: -2px;
}

#bereich3 a {
	top: -2px;
}

#bereich4 a {
	top: 50px;
}

#bereich5 a {
	top: 50px;
}

#bereich6 a {
	top: 50px;
}


#bereich1 a .dot img,
#bereich2 a .dot img,
#bereich3 a .dot img,
#bereich4 a .dot img,
#bereich5 a .dot img,
#bereich6 a .dot img {
	position: absolute;
	border: 2px solid white;         /* lime */
	z-index: 5;
}



#bereich1 a .dot img {
	left: 8px;
	top: 7px;
	z-index: 5;
}

#bereich2 a .dot img {
	left: 150px;
	top: 10px;
	z-index: 5;
}

#bereich3 a .dot img {
	left: 287px;
	top: 10px;
	z-index: 5;
}

#bereich4 a .dot img {
	left: 8px;
	top: 80px;
	z-index: 5;
}

#bereich5 a .dot img {
	left: 150px;
	top: 80px;
	z-index: 5;
}

#bereich6 a .dot img {
	left: 287px;
	top: 80px;
	z-index: 5;
}




#bereich1 a:hover .dot img {
	left: 8px;
	top: 8px;
	z-index: 50;
}

#bereich2 a:hover .dot img {
	left: 148px;
	top: 10px;
	z-index: 50;
}

#bereich3 a:hover .dot img {
	left: 288px;
	top: 10px;
	z-index: 50;
}

#bereich4 a:hover .dot img {
	left: 8px;
	top: 78px;
	z-index: 50;
}

#bereich5 a:hover .dot img {
	left: 150px;
	top: 78px;
	z-index: 50;
}

#bereich6 a:hover .dot img {
	left: 289px;
	top: 78px;
	z-index: 50;
}


#bereich1 a:hover .dot img,
#bereich2 a:hover .dot img,
#bereich3 a:hover .dot img,
#bereich4 a:hover .dot img,
#bereich5 a:hover .dot img,
#bereich6 a:hover .dot img {
	border: 2px solid #365e7f;
	z-index: 50;
}



#bereich1 a .bereich1,
#bereich2 a .bereich2,
#bereich3 a .bereich3,
#bereich4 a .bereich4,
#bereich5 a .bereich5,
#bereich6 a .bereich6 {
	position: absolute;
	font-size: 85%;
	font-weight: normal;
	color: white;
	visibility: hidden;
}




#bereich1 a:hover .bereich1 {
	visibility: visible;
	color: red;
	background-color: White;
	width: 200px;
	height: 150px;
	border: none; /*1px solid red;*/
	padding-left: 0px;
	left: 10px;
	top: 250px;
	z-index: 50;
}

#bereich2 a:hover .bereich2 {
	visibility: visible;
	color: red;
	background-color: White;
	width: 200px;
	height: 150px;
	border: none;
	padding-left: 0px;
	left: 10px;
	top: 250px;
	z-index: 50;
}

#bereich3 a:hover .bereich3 {
	visibility: visible;
	color: red;
	background-color: White;
	width: 200px;
	height: 150px;
	border: none; 
	padding-left: 0px;
	left: 10px;
	top: 250px;
	z-index: 50;
}

#bereich4 a:hover .bereich4 {
	visibility: visible;
	color: red;
	background-color: White;
	width: 200px;
	height: 150px;
	border: none; 
	padding-left: 0px;
	left: 10px;
	top: 200px;
	z-index: 50;
}

#bereich5 a:hover .bereich5 {
	visibility: visible;
	color: red;
	background-color: White;
	width: 200px;
	height: 150px;
	border: none; 
	padding-left: 0px;
	left: 10px;
	top: 200px;
	z-index: 50;
}

#bereich6 a:hover .bereich6 {
	visibility: visible;
	color: red;
	background-color: White;
	width: 200px;
	height: 150px;
	border: none; 
	padding-left: 0px;
	left: 10px;
	top: 200px;
	z-index: 50;
}


