@charset "utf-8";
/* CSS Document */
body, html {
	margin:0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

img{border:none;}
.clear{clear:both;}

@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;

}



/*******************************************************************************************site*/
.topbar {
	background: #df2323;
	height: 5px;
}

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

.logo {
	text-align: left;
	font-weight: bold;
	color: #df2323;
	padding:19px 10px 10px 10px;
	font-size: 40px;
	margin: 0 0 30px 0;
	line-height: 30px;
}

.topButtons {
	position: absolute;
	margin:20px 0 0 800px;
	top: 0;
}

.topButtons .loginbutton {
	background: #c0c0c0;
	color: #fff;
	display: inline-block;
	border-radius: 8px;
	padding:8px;
	text-decoration: none;
	font-family: 'geosanslightregular';
	text-transform: uppercase;
	cursor: pointer;
}

.topButtons .loginbutton2 {
	background: #df2323;
	color: #fff;
	display: inline-block;
	border-radius: 8px;
	padding:8px;
	text-decoration: none;
	font-family: 'geosanslightregular';
	text-transform: uppercase;
	cursor: pointer;
}

.menue {
	text-align: center;
}

.menue a {
	color: #aaa;
	font-family: 'geosanslightregular';
	font-size: 22px;
	display: inline-block;
	padding:10px 30px 10px 30px;
	text-transform: uppercase;
	text-decoration: none;
}

.menue a:hover {
	color: #df2323;
}

.headbox {
	background: #df2323;
}

.headboxContent {
	width: 980px;
	margin: 0 auto;
	color: #fff;
}

.headboxContent .pic {
	width: 190px;
	float:left;
	text-transform: uppercase;
}

.headboxContent .pic .userinfos {
	padding:8px;
}

.headboxContent .pic .username {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 2px;
}

.headboxContent .pic .city {
	font-size: 11px;
}

.headboxContent .regform {
	width: 400px;
	float:left;
}

.headline {
	font-size: 30px;
	font-family: 'geosanslightregular';
	display: inline-block;
	margin-bottom: 10px;
}

.headline2 {
	font-size: 30px;
	font-family: 'geosanslightregular';
	display: inline-block;
	margin-bottom: 2px;
}

.head1 {
	width: 580px;
	float:left;
	padding-top: 20px;
}

.head1 img {
	width: 170px;
}

.head2 {
	width: 400px;
	float:left;
	text-align: center;
	background: #e96a6a;
	padding-top: 20px;
	height: 380px;
}

.slogan {
	width: 980px;
	margin: 20px auto;
	color: #df2323;
	text-align: center;
	font-size: 30px;
}

.suche {
	width: 380px;
	float:left;
	margin-right: 10px;
}

.main {
	width: 980px;
	margin: 0 auto;
}

.main .pic {
	width: 190px;
	float:left;
	text-transform: uppercase;
	margin: 0 6px 7px 0;
}

.main .pic .userinfos {
	padding:8px;
}

.main .pic .username {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 2px;
}

.main .pic .city {
	font-size: 11px;
}

.footer {
	border-top:1px solid #ccc;
	color:#666;
	padding:5px;
	font-size: 11px;
	margin: 10px 0 10px 0;
}

.button {
	border:0;
	background: #fff;
	color:#df2323;
	font-weight: bold;
	border-radius: 5px;
	font-size: 14px;
	cursor: pointer;
}

/*******************************************************************************************paging*/
.paging{
	text-align:center;
	}
.paging span{
	display:inline-block;
	background:#f3d1d1;
	border-radius:15px;
	}
.paging a{
	padding:5px 10px;
	background:#f3d1d1;
	font-size:18px;
	font-weight:lighter;
	display:inline-block;
	text-decoration:none;
	}
.paging.small a{
	padding:5px 10px;
	background:#f3d1d1;
	font-size:13px;
	font-weight:lighter;
	display:inline-block;
	}
.paging .vorn{
	padding-left:15px;
	border-radius:15px 0 0 15px;
	}
.paging .hinten{
	padding-right:15px;
	border-radius:0 15px 15px 0;
	}
.paging a:hover{
		background:#fff;
		}

/*******************************************************suche*/

.quicksearch .label{
	width:115px;
	font-size:18px;
	display:inline-block;
	text-align:right;
	padding-right:5px;
	}

.quicksearch .element{
	width:225px;
	display:inline-block;
	text-align:left;
	}
.quicksearch .element input, .quicksearch .element select {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px 3px #EEEEEE inset;
    color: #999999;
    display: inline-block;
    font-size: 18px;
    margin: 5px 0;
    padding: 5px;
    text-align: left;
    width: 225px;
}
.age_select{
	width: 75px !important;
}
.quicksearch .bis_label{
	width:67px;
	font-size:20px;
	display:inline-block;
	text-align:center;
	}
.quicksearch .element .btn {
    background:#df2323;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 3px 10px #666666;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 10px 0 0;
    padding: 10px 0;
    text-align: center;
    text-shadow: 0 -1px 0 #000000;
}
.quicksearch .element .btn:hover{
	background-position:bottom;
	}
/***********************************************************************************OVERLAY*/
.shade {
    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;
    display: none;
	z-index: 1001;
	background:#FFF;
	height: 800px;
}

.overlay .headline {
	display: block;
	background: #df2323;
	color:#fff;
	text-align: center;
	padding:5px;
}

.close {
     background: url("../images/btn_close.png") no-repeat scroll left top transparent;
     cursor: pointer;
     display: block;
     height: 42px;
     position: absolute;
     right: -21px;
     top: -21px;
     width: 42px;
}
#join, #message, #sendpassword, #agbwindow{
	width:500px;
	height:400px;
	margin:-200px 0 0 -250px;
	}
#join .join, #message .msg, #sendpassword .msg, #agbwindow .msg{
	position:absolute; top:0px; left:0px;
	width:500px;
	height:400px;
	padding:0;
	}
#join h1, #message h1, #sendpassword h1, #agbwindow h1{
	display:block;
	background:#005186 url(../images/hr3.gif) top left repeat-x;
	margin:0;
	padding:8px 10px;
	color:#FFF;
	text-align:center;
	font-weight:lighter;
	font-size:26px;
	text-shadow:#000 0 -1px 0;
	border-radius:8px 8px 0 0;
	}

#agbwindow, #agbwindow .msg{
	height: 180px;

}

#PseudoExists {
	position:absolute;
	padding:10px;
	top:45px;
	left:430px;
	border-radius:10px;
	width:210px;
	font-size:11px;
	color: #000000;
	box-shadow: 0 0 8px #888888;
	background-color: #EDFAFF;
}

#PseudoExists a {
	color: #000000;
	font-weight: bold;
}

#PseudoExists.arrow_box:after {
	top: 14% !important;
}

#PseudoExists.arrow_box:before {
	top: 14% !important;
}
.form_error {
	background-color: #FABDBD;
}
#EmailInfo{
	display:none;
	position:absolute;
	padding:10px;
	top:125px;
	left:430px;
	border-radius:10px;
	width:210px;
	font-size:11px;
	color: #000000;
	box-shadow: 0 0 8px #888888;
	background-color: #EDFAFF;
	min-height: 30px;
}

.arrow_box {
	position: relative;
	background: white;
	border: 2px solid #CE0000;
}

.arrow_box:after, .arrow_box:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #EDFAFF;
	border-width: 18px;
	top: 50%;
	margin-top: -18px;
}

.arrow_box:before {
	border-color: rgba(255, 0, 0, 0);
	border-right-color: #CE0000;
	border-width: 21px;
	top: 50%;
	margin-top: -21px;
}
