/* CSS Document */


.galaxy {
	background-image:url(img/HG-mobil.gif);
	height:650px;
	position:relative;
}


@media only screen and (max-width: 812px) {
	.galaxy {
		background-image:url(img/HG-mobil.gif);
	}

	.masterTooltip {
		display:none;
	}
}


#star {	
	position:absolute;
	top:150px;
	left:0;
	right:0;
	margin-left: auto;
margin-right: auto;
	background-image:url(img/star_big.png);
	background-repeat:no-repeat;
	background-position:center;
	height:298px;width:310px;
	color:#000;
}

@media   (max-width: 812px) {
	#star {position:relative !important; margin:0 auto; top:5px  }
}



#star p {
z-index:999 !important;
	text-align:center;
	font-size:13px;
	line-height:140%;
	font-weight:bold;
	width:220px;
	top:97px;
	left:40px;
	position:relative;

}


.star-swap {cursor:pointer}

#star-start p {	font-size:13px;}
#star-text  {	z-index:999 !important;color:#fff;
-webkit-text-shadow: 1px 1px 7px  rgba(50, 50, 50, 0.8);
-moz-text-shadow:    1px 1px 7px  rgba(50, 50, 50, 0.8);
text-shadow:         1px 1px 7px  rgba(50, 50, 50, 0.8); font-size:14px !important;}
#star-text p {	z-index:999 !important;}
#star-text a {	z-index:999 !important;}


.tooltip { 
			display:none;
			position:absolute;
			z-index:9999;
			/*border:1px solid #000;
			background-color:#fcea16;
			color:#000;*/
			background-color:#0460a0;
			border:1px solid #d7d7d7;
			color:#fff;
			border-radius:5px;
			padding:5px;
			
			font-size:12px Arial;
			font-weight:bold;
		}

/* Home Link */


.contentaround {position:relative;overflow-y:hidden;overflow-x:hidden;}

#leftarea ul {
	list-style-position: inside;
	list-style-type: none;
	padding-bottom:40px;
	border-bottom:0px dotted #d7d7d7;
	border-top:0px dotted #d7d7d7;


}
#leftarea ul li a, #leftarea ul li a:visited {display:block; padding:4px 0 0 27px ; border-bottom:0px dotted #d7d7d7; color:#fff!important}
#leftarea ul li a:hover {display:block; padding:4px 0 0 27px; border-bottom:0px dotted #d7d7d7; color:#fff!important; text-decoration:underline }


/* Boxen rechts */

.contactbox {
	color:#fff;
	background-color: transparent !important;

}


.greytbox {
    width: 163px;
    min-height: 46px;
    overflow: auto;
    border: 1px solid #d7d7d7;
    padding: 6px 30px 6px 40px;
    background-color: #fafafa;
    background-image: url(../img/icn_star.png);
    background-repeat: no-repeat;
    background-position: 2px 10px;
    margin-bottom: 12px;
}

.greytbox {
	color:#fff;
	background-color: transparent !important;
}
.greytbox h1 {color: #f6d626 !important;}
.greytbox a {color:#fff !important;}

.homebox {
	width:163px;
	overflow: auto;
	border:1px solid #d7d7d7;
	padding:12px 10px 15px 40px;
	color:#fff ;
	background-color: transparent !important;
	background-image:url(img/home.png);
	background-repeat:no-repeat;
	background-position: 6px 6px;
	margin-bottom:12px
}

.homebox a {color:#fff !important;}
	
.loginbox {
	width:163px;
	min-height:46px;
	overflow: auto;
	border:1px solid #d7d7d7;
	padding: 20px 30px 15px 40px;
	color:#fff;
	background-color: transparent !important;
	background-image: url(../img/icn_star_small.png);
	background-repeat: no-repeat;
	background-position: 12px 22px;
	margin-bottom:12px
}

.loginbox input {
	color:#fff;
}

.login {	
   font-family: Verdana, Arial;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	background : #00a8e1;
	color:#fff;
	border : 1px solid #d7d7d7;
	margin-bottom: 6px;
	padding:0 1px 0 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:100%;
	height:18px;}
	

	
.send {
	width:100%;
	height:21px;
	border : 1px solid #fff;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #0d75b7;
	background-image: url(img/BG_send_button.gif);	
}



.rightarea {
	position:absolute;
	right:0;
	top:15px;
}

@media   (max-width: 680px) {
.rightarea  {position:relative !important; margin:10px auto; width:100%  }
.greytbox  {position:relative !important; width:70%; padding-right:40px;   margin:0 auto; }
	.rechts {float:right; margin-top:-35px }
	
.loginbox {
	width:70% ;
	min-height:46px;
	overflow: auto;
	border:1px solid #d7d7d7;
	padding: 6px 40px 15px 40px;
	color:#fff;
	background-color: transparent !important;
	background-image: url(../img/icn_star_small.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	  margin:10px auto;
}
	
}


.content {padding:0 !important;width:1200px !important}

.w1200 {width:1200px !important}