@charset "utf-8";
body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../img/bg.gif);
	color:#333333;
}
a {
	color:#f2f2ff;
	text-decoration:none;
}

a.textlink:link    { color:#ff0033; background-color:transparent; }
a.textlink:visited { color:#ff0033; background-color:transparent; }
a.textlink:hover   { color:#333333; background-color:transparent; }
a.textlink:active  { color:#ff0033; background-color:transparent; }
i {
	display:none;
}
img {
	border:0px;
	border:none;
}

.addsedcard {
float: right; 
margin: 0 15px 0 15px; 
clear: right;
}

.clear {
	clear:both;
	padding: 0px !important;
	display:block;
}
.header {
	text-align:center;
	min-height:50px;
	background-color: #2d2d2d;
}
.logo {
	width: 173px;
	height: 20px;
	padding: 15px 20px;
	background: url(../img/logo.png) no-repeat 10px 8px;
	float: left;
	display: block;
}
.nav {
	width:960px;
	height:50px;
	margin:auto;
	position:relative;
}
.nav a {
	height:20px;
	padding:15px 20px;
	font-size:17px;
	display:inline-block;
	border-left: 1px solid #3e3e3e;
}
.content {
	width:960px;
	margin:auto;
}
.content .profile {
	position: relative;
	display:inline-block;
	width: 189px;
	height: 280px;
	color:#666;
	text-align:center;
	font-size:11px;
}
.content .profile .name{
	display:block;
	color:#ff4b5c;
	color:#666;
}
.content .profile .name strong{
	font-size: 14px;
	color:#ff4b5c;
	font-weight:lighter;
}
.content .profile .city{
	display:block;
}
.content .profile .info {
	display: block;
	position: absolute;
	bottom: 55px;
	right: 10px;
	background: #f4f4f4;
	padding: 10px 15px;
	font-size: 14px;
	border-top-left-radius: 3px;
}
.content .profile img{
	background:#f4f4f4;
	padding:10px;
	border:1px solid #e0e0e0;
	width: 155px;
	height:206px;
	margin: 0 0 5px 0;
}
.content .box {
	background:#FFF;
	margin:30px 0 0 0;
}
.content .box .setcard {
	padding:15px;
	font-size:14px;
}
.setcard .btn {
	background-color: #2d2d2d;
	padding: 10px 20px;
	margin: 30px 30px 0 0;
	display: inline-block;
}
.content .box .setcard img{
	margin: 0 10px 0 0;
	float:left;
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #e0e0e0;	
}
.content .box .setcard table{
	margin:10px 0 0 0;
}
.content .box .setcard td{
	padding: 2px 15px 2px 0;
	min-width: 60px;
}
h1 {
	font-weight: lighter;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #ffffff 1%,#efefef 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#efefef 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#efefef 100%);
	background: linear-gradient(to bottom, #ffffff 1%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	padding: 5px 10px;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
}
.content .box h1 strong{
	font-weight:lighter;
	color:#ff4b5c;
}
/*-------------------CROATOR SLIDER-------------------*/
.cr-container {
	width:960px;
	height: 500px;
	position:relative;
}
.cr-content-container {
	padding: 10px;
	background: #fff;
	width: 600px;
	height: 441px;
	position: relative;
}
.cr-content-container img{
	width:600px;
	height: 441px;
}
.cr-thumbs {
	position: absolute;
	top: 0px;
	right: 0px;
}
.cr-thumbs div{
	width:330px;
}
.cr-thumbs div img{
	float:left;
	margin: 0 0 0 10px;
	width:100px;
	height:100px;
}
.cr-content {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: url(../img/bg_signup.png);
	padding:10px;
}


.footer {
	margin:30px 0 0 0;
	text-align: center;
	padding:20px 0px;
	background-color: #2d2d2d;
	color:#999;
}
.join_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: -100%;
	left: 0px;
	background:url(../img/bg_pink.png);
	z-index: 100;
}
.join_bo {
	background: #fff;
	width: 380px;
	height: 580px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -320px 0 0 -180px;
}
.join_bg iframe{
	width: 700px;
	height: 343px;
	position: absolute;
	right: 15px;
}
.hint {
	position:relative;
	top:330px;
	padding:0px 10px;
}
.hint a{
	color:#000;
	text-decoration:underline;
}

.loginOverlay{
    background: url("../img/bg_pink.png") repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: -100%;
    width: 100%;
    z-index: 99;
}

.loginOverlay_bo {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 260px;
    left: 50%;
    margin: -320px 0 0 -180px;
    position: absolute;
    top: 50%;
    width: 380px;
}

.loginOverlay form {
	padding: 30px 5px 0 30px;
}

.loginOverlay form div {
	clear: both;
}

.loginOverlay form a {
	color:#000;
	text-decoration:underline;
}

.loginOverlay form .input {
    border: 1px solid #000000;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    vertical-align: middle;
    width: 180px;
}

.loginOverlay form .label {
    display: block;
    float: left;
    font-size: 12px;
    margin: 5px 0 0;
    padding: 5px 10px 5px 0;
    text-align: left;
    vertical-align: middle;
    width: 90px;
}

.loginOverlay form .formButton {
	clear: both;
}

.loginOverlay .sign {
    cursor: pointer;
    font-size: 16px;
    margin: 15px 0;
}

.loginOverlay .btn_anmelden {
   background: none repeat scroll 0 0 #2CEC04;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 5px 0 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
}

/*-------------------Suche-------------------*/
#search {
	padding: 10px;
}
#search .searchfield {
	display: inline-block;
}
#search .searchbutton {
	display: block;
	clear: both;
	text-align: right;
	margin: 10px 0 0 0;
}
#search .label {
	display: block;
	min-width: 79px;
	float: left;
	padding: 5px 0px;
	vertical-align: middle;
	font-size: 14px;
}
#search .dropdown {
	vertical-align: middle;
	min-width: 70px;
	font-size: 14px;
	padding: 3px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #000;
	border-radius: 3px;
	color: #333;
}
#search .agerange .label {
	width: 95px;
}
#search .country .dropdown {
	margin: 0px;
}
.btn_find {
	background: none repeat scroll 0 0 #2CEC04;
	border: 0 none;
	border-radius: 3px 3px 3px 3px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	margin: 5px 0 0;
	padding: 10px 15px !important;
	text-align: center;
	text-decoration: none;
}
#search .link {
	color: #FF4B5C;
	display: inline-block;
	margin: 0 20px;
}


.pagging {
	display: block;
	clear: both;
	text-align: center;
	padding: 30px 0px;
}
.pagging a {
	background-color: #F4F4F4;
	color: #666;
	padding: 10px 13px;
	text-align: center;
}
.pagging a.active {
	color: #FFF;
	background: #2CEC04;
}



.banner {
	display: block;
	clear: both;
	text-align: center;
	padding: 30px 0px;
}
.banner a {
	background-color: #F4F4F4;
	color: #666;
	padding: 10px 13px;
	text-align: center;
}
.banner a.active {
	color: #FFF;
	background: #2CEC04;
}