@CHARSET "ISO-8859-1";

* {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}

.clear {
	clear: both;
}

a {
	color: #ff3300;
}

a:hover {
	color: #333;;
}

body {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-size: 80%;
	line-height: 1.44em;	
	background: #fff url(../bilder/body_bg.png) repeat-x 0 0;
		overflow: hidden;
		height: 100%;
		width: 100%;
}

#scroller {
	position: fixed;
	top: 0;
	bottom: 80px;
	overflow-x: auto;
	overflow-y: auto;
	width: 100%;

}

#content_frame {
	position: relative;
	width: 784px;
	
	/*background-color: #fff;*/
	margin: 14px auto;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 67px;
	width: 100%;
	background-color: #454545;
	border-top: 13px solid #ff3300;
}

.footer_text {
	margin: 23px auto;
	font-size: 11px;
	color: #fff;
	width: 782px;
}

.footer_text .left {
	float:left;
	position:relative;
	width:200px;
}

.footer_text .right {
	color: #7c7c7c;
	float: right;
	padding-right: 7px;
	width: 300px;
	text-align: right;
}

.footer_text .right a {
	color: #7c7c7c;
	text-decoration: none;
}

.footer_text .right a:hover {
	color: #ff3300;
}


#logo {
	float: left;
	height: 88px;
	overflow: hidden;
}

#logo {
	border: 1px solid #fff;
	border-right: none;
	width: 410px;
}



#mainnav {	
	height: 29px;
	overflow: hidden;
	margin-bottom: 14px;	
}

#mainnav ul, #mainnav li {
	list-style-type:none;
}

#mainnav li {
	float:left;
}


#mainnav a {
	/*border-left:1px solid #d466af;*/
	display:block;
	font-weight:400;
	text-decoration: none;
	margin-right: 6px;
}

#mainnav a:hover {
	color: #000;
}

#mainnav li.first a {
	/*border-left: none !important;*/
	margin-right: 192px;
}

#mainnav li.last a {
	margin-right: 0;
}


#content {
	
}

.co_left {
	float:left;
	position:relative;
	width: 100%;
	background-color: #cecece;
	/*min-height: 434px;*/
	height: 434px;
	overflow: hidden;
}

.co_right {
	float:right;
	position:relative;
}



.co_right.w110 {
	width: 100px;
	padding-left: 10px;
	overflow: hidden;
}



.co_left.w480 { /* zwei drittel */
	width: 668px;/*480px;*/
	overflow: hidden;
}

.preview_images .image_container {
	margin: 11px auto;
	border: 3px solid #a9a9a9;
	width: 94px;
	height: 94px;
	overflow: hidden;
}

.preview_images .image_container:hover  {
	border-color: #ff3300;
}

.preview_images .image_container.first {
	margin-top:0px;
}

.dsearch { /* dream girl search */
	position: relative;
	width: 230px;	
}

.lbox .header {
	background-color: #990066;
	color: white;
	padding: 5px 10px;
	
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3em;
}

.lbox h3 {
	display: block;
	font-size: 1.1em;
	line-height: 1.3em;
	background-color: #990066;
	color: white;
	padding: 5px 10px;
}

.lbox .content {
	background-color: #f6f8f9;
	padding: 8px 10px;
}



input.button {
	color: #fff;
	cursor: pointer;
}

input.button:hover {
	color: #cc99cc;
}

input.button.small {
	background:transparent url(../bilder/buttons/small.png) no-repeat scroll 0 0;
	height: 26px;
	width: 70px;
}

input.button.medium {
	background:transparent url(../bilder/buttons/medium.png) no-repeat scroll 0 0;
	height: 33px;
	width: 139px;
}

input.button.large {
	background:transparent url(../bilder/buttons/large.png) no-repeat scroll 0 0;
	height: 26px;
	width: 230px;
}

input.login {
	margin: 6px 2px;
	padding: 2px;
	color: silver;
	border: 1px solid #a9a9a9;
	color: #525252;
}

.fe_form.error input.login {
	border-color: red;
	color: red;
}

.ce_text {
	position: relative;	
	padding: 20px 15px 8px 15px;
	color: #525252;
}

.ce_text.headline {
	padding-bottom: 3px;
}


.ce_text h3 {
	color: #ff3300;
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 3px;
}

.ce_text p { 
}

.ce_text .image_container {
	float: left;
	border: 3px solid #ebedef;
}

.ce_text .image_container.wh100 {
	width: 100px;
	height: 100px;
	background-color: silver;
	overflow: hidden;
	margin-right: 10px;
}

.ce_text .image_container.link:hover {
	cursor: pointer;
	border-color: #990066;
}

.ce_text a {
	text-decoration: none;
}

.ce_text.anchor {
	padding-top:5px;
	margin-bottom: 10px;
	text-align: right;
}
.ce_text.anchor a {
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
}

.girlImageWithName {
/*	font-size: 0.8em;
	line-height: 1.22em;*/
	margin-bottom: 20px;
	color: #525252;
	width: 200px;
	margin: 0 auto 20px auto;
	
}

.girlImageWithName:hover {
	/*background-color: silver;*/
}

.girlImageWithName > .image_container {
	margin-bottom: 6px;
}

.image_container.girl {
	overflow: hidden;
	/*border: 3px solid #990066; */
	font-size: 0.77em;
	background-color: silver;
	/*text-indent: -999px;*/
}

.image_container.girl.big {
	width:  200px;
	height: 200px;
}

.image_container.girl.normal {
	width:  100px;
	height: 100px;
}

.image_container.girl {
	border-color: #d466af;
	cursor: pointer;
}
/************* fe_form ***********************/


form.fe_form, form.fe_form fieldset {
	border: none;
	padding: 0;
	margin:  0;
}

form.fe_form div.fe_form_row {
	float:left;	
	margin-bottom:4px;
	width:49.5%;
	position: relative;
}

form.one_row div.fe_form_row,
form.fe_form div.fe_form_row.full {
	width: 100%;
}

form.fe_form div.space {
	height: 14px;
}
	
form.fe_form label {
	display: block;
	margin-bottom:2px;
	color: #990066;
	padding: 1px;
	font-weight: 700;
	font-family: Arial;
}

form.fe_form label.error {
	color: red;
}
form.fe_form label.error img {
	margin-right: 5px;
}

form.fe_form input.edit, 
form.fe_form textarea.edit, 
form.fe_form select.edit {	
	border:1px solid #a9a9a9;
	font-size:13px;
	margin-bottom: 5px;
	padding:3px;
	width: 90%;
	color: #525252;
}

form.fe_form input.edit.s100 {
	width: 100px;
}

form.fe_form input.error {
	border-color: red;
}

form.fe_form select.edit {
	width: 94%;
	padding: 2px;
	font-weight: bold;
}

form.fe_form select.short {
	width: auto;
}

form.fe_form .radio_buttons .radio {
	margin-right: 6px;
}

form.fe_form .radio_buttons label {
	color: #525252;
	font-weight: 400;
	padding:0;	
	font-weight: 700;
}

.button.banmelden {
	background:transparent url(../bilder/buttons/jetzt_kostenlos_anmelden.png) no-repeat scroll 0 0;
	height: 25px;
	width: 230px;
	/*padding-left: 3000px;*/
	overflow: hidden;
	border: none;
	text-indent: -999px;
}

.button.blogin {
	background:transparent url(../bilder/buttons/login.png) no-repeat scroll 0 0;
	height: 25px;
	width: 72px;
	/*padding-left: 3000px;*/
	overflow: hidden;
		border: none;
		text-indent: -999px;
}

.button.bsuchen {
	background:transparent url(../bilder/buttons/suchen.png) no-repeat scroll 0 0;
	height: 30px;
	width: 100px;
	/*padding-left: 3000px;*/
	overflow: hidden;
		border: none;
		text-indent: -999px;
}


#password_lost {
	position: absolute;
	top: 4px;
	right: 10px;
}

#password_lost a {
	color: #a9a9a9;
	font-size: 11px;
	text-decoration: underline;
}

ul.list {
	padding: 0 10px;
}

ul.list li {
	background:transparent url(../bilder/list_item.png) no-repeat scroll 0px 6px;
	list-style-type:none;
	padding-left: 20px;
	line-height: 19px;
}

ul.list li a {
	color: #525252;
	text-decoration: none;
	font-weight: 800;
}

ul.list li a:hover {
	color: #990066;
}

/********** girl ************/

.girl.short {
	/*border: 1px solid #a9a9a9;*/
	/*margin: 5px 0;*/
	border-bottom:1px dotted #a9a9a9
}

.girl .image_container {
	margin: 10px;
}

.girl.full .image_container {
	margin-left: 0;
}

.girl .ce_info {
	margin: 9px 0;
	float: left;
}

.girl dl {
	display:block;
	margin:0 0 10px;
	overflow:hidden;	
	width: 350px;
}

.girl dl dt {
	clear:left;
	color:#777777;
	float:left;
	overflow:hidden;
	padding:2px 0;
	white-space:nowrap;
	width: 100px;
}

.girl dl dd {
	/*width:270px;*/
}
.girl dl dd {
	margin:0;
	overflow:hidden;
	padding:2px 0;
}



