#blackbg {
	visibility:hidden; 
	position:fixed; 
	left:0px; 
	right:0px; 
	top:0px; 
	bottom:0px; 
	background-color:#222222; 
	filter:alpha(opacity=40); 
	opacity:0.4; 
	z-index:1000000;
}

/* DIVE TAB TO edit/send data (user input interface) */

#diveIn {
	visibility:hidden; 
	position:fixed; 
	margin-left:-300px; 
	left:50%; 
	height:450px; 
	width:600px; 
	top:15%;
	z-index:1000001;
}

#diveTab {
	width:199px;
	margin-left:-4px;
	background:url('../images/divtab.png');
	color:#ffffff;
	height:35px;
}

#diveTabText {
	padding-top:10px;
	padding-left:20px;
}

#diveBorder {
	background-color:#ffffff; 
	box-shadow: 5px 5px 5px #555555;   
	-moz-box-shadow: 5px 5px 5px #555555; 
	-webkit-box-shadow: 5px 5px 5px #555555;
	height:415px; 
	width:600px;
}

#diveClose {
	z-index:1002;
	cursor:pointer;
	color:#003780;
	float:right;
	padding-right:6px;
}

#diveContent {
	z-index:1001;
	color:#888888;
	padding:10px;
	padding-left:20px;
}

#diveClose:hover {
	color:#555555;

}

img.overViewBorder {
	display:inline-block; 
	border-radius:5px; 
	border:1px solid #e3e3e3; 
	padding:2px;
}

img.imageBorder {
	margin:5px; 
	border-radius:5px; 
	border:1px solid #e3e3e3; 
	padding:2px;
}

label.contact { width: 85px; display:inline-block; }

input.contact { width: 210px; }

label.bezirke { width: 95px; display:inline-block; }

.myHov { 	filter:alpha(opacity=80); 
		opacity:0.8; 
}

a.normalLink:active { color:#393939; text-decoration:none; }
a.normalLink:visited { color:#393939; text-decoration:none; }
a.normalLink:link { color:#393939; text-decoration:none; }
a.normalLink:hover { color:#393939; text-decoration:none; }



a.TopLink:active { display:inline-block;  color:#003780; font-weight:bold; }
a.TopLink:visited { display:inline-block;  color:#003780; font-weight:bold; }
a.TopLink:link { display:inline-block;  color:#003780; font-weight:bold; }
a.TopLink:hover { display:inline-block; color:#6B7B9E; }

a.TopLinkNA:visited { display:inline-block;  color:#393939; font-weight:normal; }
a.TopLinkNA:active { display:inline-block;  color:#393939; font-weight:normal; }
a.TopLinkNA:link { display:inline-block;  color:#393939; font-weight:normal; }
a.TopLinkNA:hover { display:inline-block;  color:#393939; font-weight:normal; }


