body, html  { 
	font-family: 'Trebuchet MS', Verdana, Sans-Serif; 
	background-image: url(/gfx/bg.jpg); 
	background-repeat: repeat-y; 
	background-color: #FFEEE8; 
	color: #000000; 
	margin: 0px; 
	padding: 0px; 
}

h1 { font-size: 17px; font-weight: bold }
h2 { font-size: 16px; font-weight: bold }
h3 { font-size: 14px; font-weight: bold; text-decoration: underline; }
h4 { font-size: 12px; font-weight: bold }

a:link, a:active, a:visited { 
	color: #000; 
	text-decoration: underline; 
}

#adbox { 
	left: 770px; 
	top: 95px;
	visibility: visible; 
	position: absolute;
}

.boxes {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 3px 0px 0px;
}

.links { 
	font-family: 'Trebuchet MS', Verdana, Sans-Serif; 
	font-size: 8pt; 
	width: 172px; 
	margin-bottom: 2em; 
}

.links a {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #901D28;
	border-top: 1px solid #E394A9;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
}

.links a:visited {
	text-decoration: none;
	color: #fff;
}

.links a:hover {
	background-color: #AD2A49;
	color: #fff;
}

.links a span {
	display: none;
}


/* Klassen für den oberen Layer */

#oben  {
	width:750px;
	height:55px;
	color: #000;
	background-color:#FAE8E0;
	padding-bottom: 15px;
	padding-top: 25px;
	background-image: url(/gfx/oben.jpg);
	background-repeat: no-repeat;
}

#obenlinks  {
	float: left; 
	padding-left: 10px;
	color: #3F0000;
}
#obenrechts  {
	float: right;
	padding-right: 10px;
	color: #3F0000;
}
#oben a  {
	color:#000; 
	background-color:transparent; 
	text-decoration:none;
}


#navbar_top {
	width: 750px; 
	font-size: 11px;
	background-color: #6C0000;
	color: #fff;
}

#navbar_inner {
	padding-left: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-right: 50px; 
	text-align: right; 
}

#navbar_inner a {
	color: #fff; 
	text-decoration: underline;
}


/* Klassen für den mittleren Layer */

#middle  {
	position:relative; 
	top:0px; 
	left:0px; 
	width:750px;
}


/* Klassen für die Login-Box auf der rechten Seite */

.login { 
	width: 158px;
	border: 1px solid #520000;
	background-color: #9F1E3C;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.login_inner { 
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.login_kopf {
	padding: 5px;
	background-color: #520000;
	font-weight: bold;
	color: #fff;
}

.login_inner a {
	color: #fff;
}

.login_inner a:active {
	color: #fff;
}

.login_inner a:visited {
	color: #fff;
}

.login_inner a:hover {
	color: #fff;
}

.login input { 
	font-size: 11px;
}


/*** Klassen für die Listenansicht der User ***/

.memberlist_image {
	padding-top: 5px;
	padding-bottom: 5px;
}

.memberlist_image img {
	border: 4px solid #731513;
}

.memberlist {
	padding-top: 10px;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}

.memberlist_space {
	width: 15px;
}

.memberlist_spacer {
	background-color: #eee;
	height: 1px;
}

.memberlist span {
	font-size: 12px;
	font-weight: bold;
	color: #520000;
}


/*** Werbebanner auf den Unterseiten ***/

.adspace {
	padding-left: 20px; 
	padding-right: 50px;
}

.adspace_inner {
	text-align: center; 
	width: 100%;
	color: #ccc; 
	font-size: 10px;
}

/*** Klassen für die Pagination ***/


.pagination {
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
}


/*** Klassen für den Navigationsbalken im Mitgliedsprofil ***/

.memberbar {
	font-size: 11px;
	padding-left: 20px;
	text-align: center;
	width: 490px;
	color: #fff;
}

.memberbar_inner {
	border: 1px solid #520100;
	background-color: #7D1212;
	padding: 8px;
	color: #fff;
}

.memberbar_inner a:link {
	font-weight: bold;
	color: #fff;
}

.memberbar_inner a:visited {
	font-weight: bold;
	color: #fff;
}


/*** Klassen für die Anzeigendarstellung unter Meine-Anzeigen ***/


.meineanzeigen_top {
	font-size: 12px;
	font-weight: bold;
	background-color: #7D1212;
	padding: 8px;
	color: #fff;
}

.meineanzeigen_titel {
	font-size: 11px;
	font-weight: bold;
	background-color: #F3DAD2;
	padding: 8px;
}

.meineanzeigen_row {
	font-size: 11px;
	background-color: #F3DAD2;
	padding: 8px;
}



/* Klasse für die Anzeige des eingeloggt-Status */


.logged_in {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #520000;
	border-top: 1px solid #E394A9;
	border-bottom: 1px solid #E394A9;
	font-weight: bold;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
}

.logged_in a:link {
	color: #fff;
}

.logged_in a:visited {
	color: #fff;
}


/* Klassen für die Formularfelder */


.form_head {
	font-size: 12px;
	font-weight: bold;
	background-color: #7D1212;
	padding: 8px;
	color: #fff;
}

.form_desc {
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
	padding: 8px;
}

.form {
	font-size: 11px;
	background-color: #eee;
}

.form input, select, textarea { 
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 11px;
}

.form_space {
	width: 15px;
	background-color: #eee;
}

.form_pixrow {
	height: 1px;
	background-color: #ccc;
}


/*** Klassen für die Bildertabelle in Meinebildergalerie ***/

.meinebilder {
	font-size: 11px;
	text-align: center;
	padding: 1px;
}


/*** Klassen für die Anzeige der Zufallsbilder rechts ***/


.mitglieder_bilder {
	width: 158px;
	border: 1px solid #520000;
	background-color: #fff;
	text-align: center;
	font-size: 11px;
}

.mitglieder_bilder_kopf { 
	padding: 5px;
	background-color: #520000;
	font-weight: bold;
	color: #fff;
}

.mitglieder_bilder_inner {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: center;
}

.mitglieder_bilder_inner img {
	border: 4px solid #731513;
	width: 80px; 
	height: 100px;
}


/* Klassen für die Suche auf der rechten Seite */

.mitgliedersuche {
	width: 158px;
	border: 1px solid #520000;
	background-color: #9F1E3C;
	text-align: center;
	font-size: 11px;
}

.mitgliedersuche_kopf {
	padding: 5px;
	background-color: #520000;
	font-weight: bold;
	color: #fff;
}

.mitgliedersuche_inner {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}


/* Klasse für die Votingbox auf der Startseite */


.votingbox {
	border: 1px solid #520000;
	background-color: #FFE6EB;
	text-align: center;
	font-size: 11px;
}

.votingbox_kopf {
	padding: 5px;
	background-color: #520000;
	font-weight: bold;
	color: #fff;
}

.votingbox_inner {
	padding: 10px;
	background-color: #FFE6EB;
}

.votingbox_inner a {
	font-weight: bold;
}

.votingbox_inner a:visited {
	font-weight: bold;
}




.artikelkopf {
	font-weight: bold; 
	font-size: 14px; 
	text-decoration: underline;
}


/* Klasse für die Boxen Hotwife und News auf der Startseite */


.hotwifebox {
	height: 190px;
	border: 1px solid #520000;
	background-color: #FFE6EB;
	text-align: center;
	font-size: 11px;
}

.hotwifebox_kopf {
	padding: 5px;
	background-color: #520000;
	font-weight: bold;
	color: #fff;
}

.hotwifebox_inner {
	padding: 10px;
	background-color: #FFE6EB;
}

.hotwifebox_inner a {
	font-weight: bold;
}

.hotwifebox_inner a:visited {
	font-weight: bold;
}


/* Klassen für den Navigations Layer */

#menu
{
	position: absolute; 
	top: 0px;
	left: 0px; 
	width: 172px;
	padding-bottom: 30px;
	margin-top: 0px;
	color:#000; 
}

#menu .navkopf
{
	color:#fff;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #7D1212;
	font-size: 13px;
	font-weight: bold;
}

#menu .navhier  {
    color:#ff9c00; background-color:#ffe; font-weight:bold; white-space:nowrap;
}

#menu .navitems
{
	padding-left: 12px; 
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

.navitems a 
{
	color:#646464;
	text-decoration: none;
	border-bottom: 1px dotted #000000
}

.navitems a:hover
{
	color:#8C0000;
	text-decoration: none;
	border-bottom: 1px dotted #8C0000
}

#menu .impressum a {
    color:#000; background-color:transparent;
}
#menu .feed  {
    padding-left:12px; color:#fff; background-color:#ffe; padding-top:35px;
}
#menu .feed a {
    margin:0; padding:0 4px 1px; border:1px solid; border-color:#fc9 #630 #330 #f96;
    font:bold 8pt Verdana; color:#fff; background:#f60; text-decoration:none;
}


/* ---------------- INHALT ---------------- */

#wifesharing_content  { 
	margin-left: 190px; 
	padding-bottom: 20px;
	padding-top: 15px; 
	color: #000; 
}
#wifesharing_content p  {
	padding-left: 20px; 
	padding-right: 50px; 
	font-size: 12px; 
	line-height: 16px;
}

#wifesharing_content .bm a  {
	color: #900000; 
	background-color: transparent;
}
#wifesharing_content ul, ol  {
	font-size: 12px; 
	line-height: 16px; 
	max-width: 520px;
}
#wifesharing_content ul a  {
	color: #000; 
	background-color:transparent;
}
#wifesharing_content h1  {
	padding-left:20px; 
	padding-top:10px;
}
#wifesharing_content h2  {
	padding-left:20px; 
	padding-top:10px;
}
#wifesharing_content h3, h4  {
	padding-left:20px; 
	padding-top:5px;
}


/* ----------------- FUSS ----------------- */

#unten  {
	position: relative;
	font-size: 12px;
	top: 25px;
	left: 0px;
	width: 750px;
	height: 40px;
	color: #000; 
}
#fusstext  {
    font-size:0.84em; line-height:2em; text-align:center; padding-left:185px;
    margin-top:5px;
}
#unten a  {
	color:#900000; 
	background-color:transparent;
}

.abstand {
	padding-top: 10px;
	text-align: justify
}

.abstand input {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 11px;
}

.bm  {
	font-size: 12px;
	font-weight: bold;
}
.fett  {
    font-weight:bold; line-height:28px;
}
.klein  {
    font-size:0.84em; font-weight:500;
}
.normal  {
    font-weight:500;
}
.unsichtbar  {
    display:none;
}



/*** Bildervoting ***/


.picvote_container {
	padding-left: 20px; 
	padding-right: 50px;
}

.picvote_container_inner {
	width: 487px; 
	text-align: center; 
	background-color: #eee; 
	border: 1px solid #731513; 
	background-image: url(/gfx/picvote_bg.gif);
	font-size: 12px; 
	padding-top: 20px;
}

.picvote_container_inner img {
	border: 3px solid #731513;
}

.picvote_container_votebar {
	margin-top: 15px; 
	margin-bottom: 15px;
}

.picvote_container_voteerg {
	margin-top: 20px; 
	color: #731513; 
	font-size: 16px; 
	font-weight: bold;
}

.picvote_container_voteerg a:link {
	color: #731513; 
	text-decoration: underline;
}

.picvote_container_voteerg a:active {
	color: #731513; 
	text-decoration: underline;
}

.picvote_container_voteerg a:visited {
	color: #731513; 
	text-decoration: underline;
}

.picvote_container_voteerg a:hover {
	color: #731513; 
	text-decoration: underline;
}


/*** Mitgliedermenü Mein Profil ***/

#tipp_block {
	border: 1px solid #520100; 
	background-color: #7D1212;
	padding: 5px;
	height: 48px;
	line-height: 16px;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
}

#tipp_block a {
	text-decoration: none;
	display: block;
	color: #fff;
}

.notice {
	padding-left: 20px; 
	padding-right: 50px; 
	font-size: 12px; 
	line-height: 16px;
	width: 490px;
}

.notice_inner {
	background-color: #FFE6EB; 
	border: 1px solid #7d1212; 
}

.notice_text {
	padding: 5px;
}


/*** Meine Club-Coins ***/


.club_coins_teaser {
	width: 490px;
	padding: 0px 50px 20px 20px;
}

.club_coins_teaser_image {
	background-image: url(/gfx/wsc_coins_aufladen.jpg);
	width: 490px;
	height: 116px; 
}

.buy_club_coins {
	padding-left: 20px; 
	padding-right: 50px; 
	width: 490px;
}

.buy_club_coins_table_line {
	height: 1px; 
	background-color: #7D1212;
}

.buy_club_coins_table_button {
	background-color: #FFE6EB; 
	padding: 8px 8px 8px 8px;
	width: 220px; 
}

.buy_club_coins_table_button input {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif; 
	width: 200px; 
	height: 40px; 
	font-size: 14px; 
	font-weight: bold;
}

.buy_club_coins_table_text {
	background-color: #FFE6EB; 
	font-size: 12px; 
	line-height: 16px;
}


/*** Button-Design ***/


input.quicknav {
	color: #000;
	font-family: 'Trebuchet MS', Helvetica, Sans-serif;
	font-size: 12px;
	width: 155px;
	background-color: #ffe6eb;
	border: 1px solid;
	border-top-color: #7D1212;
	border-left-color: #7D1212;
	border-right-color: #962A2A;
	border-bottom-color: #962A2A;
}


input.submitbutton {
	color: #000;
	font-family: 'Trebuchet MS', Helvetica, Sans-serif;
	font-size: 12px;
	background-color: #ffe6eb;
	border: 1px solid;
	border-top-color: #7D1212;
	border-left-color: #7D1212;
	border-right-color: #962A2A;
	border-bottom-color: #962A2A;
}


/*** Welcome Layer ***/

.welcome_layer {
	z-index: 1; 
	position: absolute; 
	visibility: hidden; 
	left: 210px; 
	top: 80px; 
	width: 480px; 
	height: 260px; 
	background-color: #FFE6EB; 
	border: 5px solid #7D1212;
}

.welcome_layer_inner {
	padding: 10px 10px 10px 10px; 
	font-family: 'trebuchet ms', verdana, sans-serif; 
	font-size: 12px; 
	line-height: 16px;
}

.welcome_layer_topleft {
	float: left; 
	width: 50%; 
	font-weight: bold;
}

.welcome_layer_topright {
	float: right; 
	width: 50%; 
	text-align: right;
}

.welcome_layer_infotext {
	padding-top: 20px;
}

.welcome_layer_spimage {
	width: 155px; 
	text-align: center;
}

.welcome_layer_clear {
	clear: both;
}



#hotwifeblog_content {
	background-image: url(/gfx/blog/blog_head.gif);
	width: 482px;
	height: 80px;
}

#hotwifeblog_content h1 {
	display: none;
}

.hotwifeblog_header {
	padding-left: 20px; 
	padding-right: 50px; 
	padding-bottom: 30px;
	padding-top: 15px;
}


.hotwife_post_content {
	padding-left: 20px; 
	padding-right: 50px; 
	padding-bottom: 30px;
}

.hotwife_post {
	font-size: 12px; 
	line-height: 16px;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.hotwife_post h2 {
	font-size: 14px;
	font-weight: bold; 
	margin: 5px 0px 2px 0px;
	text-decoration: underline;
}
	
.hotwifeblog_posttitle {
	display: block;
	font-size: 14px;
	font-weight: bold; 
	padding: 0px 0px 5px 0px;
}

.hotwifeblog_posttitle a:link {
	text-decoration: underline;
	font-weight: bold;
}

.hotwifeblog_postmeta {
	display: block;
	padding: 0px 0px 20px 0px;
}

.hotwifeblog_postmeta_bottom {
	display: block;
	border: 1px solid #7D1212;
	background-color: #FFE6EB;
	padding: 5px 5px 5px 5px;
	margin: 10px 0px 0px 0px;
}



#hintbox { 
	position: absolute;
	top: 0;
	background-color: #FFE6EB;
	width: 190px;  
	padding: 3px;
	border: 1px solid #7D1212;
	font: normal 11px Verdana;
	line-height: 16px;
	z-index: 100;
	visibility: hidden;
}



/*** Tabs auf der Startseite ***/

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid #520000;
/*width: 450px;*/
margin-bottom: 1em; padding: 10px;
background-color: #FFE6EB;
}


/*news tabs*/
#newsTabs{margin-top:10px;}
#newsTabs a,#statsTabs a{display:inline;margin:0px -3px 0px 0px;}
/*#anzeigen_tab,#member_tab{display:none;}*/
#news_tab,#anzeigen_tab,#member_tab{margin-top: -5px; border:5px solid #901D28;border-top:0px;border-bottom:0px;width:279px;_width:415px;padding:5px 5px 5px 5px;min-height:174px;_height:208px;}
#news_tab ul,#anzeigen_tab ul,#member_tab ul,#hpTix div ul{margin:0px;padding:0px;margin-left:0px;padding-left:0px;}
ul#relatedLinks,#latestNews ul,#hpAudio ul{margin:0px;padding:0px;margin-left:12px;padding-left:12px;}
#news_tab ul li span,#anzeigen_tab ul li span,#member_tab ul li span,ul#relatedLinks li span{color:#000;_padding-left:5px;}
#news_tab ul li,#anzeigen_tab ul li,#member_tab ul li,ul#relatedLinks li,#latestNews ul li,#hpTix div li,#hpAudio ul li{list-style-image: url(/gfx/tabs/arrow_bullet.gif);padding-left:12px;_padding-left:0px;}
#news_tab ul li a,#anzeigen_tab ul li a,#member_tab ul li a,ul#relatedLinks li a,#latestNews ul li a,#hpSponsors div ul li a,#hpTix div li a,#hpAudio ul li a{color:#000;text-decoration:none;}
#news_tab ul li a,#anzeigen_tab ul li a,#member_tab ul li a,#hpTix div li a{padding-left:5px;}
#news_tab ul li,#anzeigen_tab ul li,#member_tab ul li{background-image: url(/gfx/tabs/news_hr.jpg);background-repeat:no-repeat;background-position:bottom left;padding-bottom:3px;list-style-position:inside;}
#latestNews ul li span{color:#052965;padding-right:5px}