body
{
	background-color: #fff;
	color: #000;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	margin: 0px; 
	min-width: 940px;
	text-align: center;
	padding: 0;
}
img {border:0px; border-style:none}
a, a:visited
{
	color: #000;
}
a:hover
{
	color: #000;
	text-decoration: none;
}
a:active
{
	color: #000;
}
#site
{
	background-color: #fff;
	/* margin: 0 auto; */
	margin: 0px;
	padding: 0;
	width: 940px;
text-align: left;
}
#head
{
	background: #fff url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 122px; 
	text-align: right;
	padding: 0px;
}
#login
{
	margin: 10px 200px 0 0;
}
#loginspace
{
	margin: 40px 0 0 0;
}
#login input
{
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
}
#login .button
{
	background-color: #a3238e;
	border: 1px solid #000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px;
}
#loged
{
	font-weight: bold;
	margin: 8px 10px 0 0;
}
#adv
{
	margin: 10px 10px 0 0;
}



#header
{
	text-align: left;
}


.menu
{
	background-color: #a3238e;
	border-bottom: 3px solid #000;
	/* border-width: 0 1px; */
	height: 25px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 12px;
	position: relative;
}
.menu li
{
	float: left;
}
.menu li a, .menu li a:visited
{
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 8px;
	text-align: center;
	text-decoration: none;
}
.menu li a b
{
	display: block;
	float: left;
	padding: 0 16px 0 8px;
}
.menu li.current a
{
	border-bottom: 3px solid #a3238e;
	color: #fff;
}
.menu li.current a b
{

}
.menu li a:hover
{
	border-bottom: 3px solid #ec008c;
}
.menu li a:hover b
{
	
}
.menu li.current a:hover
{
	cursor: default;
}
.menu li.current a:hover b
{

}


#searchrow
{
	font-size: 11px;
	margin: 8px 0 6px 7px;
}
#searchrow label
{
	font-size: 11px;
	padding-right: 0.5em;
	text-align: right;
}
#searchrow select
{
	background: #fff;
	border: 1px solid #999999;
	color: #000;
	font-size: 11px;
}
#searchrow input
{
	background: #fff;
	border: 1px solid #999999;
	color: #000;
	font-size: 11px;
}

.button
{
	background-color: #a3238e;
	border: 1px solid #000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px;
}

#searchrow .button
{
	background-color: #a3238e;
	border: 1px solid #000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px;
}
#left
{
	float: left;
	padding: 5px;
	text-align: left;
	width: 526px;
	border-right: 1px solid #939393;
}
#right
{
	/*border-left: 1px solid #939393;*/
	float: right;
	font-size: 13px;
	padding: 5px;
	width: 392px;
	text-align: center;
}
table.toplist
{
	border-top: 1px solid #000;
	font-size: 11px;
}
table.toplist td
{
	border-width: 0;
	padding: 8px;
}
.toplist a , .toplist a:visited{
	text-decoration: none;
}
.toplist a:hover {

}

#left p {
	padding: 6px;
}

table.new
{
	font-size: 11px;

}
table.new td
{
	border-width: 0;
	padding: 6px;
}
.new a , .new a:visited{
	text-decoration: none;
}
.new a:hover {

}
#footer
{
	border-top: 1px solid #939393;
	clear: both;
	color: #3d3d3d;
	padding: 6px;
	text-align: left;
}
#footer a
{
	color: #6c6c6c;
}
#footer a:visited
{
	color: #6c6c6c;
}
#footer a:hover
{
	color: #000;
}
#footer a:active
{
	color: #6c6c6c;
}

ul    { border:0; margin:8px; padding:0; }
#pagination li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
#pagination a           { border:solid 1px #ee1d99; margin-right:2px; }
#pagination .previous-off,
#pagination .next-off   { border:solid 1px #999999; color:#888888; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
#pagination .next a,
#pagination .previous a { font-weight:bold; }
#pagination .active     { background:#a3238e; color:#fff; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ margin-right:2px; }
#pagination a:link,
#pagination a:visited   { color:#a3238e; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination a:hover     { border:solid 1px #a3238e; background:#fff;}

#pagination2 li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
#pagination2 a           { border:solid 1px #ee1d99; margin-right:2px; }
#pagination2 .previous-off,
#pagination2 .next-off   { border:solid 1px #999999; color:#888888; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
#pagination2 .next a,
#pagination2 .previous a { font-weight:bold; }
#pagination2 .active     { background:#a3238e; color:#fff; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ margin-right:2px; }
#pagination2 a:link,
#pagination2 a:visited   { color:#a3238e; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination2 a:hover     { border:solid 1px #a3238e; background:#fff;}

#error
{
	background: #fff url(../images/bollard.jpg);
	background-position: 0px;
	background-repeat: no-repeat;
	height: 300px;
	color: #a3238e;
	font-size: 55px;
	font-weight: bold;
	margin: 120px 30px 120px 30px;
	padding: 10px;
}
#error_msg
{
	font-size: 20px;
	margin-left: 150px;
	padding: 5px;
	text-align: left;
}



.reg_map {
	background: #fff url(../images/map.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 175px 0px 0px 285px;
	display:block;
	text-decoration: none;
	font-size: 16px;
}
.reg_map:hover {
	color:#000;
}
.reg_map:visited {
	color:#000;
}

.card_profile
{
	border: 1px solid #000;
	color: #000;
	height: 50px;
	margin: 6px;
	padding: 0px;
	width: 510px;
	text-decoration: none;
	display: block;
	background: #fff url(../images/bgr.jpg);
}
.card_profile:visited
{
	color: #000;
}
.card_profile:hover
{
	background: #ffe9fb url(../images/bgrh.jpg);
	/*background-color: #ffe9fb;*/
	border-bottom: 1px solid #a3238e;
}

.card_pic
{
	border-style: none;
	margin-left:0px !important;
    margin-left:-3px;
	float: left;
	width: 50px;
}
.card_nick
{
	color: #000;
	font-size: 16px;
	margin-left: 8px !important;
	margin-left: 5px;
}
.card_info
{
	font-size: 11px;
	margin-top: 4px;
	margin-left: 58px;
	display: block;
}


#impressum
{
	padding: 50px;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

#agb
{
	padding: 50px;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #000;
}

#help
{
	padding: 50px;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

#password
{
	padding: 50px;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

#smsphone
{
	background: #fff url(../images/flirt-sms.jpg);
	background-position: 0px;
	background-repeat: no-repeat;
	height: 474px;
	width: 252px;
	color: #a3238e;
	font-size: 22px;
	padding-top: 1px;
	margin-right: auto;
	margin-left:auto;
	text-align: center;
}
#left h1
{
	font-size: 16px;
}
#left h2
{
	font-size: 14px;
}
#left h3
{
	font-size: 12px;
	font-weight: normal;
}
#right h1
{
	font-size: 14px;
	font-weight: bold;
}
#right h2
{
	font-size: 12px;
	font-weight: normal;
}
#right h3
{
	font-size: 12px;
	font-weight: normal;
}

.signup {
	font-size: 22px;
	font-weight: bold;
	color: #a3238e;
}

#signup {
	padding: 50px;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;

}

#signup table
{
	font-size: 12px;
	width: 98%;

}
#signup table td
{
	border-width: 0;
	padding: 8px;
	text-align: left;
	/*background-color: #000151;*/
}

#signup input.button
{
	background-color: #a3238e;
	border: 1px solid #000000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	padding: 4px;
	width: 300px;
}

.el08 {font-size:2em} /* Bigger text */
/*Form styles*/

#loginForm input {

	background: #fff;
	border: 1px solid #999999;
	color: #000;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 120px;
}

#loginDiv {

	padding-top: 40px;
	padding-bottom: 30px;

}

#loginDiv input.button
{
	background-color: #a3238e;
	border: 1px solid #000000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
	cursor:pointer;
	width: 122px;
}

#loginDiv .button {
	margin-right:0px;
}

#messageBox1 {

	font-size: 10px;
	color: red;
	text-align: left;

}

.ajaxloader {
	margin-top: 5px;
	display:block;
	width:100%;height:100px;
	background:url(../images/ajax-loader.gif) center no-repeat;
	text-align:left;
}

.ajaxloader2 {
	width:32px;
	height:32px;
	background:url(../images/ajax-loader.gif) center no-repeat;
}

.barLoader {

	width: 126px;
	height: 22px;
	background:url(../images/ajax-loader2.gif) center no-repeat;
	margin: auto;

}

.ok {

	width: 100%;
	height: 100px;
	padding-top: 20px;
	display: block;

}

.error {

	color: #a3238e;
	font-size: 11px;
	text-align: left;

}

#loginResponse {
	color:#a3238e;
	margin-top: 2px;
	margin-right: 200px;
}

#emailConfirmation {

	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: inherit;
	font-size: 12px;
	color: #000FFF;

}

#emailConfirmation h1 {

	margin: auto;
	color: #a3238e;
}

div #memberMenu {

        font-size: 10px;
        color: #CCCCCC;
        text-align: left;
        margin: 20px;
}

div #memberMenu a {
	font-size: 11px;
	color: #a3238e;
	margin: 10px;
}

div #memberMenu a:hover {
        color: #a3238e;
}

div #memberContent {

        font-size: 11px;
        text-align: left;
        padding-left: 20px;
        margin-top: 30px;
        margin-bottom: 30px;

}

div #memberContent h1 {

        color: #a3238e;

}


div #memberContent div {

        margin-top: 15px;

}

div #map {

	width: 600px; height: 400px; margin: auto;

}

div.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: px; /*for IE*/
}

#filterData {
	margin: 0;
}

#lastVisitors {

	margin-left:20px;
	line-height:15px;

}
table.simmilar
{
	font-size: 9px;

}
table.simmilartd
{
	border-width: 0;
	padding: 6px;
}
.simmilar a , .new a:visited{
	text-decoration: none;
}
.simmilar a:hover {

}
#simmilarProfiles {

	margin-top: 3px;

}

.loginLoader {
	display:block;
	background:url(../images/indicator.gif) center no-repeat;
	text-align:left;
}

#topProfiles {
	margin:auto;
	margin-top: 40px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #a3238e;
}

#topProfiles .toplist {
	margin:auto;margin-top: 20px;
}