@charset "utf-8";
/* CSS Document */
body, html {
	margin:0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	height: 100%;
	
}
.bg_img img{
		width:100%;
		position:fixed;
		top:0px;
		left:0px;
		z-index:-1;
}

img{
	border:none;
}

.clear {
	clear:both;
	background: #ffffff;
}

@font-face {
    font-family: 'geosanslightregular';
    src: url('../font/geosanslight-webfont.eot');
    src: url('../font/geosanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/geosanslight-webfont.woff') format('woff'),
         url('../font/geosanslight-webfont.ttf') format('truetype'),
         url('../font/geosanslight-webfont.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

small {
	font-size: 11px;
}

.closebtn {
	position: absolute;
	left:476px;
	top:-20px;
	cursor: pointer;
}

.header {
	background: #20a8d5;
	padding:15px;
}

.header .login {
	width: 400px;
	float:left;
	font-size:11px;
	color:#fff;
}

.header .login input {
	border:0;
	padding:3px;
}

.menue {
	padding: 15px;
	border-top:6px solid #ccc;
	border-bottom:1px dotted #ccc;
	text-align: center;
	margin-bottom: 15px;
	background: #ffffff;
}

.menue a {
	display: inline-block;
	background: #ccc;
	color: #666;
	padding:5px 10px 5px 10px;
	text-decoration: none; 
	border-radius: 4px;
	margin-right: 10px;
}

.menue a:hover {
	color: #fff;
	background: #20a8d5;
}

.regbutton {
	background: #20a8d5;
	color:#fff;
	font-size: 14px;
	padding:8px 15px 8px 15px;
	border-radius: 10px;
	border: 0;
	cursor: pointer;
}

.girlbox {
	width: 115px; 
	float:left;
	background: #ffffff;
}

.girlbox img {
	width: 100px;
}

.plz {
	background: #ffffff; 
	padding: 10px;
	color:#fff;
	margin: 15px 0 15px 0;
}

.footer {
	background: #20a8d5; 
	padding: 10px;
	color:#fff;
	margin: 15px 0 15px 0;
}

.footer a {
	color:#fff;
	text-decoration: none;
}

.footer p {
	margin: 0;
}

.footer .links {
	float:left;
}

.footer .copy {
	float:right;
	font-size: 11px;
}

.shade {
    background:#FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.shade2 {
    background:#FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.overlay{
	position: fixed; 
	top:50%; 
	left:50%;
	border-radius: 8px;
    box-shadow: 0pt 0pt 30px #000000;
	z-index: 1001;
	background:#FFF;
	margin: -300px 0 0 -250px;
	width:500px;
}

.overlay .headline {
	display: block;
	background: #20a8d5;
	color:#fff;
	text-align: center;
	padding:5px;
	font-size: 22px;
}

.join_bg {
	display: none;
	margin-top: 40px;
}

.loginOverlay{
	width: 500px;
	height: 290px;
	display: none;
	margin: -300px 0 0 -250px;
	z-index: 1000;
}

.loginOverlay form .input {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px 3px #EEEEEE inset;
    display: inline-block;
    font-size: 18px;
    margin: 4px 0;
    padding: 5px;
    text-align: left;
    width: 225px;
}

.loginOverlay form .label {
    display: inline-block;
    font-family: Arial;
    font-size: 18px;
    padding-right: 5px;
    text-align: right;
    width: 155px;
}

.loginOverlay .sign {
	font-size: 16px;
    margin-left: 80px;
	cursor: pointer;
}

.loginOverlay .btn_anmelden {
    background:#df2323;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 10px 0 0 80px;
    padding: 8px 25px 8px 25px;
    text-shadow: 0 -1px 0 #000000;
}