@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	}

#main {
	background-color:black;
	background-image:url(coming_soon2.jpg);
	background-repeat:no-repeat;
	background-position:center;
  	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	min-height:700px;
}

a:link {color:white; text-decoration:none}
a:visited {color:white; text-decoration:none}
a:active {color:white; text-decoration:none}
a:hover {color:white; text-decoration:none}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 400px;
	height:284px;
	border:none;
	background-image:url(Bilder/impressum.png);
	z-index: 13000;
}
 
.custom-title {
	visibility:hidden;

}
 
.custom-text {
	font-size: 12px;
	padding: 4px 8px 8px;
	background: #0090d4;
	color:#fff;
}