/* Allgemeine Formatdefinitionen */
body {
	font: 10px Verdana;
	margin: 0px;
	background-image: url('../design/background.gif');
	background-repeat: repeat-x;
	scrollbar-base-color: #FE5693; 
	scrollbar-track-color: #FDA3C6; 
	scrollbar-face-color: #FF337C; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3d-light-color: #D21B5D; 
	scrollbar-darkshadow-color: #7B173B; 
	scrollbar-shadow-color: #FFA4C5; 
	scrollbar-arrow-color: #FFA4C5; 	
}
h1 {
	display: none;
}
h2 {
	width: 100%;
	height: 23px;
	background-color: #d72162;
	color: #ffffff;
	font-size: 18px;
	text-indent: 10px;
	margin: 0 0 5px 0;
	font-weight: normal;
}
form {
	margin: 0px;
}
img {
	border: 0px;
}
input,select,textarea {
	color: #242020;
	border: 0px;
	background-color: #f5dfc9;
	font: 10px Verdana;
}
input[type="checkbox"] {
	background-color: transparent;	
}
input { 
	text-indent: 1px; 
}
a:link,
a:visited, 
a:hover,
a:active {
	text-decoration: none; 
	color: #000000; 
	font:10px Verdana;
}
td {
	font: 10px Verdana;
}

/** ************************************************** **/
/** ********** global helper classes ***************** **/
/** ************************************************** **/
.bld {
	font-weight: bold !important;	
}
.cursor {
	cursor: pointer;
	font-weight: bold;
}



.main_frame {
	width: 900px;
	text-align: left;
	margin: 0px auto;
	height: auto;	
}
a.active {
	font-weight: bold;
}

/** *************************************** **/
/** ********** picgallery ***************** **/
/** *************************************** **/
div.picgallery {
}
div.picgallery div.picelement {
	position: relative;	
	height: 95px; 
	width: 525px; 
	border: 1px solid #FEC5D8; 
	background-color: #FFF4F8; 
	margin-bottom: 2px;
}
div.picgallery div.picelement h3 {
	margin: 0; 
	padding: 0; 
	position: absolute; 
	top: 4px; 
	left: 14px; 
	font-size: 11px; 
	color: #D52263;
}
div.picgallery div.picelement div.pic {
	position: absolute; 
	top: 20px; 
	left: 10px; 
	height: 70px; 
	width: 70px;
	border: 1px solid #FCC5DA;
}
div.picgallery div.picelement div.selectfile {
	position: absolute; 
	left: 130px; 
	bottom: 10px;
}
div.picgallery div.picelement div.delpic {
	position: absolute; 
	right: 10px; 
	top: 10px; 
	color: #D72062; 
	font-weight: bold;
}
div.picgallery div.picelement div.mainpic {
	position: absolute; 
	right: 10px; 
	bottom: 10px; 
}
div.picgallery div.picelement div.mainpic em {
	color: #D72062; 
	font-weight: bold;
}
div.picgallery div.picelement div.mainpic a {
	color: #D72062; 
	font-weight: bold;	
	text-decoration: underline;
}
div.picgallery div.picelement div.info {
	position: absolute; 
	top: 10px; 
	left: 110px; 
	width: 260px; 
	color: red; 
	font-weight:bold;
}

table.picgalerie { 
	width: 100%;
}
table.picgalerie tr.odd {
	background-color: transparent;
}
table.picgalerie tr.even {
	background-color: #D41D5E;
}
table.picgalerie td {

}
table.picgalerie th {
	font-weight: bold;
	width: 100px; 
	height: 60px; 
	vertical-align: top; 
	font-size: 12px;
}

/**
 * fieldset with round corners (scalable)
 */
.roundbox div.topleft {
	display: block;
	background: url("../design/roundbox.png") top left no-repeat white;
	padding: 2.0em 0em 0em 2.0em;
}
.roundbox div.topright {
	display: block;
	background: url("../design/roundbox.png") top right no-repeat white;
	padding: 2.0em;
	margin: -2.0em 0 0 2.0em;
}
.roundbox div.bottomleft {
	display: block;
	height: 9px;
	margin-top: 0.0em;
	background: url("../design/roundbox.png") bottom left no-repeat white;
}
.roundbox div.bottomright {
	display: block;
	background: url("../design/roundbox.png") bottom right no-repeat white;
	height: 9px;
	margin-left: 3.0em;
}

/**
 * login form in header-area
 **/ 
div.login-area {
	width: 450px;
	text-align: right; 
	float: right;
	padding-top: 20px; 
	margin: 0 20px 0px 0;
	background: url('../design/anmeldung/login_background.png') bottom right no-repeat;
}
div.login-area div.user {
	float: right;
	width: 125px;
}
div.login-area div.pass {
	float: right;
	width: 125px;	
}
div.login-area div.user input,
div.login-area div.pass input {
	width: 110px;
	border: 0px;
	background-color: #f5dfc9;
	height: 17px;
	font-size: 13px;
}
div.login-area div.subm {
	float:right;width:125px; margin-right: 10px;
}
div.login-area div.subm input {
	color:#ffffff;
	border:0px;
	background-image:url('../design/btn_login.gif');
	width:110px;
	height:20px;
	cursor: pointer;
}

/** * faq-area * **/
ul.faqlist {
	padding-left: 10px;
}
ul.faqlist li {
	margin-bottom: 4px;
}
ul.faqlist li a:link,
ul.faqlist li a:visited,
ul.faqlist li a:hover,
ul.faqlist li a:active {
	outline-style: none;
}
ul.faqlist li a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/** * profile-data forms (on first-login page and on default data-entry page) **/
div.firstlogin-forms {
	width: 530px;
}
div.firstlogin-forms div.row {
	float: left;	
	width: 530px;	
}
div.profiledata-forms div.row-foto div.content {
/*	height: 68px; */ 
}
div.profiledata-forms div.row-main div.content {
/*	height: 130px; */
}
div.profiledata-forms div.row-messages div.content {
	height: 70px;
}
div.profiledata-forms div.row-iam div.content {
	height: 150px;
}
div.profiledata-forms div.row-ilove div.content {
	height: 135px;
}
div.profiledata-forms div.row-character div.content {
	height: 130px;
}
div.profiledata-forms div.row-isearchfor div.content {
	height: 95px;
}
div.profiledata-forms div.row-proftext div.content {
	height: 120px;
}


div.col-left {
	float: left;
	width: 380px;
}
div.col-right {
	float: right;
	width: 145px;
}

/** * online user box * **/
div#online_user {
	background-image:url('../design/online/box.png');
	background-repeat:no-repeat;
	height:310px;
	width:277px;
	float:left;
	margin-top: 8px;
}
div#online_user a:link,
div#online_user a:visited,
div#online_user a:hover,
div#online_user a:active {
	color: white;
	text-decoration: none;
}
div#online_user div.inner {
	padding: 10px;
	text-align: left;
	color: #FFFFFF;
}
div#online_user div.navi {
	height: 24px;	
}
div#online_user div.navi div.navitext {
	float: left;
	padding-top: 4px;	
}
div#online_user div.navi div.navibutton {
	width:18px; 
	height:18px; 
	background: transparent url(../design/toggle_maennlich.png) scroll no-repeat -24px 0px; 
	float: left; 
	margin-left: 8px;
	cursor: pointer;
}
div#online_user div.navi div#button01 {
	background-image: url(../design/toggle_maennlich.png);
}
div#online_user div.navi div#button02 {
	background-image: url(../design/toggle_weiblich.png);	
}
div#online_user div.navi div#button03 {
	background-image: url(../design/toggle_bilder.png);	
}
div#online_user div.navi div#button04 {
	background-image: url(../design/toggle_cam.png);	
}
div#online_user div.navi div.active {
	background-position: 0px 0px;
}
div#online_user_list {
	height: 230px;
	overflow-y: scroll;
}
div#online_user_list div.line {
	border-bottom: 1px solid rgb(255, 50, 123); 
	height: 19px; 
	width: 235px;	
}
div#online_user_list div.line div.part-left {
	overflow: hidden; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	height: 15px; 
	float: left; 
	width: 190px; 
	white-space: nowrap;	
}

div#online_user_list div.line div.part-right {
	float: right; 
	padding-top: 3px;	
}
/** * scroll * **/
div#online_user_list {
	scrollbar-base-color: #FE5693; 
	scrollbar-track-color: #FDA3C6; 
	scrollbar-face-color: #FF337C; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3d-light-color: #D21B5D; 
	scrollbar-darkshadow-color: #7B173B; 
	scrollbar-shadow-color: #FFA4C5; 
	scrollbar-arrow-color: #FFA4C5; 
}

/** * information with charcter data on the profile page * **/
table.characterinfo {
}
table.characterinfo th{
	width: 120px; 
	vertical-align: top;
}

/*********************
** ***************** *
** Tooltip.css ***** *
** START *********** *
** ***************** *
**/
#dhtmlgoodies_tooltip{
	background-color: #FFFFFF;
	border: 1px solid #000;
	position: absolute;
	display: none;
	z-index: 20000;
	padding: 2px;
	color: #000000;
	font-size: 10px;
	font-family: Arial, sans-serif;
	
}
#dhtmlgoodies_tooltipShadow{
	position: absolute;
	background-color: #555;
	display: none;
	z-index: 10000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}


  a.tooltip {
    position:relative;
    z-index:24;
    color:#000;
    text-decoration:none;
    cursor: help;
}
a.tooltip:hover{
	z-index:25;
}
a.tooltip span {
	display: none
}
a.tooltip:hover span {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 16em;
    background-color: #eee;
    color: #000;
    text-align: left;
    border: 2px outset #CA2BBD;
    padding: 0.5em;
}
/** * extra styles for positioning the box individually * **/
a.tooltip span.righttop {
	/* top-right */
	top: auto;
	bottom: 0.5em;
	left: 0.5em;
	right: auto;
}
a.tooltip span.lefttop {
	/* top-left */
	top: auto;
	bottom: 0.5em;
	left: auto;
	right: 0.5em;
}
a.tooltip span.leftbottom {
	/* bottom-left */
	top: 0.5em;
	bottom: auto;
	left: auto;
	right: 0.5em;
}
/*********************
** ***************** *
** Tooltip.css ***** *
** ENDE ************ *
** ***************** *
**/

.modalDialog_transparentDivs{	
	filter:alpha(opacity=0);	/* Transparency */
	opacity:0.0;	/* Transparency */
	background-color: transparent;
	z-index:100;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border: 1px solid #D72162;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color: white;	/* White background color for the message */
	min-height:150px;
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}


#ajax_listOfOptions{
	position: absolute;	/* Never change this one */
	width: 175px;	/* Width of box */
	height: 250px;	/* Height of box */
	overflow: auto;	/* Scrolling features */
	border: 1px solid #000000;	/* Dark green border */
	background-color:transparent;	/* White background color */
	text-align: left;
	font-size: 10px;
	z-index: 100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin: 1px;		
	padding: 1px;
	cursor: pointer;
	font-size: 10px;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color: #bebebe;
	color: #FFF;
}
#ajax_listOfOptions_iframe{
	background-color: #F00;
	position: absolute;
	z-index: 5;
}

form{
	display: inline;
}

.rbroundbox_main
{ 		
	background-color: #433c40;
	width: 900px;
	margin: 1em auto;
}

.rbtop_main div 
{ 
	background-image: url(../design/alleecken.gif);
	background-position: -20px -1020px;
	height: 10px;
}

.rbtop_main 
{ 
	background-image: url(../design/alleecken.gif);
	background-position: right -1020px;
	height: 10px;
}

.rbbot_main div 
{ 
	background-image: url(../design/alleecken.gif);
	background-position: -20px -1120px;
	height: 10px;
}

.rbbot_main 
{ 
	background-image: url(../design/alleecken.gif);
	background-position: right -1120px;
	height: 10px;
}

.rbtop_main div, .rbtop_main, .rbbot_main div, .rbbot_main 
{
	width: 100%;
	height: 10px;
	font-size: 1px;
}

.rbcontent_main  
{ 
	height:auto;
	margin: 0 15px;
	text-align: center; 
}


.rbroundbox_white
{ 		
	background-color: #ffffff;
	width: 100%;  
	margin: 1em auto;
	color: #433c40;
}

.rbtop_white div 
{ 
	background-image: url(../design/alleecken.gif);
	background-position: -20px -1820px;
	height: 6px;
}

.rbtop_white 
{ 
	background-image: url(../design/alleecken.gif);
	background-position: right -1820px;
	height: 6px;
}

.rbbot_white div 
{ 
	background-image: url(../design/alleecken.gif);
	background-position: -20px -1920px;
	height: 6px;
}

.rbbot_white 
{ 
	background-image: url(../design/alleecken.gif);
	background-position: right -1920px;
	height: 6px;
}

.rbtop_white div, .rbtop_white, .rbbot_white div, .rbbot_white 
{
	width: 100%;
	height: 10px;
	font-size: 1px;
}

.rbcontent_white 
{ 
	height:auto;
	margin: 0 10px;
	text-align: left; 
}

.roundedcornr_box_899850 {
   background: #d11b5c;
}
.roundedcornr_top_899850 div {
   background-image: url(../design/alleecken.gif);
	background-position: -20px -620px;
	height: 6px;
}
.roundedcornr_top_899850 {
   background-image: url(../design/alleecken.gif);
	background-position: right -620px;
	height: 6px;
}
.roundedcornr_bottom_899850 div {
   background-image: url(../design/alleecken.gif);
	background-position: -20px -720px;
	height: 6px;
}
.roundedcornr_bottom_899850 {
   background-image: url(../design/alleecken.gif);
	background-position: right -720px;
	height: 6px;
}

.roundedcornr_top_899850 div, .roundedcornr_top_899850, 
.roundedcornr_bottom_899850 div, .roundedcornr_bottom_899850 {
   width: 100%;
   height: 13px;
   font-size: 1px;
}
.roundedcornr_content_899850 { margin: 0 10px; }



.roundedcornr_box_581228 {
   background: #d11b5c;
   	margin: 1em auto;
}
.roundedcornr_top_581228 div {
   background-image: url(../design/alleecken.gif);
	background-position: -20px -620px;
	height: 6px;
}
.roundedcornr_top_581228 {
   background-image: url(../design/alleecken.gif);
	background-position: right -620px;
	height: 6px;
}
.roundedcornr_bottom_581228 div {
   background-image: url(../design/alleecken.gif);
	background-position: -20px -720px;
	height: 6px;
}
.roundedcornr_bottom_581228 {
   background-image: url(../design/alleecken.gif);
	background-position: right -720px;
	height: 6px;
}

.roundedcornr_top_581228 div, .roundedcornr_top_581228, 
.roundedcornr_bottom_581228 div, .roundedcornr_bottom_581228 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_581228 { margin: 0 10px; }


div.infobox { 		
	background-color: ;
	width: 100%;  
	margin: 1em auto;
	color: #423C40;
	background: #EF94B5 url(../design/box_pink/zackenkreis.png) 10px 10px no-repeat;
}
div.infobox p {
	margin: 0.2em 0 1em 0;
	padding: 0 0 0 45px;
}
div.infobox div.topper div { 
    background-image: url(../design/alleecken.gif);
	background-position: right -1420px;
	height: 3px;
	margin: 0;
	padding: 0;  	
}
div.infobox div.topper {
	background-image: url(../design/alleecken.gif);
	background-position: -20px -1420px;
	height: 3px;
	margin: 0;
	padding: 0;  
}
div.infobox div.bottom div { 
	background-image: url(../design/alleecken.gif);
	background-position: right -1520px;
}
div.infobox div.bottom {
	background-image: url(../design/alleecken.gif);
	background-position: -20px -1520px;
}
div.infobox div.topper div, 
div.infobox div.topper, 
div.infobox div.bottom div, 
div.infobox div.bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
	margin: 0;
	padding: 0;  		
}
div.infobox div.content {
	height:auto;
	margin: 0px;
	padding: 0px 0px;
	text-align: left; 
	font-weight: bold;
	font-size: 1.1em;
	border-top: 1px solid #EF94B5;
	border-bottom: 1px solid #EF94B5;
	border-left: 1px solid #D01C5B;
	border-right: 1px solid #D01C5B;
}
div.infobox div.content a {
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;	
}

div.errorbox {
	width: 520px;  
	margin: 1em auto;
	background: #fff url(../design/box_error/error.png) 10px 20px no-repeat;
}
div.errorbox p {
	margin: 0.2em 0 1em 0;
	padding: 0 0 0 45px;
	padding-bottom:0;
	margin-bottom:0;
}
div.errorbox div.topper div { 
	background-image: url(../design/alleecken.gif);
	background-position: right -220px;
	height: 6px;
	margin: 0;
	padding: 0;	
}
div.errorbox div.topper {
	background-image: url(../design/alleecken.gif);
	background-position: -20px -220px;
	height: 6px;
	margin: 0;
	padding: 0;
}
div.errorbox div.bottom div { 
	background-image: url(../design/alleecken.gif);
	background-position: right -320px;
	height: 11px;
}
div.errorbox div.bottom {
	background-image: url(../design/alleecken.gif);
	background-position: -20px -320px;
	height: 6px;
	/*margin: 0;
	padding: 0;*/
}
div.errorbox div.topper div, 
div.errorbox div.topper, 
div.errorbox div.bottom div, 
div.errorbox div.bottom {
	width: 100%;
	margin: 0;
	padding: 0;
}

div.errorbox div.bottom {
	height: 12px;
}

div.errorbox div.topper,
div.errorbox div.topper div {
	height: 15px;
	color: #fff;
	font-weight: bold;
}

div.errorbox div.topper div span {
	padding-left: 12px;
}

div.errorbox div.content {
	margin: 0px;
	padding: 5px;
	padding-left: 0;
	padding-bottom:0;
	text-align: left;
	font-size: 1.1em;
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}
div.errorbox div.content a {
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;	
}

div.searchbox { 		
	background-color: ;
	width: 100%;  
	margin: 0.2em auto;
	color: #423C40;
}
div.searchbox p {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.2em;
}
div.searchbox div.topper div { 
	background-image: url(../design/alleecken.gif);
	background-position: right -1620px;
	height: 6px;
	margin: 0;
	padding: 0;  	
}
div.searchbox div.topper {
	background-image: url(../design/alleecken.gif);
	background-position: -20px -1620px;
	height: 6px;
	margin: 0;
	padding: 0;  
}
div.searchbox div.bottom div { 
	background-image: url(../design/alleecken.gif);
	background-position: right -1720px;
	height: 15px;
}
div.searchbox div.bottom {
	background-image: url(../design/alleecken.gif);
	background-position: -20px -1720px;
	height: 15px;
}

div.searchbox div.topper div, 
div.searchbox div.topper, 
div.searchbox div.bottom div, 
div.searchbox div.bottom {
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;  		
}

div.searchbox div.content {
	height:auto;
	margin: 0px;
	padding: 1px 1px;
	text-align: left; 
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	border-left: 1px solid #D62261;
	border-right: 1px solid #D62261;
}
div.searchbox div.content div.flirttext {
	border-left: 1px solid #C8C8C8;	
	float:left;
	width:290px;
	text-align:left; 
	height: 85px;
	padding-left: 4px; 
	overflow: hidden;
}
div.searchbox div.content div.buttons {
	float: right; 
	width:130px;	
	text-align: right; 
	border-left: 1px solid #C8C8C8;	
	height: 85px;
	margin-right: 5px;
}
div.searchbox div.content div.buttons img {
	margin: 15px 5px 0 0; 
}

div.status-profiledata {
	text-align: center; 
	width: 100%; 
	font-size: 1.2em;
}
div.status-profiledata div.statusbar {
	margin: 0 auto 10px auto;
	width: 333px; height: 16px; 
	background: transparent url(../design/progressbar.png) no-repeat scroll 0 -50px;
}
div.status-profiledata p {
	margin-bottom: 0;
}
span#percent-value {
	font-size: 1.6em; 
	font-weight: bold;	
}

div.status-profiledata div.percent-0 {
	background-position: 0 0;
}
div.status-profiledata div.percent-10 {
	background-position: 0 -50px;	
}
div.status-profiledata div.percent-20 {
	background-position: 0 -100px;	
}
div.status-profiledata div.percent-30 {
	background-position: 0 -150px;	
}
div.status-profiledata div.percent-40 {
	background-position: 0 -200px;	
}
div.status-profiledata div.percent-50 {
	background-position: 0 -250px;	
}
div.status-profiledata div.percent-60 {
	background-position: 0 -300px;	
}
div.status-profiledata div.percent-70 {
	background-position: 0 -350px;	
}
div.status-profiledata div.percent-80 {
	background-position: 0 -400px;	
}
div.status-profiledata div.percent-90 {
	background-position: 0 -450px;	
}
div.status-profiledata div.percent-100 {
	background-position: 0 -500px;	
}
/** ************************************* **/
/** * the bordered box on the left side * **/
/** ************************************* **/
div.databox { 		
	width: 100%;  
	margin: 0.2em auto;
	color: #423C40;
}
div.databox p {
	margin: 0 10px 3px 10px;
	padding: 0;
	font-size: 1.0em;
}
div.databox p.space-above {
	padding-top: 8px;
}
div.databox div.topper div { 
	background-image: url(../design/alleecken.gif);
	background-position: right -20px;
	height: 6px;
	margin: 0;
	padding: 0;  	
}
div.databox div.topper {
	margin: 0;
	padding: 0; 
	background-image: url(../design/alleecken.gif);
	background-position: -20px -20px;
	height: 6px;
}
div.databox div.bottom div { 
	background-image: url(../design/alleecken.gif);
	background-position: right -121px;
	height: 6px;
	margin: 0;
	padding: 0;
}
div.databox div.bottom {
	margin: 0;
	padding: 0; 
	background-image: url(../design/alleecken.gif);
	background-position: -20px -121px;
	height: 6px;
}

div.databox div.topper div, 
div.databox div.topper, 
div.databox div.bottom div, 
div.databox div.bottom {
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;  		
}

div.databox div.content {
	height:auto;
	margin: 0px;
	padding: 1px 1px;
	text-align: left; 
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	border-left: 1px solid #D62261;
	border-right: 1px solid #D62261;
}
textarea.profiletext {
	width: 100%;	
	height: 80px;
}
table.profile-data-input {
	width: 100%;
	margin-left: 8px;
}
table.profile-data-input td.first {
	width: 120px;
}
table.profile-data-input td.second {
	width: auto;
}
table.profile-data-input td.second select {
	width: 170px;
}

table.profile-maindata {
	width: 100%;
	margin-left: 8px;
}
table.profile-maindata td.first {
	width: 100px;
}
table.profile-maindata td.second {
	width: auto;
}
table.profile-maindata td.second input {
	width: 200px;
}

div.profile-mails {
}
div.profile-mails div.chkbox {
	float: left; 
	margin-left: 8px;
}
div.profile-mails div.chktext {
	float: left; 
	padding-top: 3px;
	width: 340px;
}

div.apreference {
	width: 300px;
	margin-left: 8px;
}
div.apreference span.wrapper {
}
div.apreference span.wrapper label {
	vertical-align: middle;
	cursor: pointer;
}
div.apreference span.wrapper input {
	vertical-align: middle;
	cursor: pointer;
}

div.apreference {
	width: 300px;
	margin-left: 8px;
}
div.acharacter {
	width: 170px;
	margin-left: 8px;
	float: left;	
}
div.areason {
	width: 170px;
	margin-left: 8px;
	float: left;
}
/**
 * align checkboxes and their description text
 **/
span.wrapper label{
	vertical-align: middle;
	cursor: pointer;
}
span.wrapper input{
	vertical-align: middle;
	cursor: pointer;
}

/** ****************************************** **/
/** * the full colored box on the right side * **/
/** ****************************************** **/
div.filledbox { 		
	background-color: #D21B5D;
	width: 100%;  
	margin: 0.2em auto;
	color: white;
}
div.filledbox p {
	margin: 0 3px 3px 5px;
	padding: 0;
	font-size: 1.0em;
}
div.filledbox div.topper div { 
	background-image: url(../design/alleecken.gif);
	background-position: right -420px;
	height: 6px;
	margin: 0;
	padding: 0;	  	
}

div.filledbox div.topper {
	background-image: url(../design/alleecken.gif);
	background-position: -20px -420px;
	height: 6px;
	margin: 0;
	padding: 0;	  
}

div.filledbox div.bottom div { 
	background-image: url(../design/alleecken.gif);
	background-position: right -520px;
	height: 6px;
	margin: 0;
	padding: 0;	
}

div.filledbox div.bottom {
	background-image: url(../design/alleecken.gif);
	background-position: -20px -520px;
	height: 6px;
	margin: 0;
	padding: 0;	
}

div.filledbox div.topper div, 
div.filledbox div.topper, 
div.filledbox div.bottom div, 
div.filledbox div.bottom {
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;  		
}

div.filledbox div.content {
	height:auto;
	margin: 0px;
	padding: 1px 1px;
	text-align: left; 
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	border-left: 1px solid #D62261;
	border-right: 1px solid #D62261;
}
/** ****************************************** **/
/** *** navigation top and subnavigation *** */
/** ****************************************** **/
.rbroundbox_n_hell, 
.rbroundbox_sub_hell { 
	background-color: #ff327b; 
	vertical-align: bottom;
	width: 110px; 
	margin: 0px auto; 
	margin: 0px;	
	cursor: pointer;
}
.rbroundbox_sub_hell {
	background-color:#e3e3e3; 
}
.rbcontent_n_hell,
.rbcontent_sub_hell { 
	margin: 0 7px; 
	text-align: center;
	padding-bottom: 6px;
	font: bold 10px Verdana;
	color: #ffffff;
	cursor: pointer;
}
.rbcontent_sub_hell {
	background-color:#e3e3e3; 
	color:#453C41;	
}
.rbtop_n_hell div,
.rbtop_sub_hell div { 
	background-image: url(../design/alleecken.gif);
	background-position: -20px -1220px;
	width: 100%;
	height: 10px;
	font-size: 1px;
	cursor: pointer;	
}
.rbtop_sub_hell div { 
	background-position: -20px -2000px;
}
.rbtop_n_hell,
.rbtop_sub_hell {
	background-image: url(../design/alleecken.gif);
	background-position: right -1220px;
	width: 100%;
	height: 10px;
	font-size: 1px;
	cursor: pointer;	
}
.rbtop_sub_hell {
	background-position: right -2000px;
}
.rbroundbox_n_dunkel { 
	background-color: #d11b5c; 
	vertical-align: bottom;
	width: 110px; 
	margin: 0px auto; 
	margin: 0px;	
	cursor: pointer;	
}
.rbcontent_n_dunkel { 
	margin: 0 7px; 
	text-align: center;
	padding-bottom: 6px;
	font: bold 10px Verdana;
	color: #ffffff;
	cursor: pointer;
}
.rbtop_n_dunkel div { 
	background-image: url(../design/alleecken.gif);
	background-position: -20px -1320px;
	width: 100%;
	height: 10px;
	font-size: 1px;
	cursor: pointer;		
}
.rbtop_n_dunkel { 
	background-image: url(../design/alleecken.gif);
	background-position: right -1320px;
	width: 100%;
	height: 10px;
	font-size: 1px;
	cursor: pointer;
}


.tab_hell
{
	background-image:url('../design/nachrichten/tab_hell.gif');
	background-repeat:no-repeat;
	height:20px;
	width:110px;
	padding-top:8px;

}

.tab_dunkel
{
	background-image:url('../design/nachrichten/tab_dunkel.gif');
	background-repeat:no-repeat;
	height:20px;
	width:110px;
	padding-top:8px;
}

a.tab_link
{
	text-align:center;
font-weight:bold;
	color:#ffffff;
	}
	
.nachrichten:hover {
	display: block;
	width: 100%;
	background-color: #ececec;
}
.user_submit_weiter {
	border: 0px;
	width: 200px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
.user_submit_zurueck {
	border: 0px;
	width: 200px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
.user_submit_finish {
	border: 0px;
	width: 200px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	background-color: #d72162;
	color:#ffffff;
	font-weight:bold;	
}
.input_user_anrede {
	width: 220px;
}
.input_user_vorname {
	width: 160px;
}
.input_user_nachname {
	width: 220px;
}
.input_user_strasse {
	width: 145px;
}
.input_user_hausnummer {
	width: 65px;
}
.input_user_ort {
	width: 145px;
}
.input_user_plz {
	width: 220px;
}
.input_user_land {
	width: 220px;
}
.input_user_email {
	width: 220px;
}
.input_user_geburtsdatum_tag {
}
.input_user_geburtsdatum_monat {
	width: 105px;
}
.input_user_geburtsdatum_jahr {
}
.input_user_vorwahl {
	width: 65px;
}
.input_user_rufnummer {
	width: 145px;
}
.input_user_mobilfunknummervorwahl {
}
.input_user_mobilfunknummerrufnummer {
	width: 100px;
}
.input_user_status {
}
.input_user_nickname {
	width: 220px;
}
.input_user_password{
	width: 220px;
}
.input_user_password2 {
	width: 220px;
}
.input_user_kontonummer {
}
.input_user_bankleitzahl {
}
.input_user_anrede_error {
}
.input_user_vorname_error {
}
.input_user_nachname_error {
}
.input_user_strasse_error {
}
.input_user_hausnummer_error {
}
.input_user_ort_error {
}
.input_user_plz_error {
}
.input_user_email_error {
}
.input_user_geburtsdatum_tag_error {
}
.input_user_geburtsdatum_monat_error {
}
.input_user_geburtsdatum_jahr_error {
}
.input_user_vorwahl_error{
}
.input_user_rufnummer_error{
}
.input_user_mobilfunknummervorwahl_error{
}
.input_user_mobilfunknummerrufnummer_error{
}
.input_user_status_error{
}
.input_user_nickname_error{
}
.input_user_password_error{
}
.input_user_password2_error{
}
.input_user_kontonummer_error{
}
.input_user_bankleitzahl_error{
}
div.myerobanner {
	background: transparent url(../design/myero_teaser2.jpg) no-repeat scroll top left; 
	height: 396px; 
	width: 650px; 
	position: relative;
	cursor: pointer;
}
div.myerobanner div.animated {
/*	
	position: absolute; 
	background: transparent url(../design/myero_teaser_anim.gif) no-repeat scroll top left; 
	height: 85px; 
	width: 85px; 
	left: 8px; 
	top: 186px;
*/		
}
div.myerobanner div.button {
	background: transparent url(../design/myero_buttons.png) no-repeat scroll -10px -200px;
	cursor: pointer;
	height: 40px;
	left: 100px;
	position: absolute;
	top: 313px;
	width: 150px;
}
div.myerobanner div.button:hover {
	background-position: -400px -200px;
}
div.myerobanner div.headline {
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 20px;
	color: white;
}


/**************************************************************
	SlideShow
	v 1.3
**************************************************************/

.slideshowContainer {
	border: 1px solid #D11B5C;
	width: 100%;
	height: 500px;
	margin-bottom: 5px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px 4px 4px 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #cccccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	borde-style: none;
	z-index: 0;
	position: absolute;
}
*+html .outline {
	margin-left: -10px;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/

/**************************************************************
	Premium registrieren Seite
**************************************************************/
div.register-leftbox {
	margin-left: 7px; 
	float: left; 
	width: 420px; 
	height: 452px; 
	background: transparent url(../design/premium/greatbox-left.png) top left no-repeat scroll; position: relative;
}
div.register-leftbox h1 {
	position:absolute; 
	top: 6px; 
	left: 10px; 
	font-size: 16px; 
	font-weight: bold; 
	color: white; 
	display: block; 
	padding: 0; 
	margin: 0; 
	vertical-align: middle;
}
div.paketboxes {
	position: absolute; 
	top: 50px; 
	width: 100%; 
	font-size: 11px;
}
div.paketboxes div.paket {
	margin: 0 auto; 
	height: 123px; 
	width: 390px; 
	background: transparent url(../design/premium/paketbox-standard.png) top left no-repeat scroll; 
	margin-bottom: 10px; 
	text-align: left; 
	position: relative;
}
div.paketboxes div.selected {
	background-image: url(../design/premium/paketbox-selected.png); 
}
div.paketboxes div.paket div.paketpic {
	position: absolute; 
	top: 10px; 
	left: 15px;
}
div.paketboxes div.paket p.info {
	position: absolute; top: 55px; left: 20px; 
}
div.paketboxes div.paket hr {
	position: absolute; top: 80px; left: 20px; width: 360px;
}
div.paketboxes div.paket p.bookme {
	position: absolute; top: 85px; left: 15px;
}
div.paketboxes div.paket p.bookme input,
div.paketboxes div.paket p.bookme label {
	vertical-align: middle;
}
div.paketboxes div.paket div.star {
	position:absolute; 
	left:260px; 
	top: 10px;
}
/********************* rightbox *********************/
div.register-rightbox {
	margin-right: 5px; 
	font-size: 12px; 	
	float: right; 
	width: 420px; 
	height: 452px; 
	background: transparent url(../design/premium/greatbox-right.png) top left no-repeat scroll; 
	position: relative;
}
div.register-rightbox h2 {
	position: absolute; 
	top: 6px; 
	left: 5px; 
	font-size: 16px; 
	font-weight: bold; 
	color: white; 
	display: block; 
	padding: 0; 
	margin: 0; 
	vertical-align: middle; 
	text-align: left; 
	background-color: transparent;
}
div.register-rightbox p {

}
div.register-rightbox div.content {
	position: absolute; 
	top: 50px; 
	left: 30px; 
	width: 355px; 
	height: 300px;	
	text-align: left;
}
div.register-rightbox fieldset {
	width: 345px;
	text-align: left;	
	border: 1px solid #D62261;
}
div.register-rightbox fieldset legend {
	font-weight: bold;
	color: #D01B5E;
	font-size: 11px;
}
div.register-rightbox fieldset {
	font-size: 12px;
}
div.register-rightbox fieldset select,
div.register-rightbox fieldset input {
	height: 16px;	
}
div.register-rightbox fieldset input {
		width: 90px;
}
div.register-rightbox fieldset input.cardno {
	width: 30px;
}
div.register-rightbox fieldset input.cvc {
	width: 30px;
}
div.register-rightbox fieldset table {
	width: 100%;
}
div.register-rightbox fieldset table tr th {
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;	
	width: 120px;
}

div.register-rightbox span.valign { 
}
div.register-rightbox span.valign * { 
	vertical-align: middle;
}

/**************************************************************
	Premium registrieren Seite - NEU
**************************************************************/
#register-form { 
	font-size: 12px;
	width: 100%;
	color: #757575;
}
#register-form label { 
	cursor: pointer;
}
#register-form hr {
	background-color: transparent;
	border-top: 1px solid #CFCFCF;
	border-width: 1px 0 0 0;
}
#register-form input[type="text"]{
	border: 1px solid #B9B9B9;
	height: 14px;
	font-size: 12px;
	background-color: white;
	padding: 3px 3px;
}
#register-form input[type="radio"]{
	background-color: transparent;
}
#register-form select { 
	border: 1px solid #B9B9B9;
	height: 20px;
	font-size: 12px;
	background-color: white;
}
#register-form div.leftbox {
	float: left; 
	width: 300px
}
#register-form div.rightbox { 
	float: right; 
	width: 555px;
}
#register-form h2 {
	color: #D11A5C; 
	background-color: transparent; 
	font-weight: bold;
}
#register-form span#paytype { 
	line-height:40px;
}
#register-form span#paytype input,
#register-form span#paytype img {
	vertical-align:middle;	
}
/******* part 3 - payment data ***********/
#register-form #form-elv table tr th,
#register-form #form-cc table tr th {
	height: 30px;
	width: 180px;
	font-size: 12px;
	font-weight: normal;	
	text-align: right;
}

/*************************************************************/
/************** Landingpage 7 and above *************************/
/*************************************************************/
table.search-form {
	margin: 0px 0 0 0px;
	padding: 27px 0 0 0;
	color: white;
}
table.search-form th {
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	height: 20px;
	width:75px;
	margin-top: 3px;
	vertical-align: left;
}
table.search-form td {
	vertical-align: left;
}
table.search-form td input, 
table.search-form td select {
	background-color: white;
	height: 18px;
	font-size: 12px;
	margin-top: 3px;
}
table.search-form td input[type="checkbox"] {
	background-color: transparent;	
}

table.tooltip-table {
	position: absolute;
	top: 160px;
	left: 60px;
	width: 285px;	
	font-size: 12px;
}
table.tooltip-table td {
	font-size: 12px;
}
table.tooltip-table th {
	width: 80px;	
	text-align: right;
}
table.tooltip-table hr {
	background-color: transparent;
	height: 1px;
	border-bottom: 1px solid #D8D8D8;
	color: #D8D8D8;
}
div.lp-submit {
	text-align:left; 
	margin: 0 0 10px 0; 
	padding-top: 12px; 
	position:relative;
	height: 45px;	
}

/** ******** babe landingpage (l8)******* **/
div.textblock01-header {
	position:absolute;
	bottom:87px;
	left:450px; 
	font-size: 18px; 
	color:white;
}
div.textblock01-teaser {
	position:absolute;
	bottom:73px; 
	left:450px; 
	font-size: 12px; 
	color:white;
}
div.textblock02-header {
	position:absolute;
	bottom:39px;
	left:450px; 
	font-size: 18px; 
	color:white;
}
div.textblock02-teaser {
	position:absolute;
	bottom:24px;
	left:450px; 
	font-size: 12px; 
	color:white;
}

/** ******** get-a-free-webcam form ******* **/
#thankyoubox {
	background: url(../design/campic.png) top left no-repeat;	
	position: relative; 
	height: 358px; 
	width: 676px; 
	margin: 0 auto; 
	color: white; 
	font-size: 12px;
}
#thankyoubox h3 {
	font-weight: bold;
	position: absolute; 
	top: 10px; 
	margin: 0; 
	left: 15px; 
	font-size: 22px;
}
#thankyoubox #textcontent {
	position: absolute; 
	top: 50px; 
	left: 210px; 
	width: 460px;
}
#thankyoubox #textcontent p {
	margin: 0;
	line-height: 1.6em;
}

/** ******** headlines in the "nachrichten" area ******* **/
table.headline {
	background-color: #D21B5D;
	color: white;
	width: 100%; 
	font-size: 12px;
}
table.headline td.first {
	padding-left: 35px;
	width: 200px;
}	
table.headline td.second {
	width: auto; 
}
table.headline td.third {
	width: 80px;
}
table.headline td.forth {
	width: 75px;
}

/** ************************************************ **/
/** ******** messageboxes "nachrichten" area ******* **/
/** ************************************************ **/
div.messagebox { 		
	width: 100%;  
	margin: 0.2em auto;
	color: #423C40;
	float: left; 
	text-align: center;	
}
div.messagebox p {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.2em;
}
div.messagebox div.topper div { 
	background-image: url(../design/alleecken.gif);
	background-position: right -1620px;
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;  	
}
div.messagebox div.topper {
	background-image: url(../design/alleecken.gif);
	background-position: -20px -1620px;
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;  
}
div.messagebox div.bottom div { 
	background-image: url(../design/alleecken.gif);
	background-position: right -1720px;
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0; 
}
div.messagebox div.bottom {
	background-image: url(../design/alleecken.gif);
	background-position: -20px -1720px;
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0; 	
}
div.messagebox div.content {
	height:auto;
	margin: 0px;
	padding: 1px 1px;
	text-align: left; 
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	border-left: 1px solid #D62261;
	border-right: 1px solid #D62261;
}
div.messagebox div.content div.flirttext {
	border-left: 1px solid #C8C8C8;	
	float:left;
	width:290px;
	text-align:left; 
	height: 85px;
	padding-left: 4px; 
	overflow: hidden;
}
div.messagebox div.content div.buttons {
	float: right; 
	width:130px;	
	text-align: right; 
	border-left: 1px solid #C8C8C8;	
	height: 85px;
	margin-right: 5px;
}
div.messagebox div.content div.buttons img {
	margin: 15px 5px 0 0; 
}

table.message { 		
	width: 100%;
	color: black;  
}
table.message td.first {
	width: 30px;
	vertical-align: middle;
}
table.message td.second {
	width: 75px;
	vertical-align: middle;
}
table.message td.third {
	width: 120px;
	vertical-align: top;
}
table.message td.forth {
	vertical-align: top;
}
table.message td.fifth {
	width: 70px;
	vertical-align: middle;
	text-align: right;
}
table.message td.sixth {
	width: 105px;
	vertical-align: middle;		
	text-align: center;
}
table.message h1,
table.message h2 {
	font-weight: bold;
	font-size: 12px;
	color: black;
	margin: 2px 0 4px 0;
	display: block;
	background-color: transparent;
	padding: 0;
	text-indent: 0;
	height: auto;
}
table.message h1 a,
table.message h2 a {	
	border-bottom: 1px solid black;
	font-weight: bold;	
	background-color: transparent;	
}
table.message div.messagelink {
	font-size: 12px;
	color: black;
	margin: 5px 0 4px 0;
	display: block;
	background-color: transparent;
	padding: 0;
	text-indent: 0;
	height: auto;
}
table.message div.messagelink a {
	border-bottom: 1px solid black;
}

table.message div.messagecontent {
	height: 55px;
	overflow: hidden;
	margin-bottom: 4px;	
}
table.message div.messagefull {
}
div.messagefull {
	border: 1px solid #C8C8C8; 
	border-width: 1px 0 1px 0; 
	padding: 4px 0; 
	margin: 4px;
}
div.messagefull p {
	font-size: 11px;
}
div.messagebuttons {
	text-align: right;
	margin: 5px;
}
form.messageactions {
	display: block;
	margin: 10px 0;
}
form.messageactions select {
	height: 22px; 
	width: 225px; 
	background-color: white; 
	border: 1px solid #C8C8C8; 
	font-size: 12px; 
	vertical-align: middle;	
	padding-top: 2px;
}
form.messageactions p {
	margin: 5px 0;
}

 /**
  * ---------------------- PICTURE GALLERY ---------------------------- 
  * **/		
  
	div#gallery-container {
		overflow: hidden;
		height: 500px;
	}
	div.gallery-content {
		display: none;
		clear: both;
	}
	
	div.gallery-content a, div.navigation a {
		text-decoration: none;
	}
	div.gallery-content a:hover, div.gallery-content a:active {
		text-decoration: underline;
	}
	
	div.navigation a.pageLink {
		height: 80px;
		line-height: 80px;
	}
	
	div.controls {
		margin-top: 5px;
		height: 23px;
	}
	div.controls a {
		padding: 5px;
	}
	div.ss-controls {
		float: left;
	}
	div.nav-controls {
		float: right;
	}
	
	div.slideshow-container,
	div.loader,
	div.slideshow a.advance-link {
		width: 340px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
	}
	
	div.loader,
	div.slideshow a.advance-link,
	div.caption-container {
		height: 360px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
	}
	
	div.slideshow-container {
		position: relative;
		clear: both;
		height: 360px;
		margin: 0 auto;
	}
	
	div.loader {
		position: absolute;
		top: 0;
		left: 0;
		background-image: url('images/loader.gif');
		background-repeat: no-repeat;
		background-position: center;
	}
	div.slideshow span.image-wrapper {
		display: block;
		position: absolute;
		top: 0px;
		left: 0;
	}
	div.slideshow a.advance-link {
		display: block;
		line-height: 362px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
		text-align: center;
	}
	
	div.slideshow a.advance-link:hover,
	div.slideshow a.advance-link:active,
	div.slideshow a.advance-link:visited {
		text-decoration: none;
	}
	div.slideshow a.advance-link:focus {
		outline: none;
	}
	
	div.slideshow img {
		border-style: none;
//		border-width: 1px;
		background-color: grey;
	}
	div.caption-container {
		float: right;
		position: relative;
	}
	span.image-caption {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	div.caption-container, span.image-caption {
		width: 250px;
	}
	div.photo-index {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 0 12px;
	}
	div.navigation-container {
		float: left;
		position: relative;
		left: 50%;
	}
	div.navigation {
		float: left;
		position: relative;
		left: -50%;
	}
	div.navigation a.pageLink {
		display: block;
		position: relative;
		float: left;
		margin: 2px;
		width: 16px;
		background-position:center center;
		background-repeat:no-repeat;
	}
	div.navigation a.pageLink:focus {
		outline: none;
	}
	
	ul.thumbs {
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
	}
	ul.thumbs li {
		float: left;
		padding: 0;
		margin: 2px;
		list-style: none;
	}
	a.thumb {
		padding: 1px;
		display: block;
	}
	a.thumb:focus {
		outline: none;
	}
	ul.thumbs img {
		border: none;
		display: block;
	}
	div.pagination {
		clear: both;
		position: relative;
		left: -50%;
	}
	div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
		position: relative;
		display: block;
		float: left;
		margin-right: 2px;
		padding: 4px 7px 2px 7px;
		border: 1px solid #ccc;
	}
	div.pagination a:hover {
		text-decoration: none;
	}
	div.pagination span.current {
		font-weight: bold;
	}
	div.pagination span.ellipsis {
		border: none;
		padding: 5px 0 3px 2px;
	}
	div.gallery-gutter {
		clear: both;
		padding-bottom: 20px;
	}
