@import 'rightnavi.css?v=4';
@import 'boxy.css?v=6';
@import 'fileuploader.css?v=4';
@import 'elements.css?v=26';

@import 'vboxb.css?v=4';
@import 'status.css?v=17';
@import 'form_table.css?v=4';
@import 'table.css?v=7';

@import 'boxes.css';

@import 'live.css?v=6';

body {
	margin: 0;
	background: url('../imgnew/bg.png') repeat-x #34040b;
}

a img {
	border: 0;
}

#jsWarn {
	width: 500px;
	height: 70px;
	padding-top: 15px;
	background-color: white;
	border: dashed 4px red;
	margin: 5px auto 5px auto;
	text-align: center;
	font-size: 16pt;
	position: absolute;
	left: 0;
	right: 0;
	top: 200px;
}

#background {
	min-height: 580px;
	background: url('../imgnew/bg2.png') no-repeat top center;
}

#wrapper {
	width: 1000px;
	min-height: 580px;
	margin: 0 auto;
	background-color: #ffffff;
}

#header {
	height: 80px;
}
/*
#header .logo {
	float: left;
}
*/
#logo h1 {
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
}
#logo h1 a {
	display: block;
	width: 175px;
	height: 80px;
}

#status {
	height: 40px;
	margin-left: 175px;
}
#navi {
	margin: 0 0 0 175px;
}
#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navi > ul {
	height: 40px;
	background-image: url('../imgnew/navi_bg.png');
	background-repeat: repeat-x;
	background-position: 0 -40px;
}
#navi ul li {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}
#navi > ul > li {
	height: 40px;
}
#navi ul li a {
	color: white;
	text-decoration: none;
	text-shadow: 0px -1px 1px #383838;
	font-size: 10pt;
	display: block;
	float: left;
	padding: 0 8px 0 8px;
	line-height: 40px;
	background-image: url('../imgnew/navi_bg.png');
	background-position: 0 -40px;
}
#navi ul li a:hover {
	background-position: 0 -80px;
}

#navi ul li.left {
	width: 15px;
	background-image: url('../imgnew/navi_bg.png');
}
#navi ul li.delimiter {
	width: 2px;
	background-image: url('../imgnew/navi_bg.png');
	background-position: 0 -120px;
}
#navi ul li ul {
	z-index: 200;
	position: absolute;
	top: 40px;
	left: 0;
	display: none;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
#navi ul li:hover ul {
	display: block;
}
/**/
#navi ul li ul li {
	/*height: 24px;*/
}
#navi ul li ul li a {
	background-color: #2B2B2B;
	background-color: rgba(43, 43, 43, 0.93);
	background-image: none;
	line-height: 24px;
	width: 150px;
}
#navi ul li ul.wide li a {
	width: 180px;
}


#navi ul li ul li a:hover {
	background-color: #616161;
}


#body {
	background-image: url('../imgnew/center_bg.jpg');
	background-repeat: no-repeat;
	background-position: 175px 0;
	background-color: #ffffff;
}
#sidebar {
	float: left;
	width: 170px;
	margin-right: 5px;
}

#sidebar div.head, #promo div.head {
	font-family: Tahoma, Arial, sans-serif;
	margin: 0;

	background-color: #c41010;
	
	background-image: url('../images/gradient6.svg');
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgba(0, 0, 0, 0.0)),
		color-stop(1, rgba(0, 0, 0, 0.3))
	);
	background-image: -moz-linear-gradient(
		center top,
		rgba(0, 0, 0, 0.0) 0%,
		rgba(0, 0, 0, 0.3) 100%
	);


	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	
	
	text-align: center;
	padding: 3px 0 3px 0;
	font-size: 10.5pt;
	letter-spacing: 0.3pt;
	font-weight: normal;
	color: #ffffff;
	text-shadow: 0px -1px 1px #580505;
}

#sidebar > a.button {
	display: block;
	width: 145px;
	margin: 0 0 10px 1px;
	text-align: center;
}
#sidebar .box {
	border: 0;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #eeeeee;
}
#sidebar .box.padding {
	padding: 5px;
}
#sidebar form.box {
	padding: 5px;
}
#sidebar form.box input[type=text] {
	width: 153px;
}
#sidebar form.box input[type=submit] {
	margin: 3px;
}

#center.middle {
	float: left;
	width: 695px;
}

#center.full {
	float: left;
	width: 825px;
}


#center > div {
	padding: 5px;
}

#center > div > h3 {
	font-size: 10pt;
}



#center > div > p {
	font-size: 10pt;
	color: #222222;
}

h5 {
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 15px;
}

#center h2 {
	font-size: 13pt;
}
/*
h4 {
	font-family: Tahoma, arial, sans-serif;
	font-size: 10.5pt;
	letter-spacing: 0.3pt;
	font-weight: bold;
	color: #063961;
}
*/
#center h1 {
	margin-top: 10px;
	margin-bottom: 5px;
}
#center h3 {
	margin-top: 0px;
	margin-bottom: 1px;
}

#center p {
	margin-top: 4px;
	margin-bottom: 6px;
	padding-left: 7px;
}

#promo {
	float: left;
	width: 130px;
	margin-top: 5px;
}

.clear {
	clear: both;
}








#online-list {
	width: 166px;
	padding: 0 1px 0 1px;
	margin-left: 1px;
	height: 200px;
	font-size: 8pt;
	overflow: auto;
}
#online-list a.user {
	background-color: white;
	display: block;
	padding: 2px;
	white-space: nowrap;
}
#online-list a.user:hover {
	background-color: #ddd;
}

#online-list .cam {
	float: left;
	margin-top: 3px;
	margin-right: 1px;
}

#online-list .sex {
	padding-top: 3px;
	float: right;
	text-decoration: none;
	font-size: 7pt;
}
.sex1 {
	color: #0000ee;
}
.sex2 {
	color: #ff63c5;
}
.sex0 {
	color: #dddddd;
}

#online-list .username {
	overflow: hidden;
	display: block;
	white-space: nowrap;
}
#online-list .image {
	display: none;
	width: 160px;
	height: 120px;
	background-image: url('../images/tooltip-online.png');
	z-index: 1000;
}
#online-list .image img {
	display: block;
	margin: 15px 15px 15px 25px;
}

#online-options {
	height: 21px;
	padding-left: 1px;
}
#online-options a {
	display: block;
	float: left;
	padding: 3px 4px 3px 5px;
	font-size: 8pt;
	text-decoration: none;
	color: #820000;
	background-color: #ddd;
}
#online-options a:hover, #online-options a.on {
	color: #222222;
	background-color: #fff;
}






#tooltip1 { 
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	color: white;
	padding:5px; 
	font-size: 8pt;
/*
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	opacity: 0.9;*/
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 0px 0px 10px #333;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333; 
	z-index: 9999;
}
.tooltip2 {
	display:none; 
	background-image: url('../images/tooltip2.png');
	color: white;
	font-size: 8pt;
	width: 220px;
	height: 140px;
	overflow: hidden;
}

.tooltip2 div {
	margin-top: 13px;
	margin-left: 14px;
	margin-right: 14px;
	height: 100px;
	overflow: hidden;
}

.tooltip3 {
	display:none; 
	background-image: url('../images/tooltip3.png');
	color: black;
	font-size: 8pt;
	width: 220px;
	height: 140px;
	z-index: 1000;
	overflow: hidden;
}

.tooltip3 div {
	margin-top: 13px;
	margin-left: 14px;
	margin-right: 14px;
	height: 100px;
	overflow: hidden;
}

div.more {
	padding: 10px;
	text-align: center;
}
div.more a {
	margin: 5px;
}














div.doyouknow h4 {
	margin: 5px;
	padding-bottom: 3px;
}

div.doyouknow div.box-wrap2 div.box-wrap3 {
	background-repeat: no-repeat;
	height: 95px;
	padding-right: 0px;
	padding-top: 28px;
}
div.doyouknow-box {
	float: left;
	width: 120px;
	height: 90px;
	margin-right: 7px;
	padding: 2px;
	border: dotted 1px #ddd;
	cursor: pointer;
}
div.doyouknow-box div.doyouknow-inner {
	width: 120px;
	height: 20px;
	padding-top: 70px;
}
a.doyouknow-name {
	padding: 3px;
	background-color: white;
	opacity: 0.85;
	-khtml-opacity: 0.85;
	height: 14px;
	font-size: 8pt;
	font-weight: bold;
	width: 114px;
	overflow: hidden;
	display: block;
}

















.right {
	float: right;
}

#footer {
	margin-top: 20px;
	padding: 10px;
	background-color: #eeeeee;
	border-top: solid 1px #dddddd;
	font-size: 10pt;
}
#footer-left {
	float: left;
	color: #666666;
}
#footer-right {
	float: right;
}















#msg-read tr.read  {
	background-color: #eee;
	cursor: pointer;
	opacity: 0.8;
	-khtml-opacity: 0.8;
}
#msg-read tr.read div {
	overflow: hidden;
	height: 13px;
	opacity: 0.6;
	-khtml-opacity: 0.6;
}
#msg-read tr.read img {
/*	display: none;*/
}
#msg-read tr.read div {
/*	display: none;*/
}

#msg-read div.msg {
	margin-bottom: 5px;
	padding: 5px;
	width: 550px;
	/*-moz-border-radius: 5px;*/
	font-size: 9pt;
}
#msg-read div.msg h3 a.peach img {
	vertical-align: -20%;
	opacity: 0.4;
	-khtml-opacity: 0.4;
}
#msg-read div.msg h3 a.peach:hover img {
	opacity: 1;
	-khtml-opacity: 1;
}
#msg-read div.msg div {
	padding: 3px 5px 5px 5px;
}
#msg-read div.left div.msg-read-msg {
	margin-left: 50px;
}
#msg-read div.left div.msg-read-att {
	margin-left: 50px;
}

#msg-read div.right div.msg-read-msg {
	margin-right: 50px;
}
#msg-read div.right div.msg-read-att {
	margin-right: 50px;
}


#msg-read div div.msg-read-att div.entry {
	float: left;
	width: 115px;
	margin-right: 5px;
}
#msg-read div div.msg-read-att div.entry div {
	float: left;
	height: 32px;
}
#msg-read div div.msg-read-att div.entry div a img {
	border: solid 1px #ddd;
}
#msg-read div div.msg-read-att div.entry div:first-child {
	width: 32px;
}
#msg-read div div.msg-read-att div.entry div:last-child {
	width: 65px;
	padding-left: 0;
}

#msg-read div div.msg-read-att div.entry a.download, #msg-read div div.msg-read-att div.entry a.view {
	display: block;
	margin: 2px 0 0 5px;
	font-size: 8pt;
}

#msg-read div.read {
	border: solid 1px #ccc;
	background-color: #eee;
	color: #777;
	opacity: 0.9;
	-khtml-opacity: 0.9;
}
#msg-read div.read:hover {
	opacity: 1;
	-khtml-opacity: 1;
}


#msg-read div.read h3 {
	color: #777;
	border-color: #777;
}

#msg-read div.unread {
	border: solid 1px #555;
	background-color: #fff;
	color: #000;
}

#msg-read div.left {
	float: left;
}
#msg-read div.right {
	float: right;
}
#msg-read div.left img.userpic {
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	border: solid 1px #555;
}
#msg-read-conv h3 {
	padding: 3px;
	height: 21px;
}
#msg-read-conv h3 > span {
	float: right;
	margin: 0 5px 0 5px;
	height: 21px;
}
#msg-read-conv h3 > span.date {
	line-height: 21px;
	font-size: 9pt;
}
#msg-read-conv h3 > span.status a {
	display: inline-block;
	width: 104px;
	height: 21px;
}
#msg-read-conv h3 > span.status.livecam {
	background-image: url('../images/cambtn.gif');
}
#msg-read-conv h3 > span.status.online {
	background-image: url('../images/cambtn.gif');
	width: 64px;
	background-position: -40px -21px;
}

#msg-read div.right img.userpic {
	float: right;
	margin-top: 3px;
	border: solid 1px #555;
}
#msg-list-inbox .table tbody tr td.read {
	color: #888;
}
#msg-list-inbox .table tbody tr.row:hover td.read {
	color: white;
}
#msg-tpltext {
	padding-right: 2px;
}
#msg-tpltext a {
	padding: 2px;
	border: solid 1px black;
	background-image: url('../images/buttonbg.gif');
	color: white;
	font-size: 8pt;
	margin-right: 1px;
	text-decoration: none;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
}





/* AMATEUR DER STUNDE */
#amaoth {
	background-image: url('../images/amamoment.png');
	background-repeat: no-repeat;
	width: 130px;
	height: 200px;
}
#amaoth .header {
	position: absolute;
	margin-left: -10px;
	background-image: url('../images/amamoment.png');
	background-position: -130px 0px;
	width: 140px;
	height: 55px;
}
#amaoth .amaoth {
	padding-top: 53px;
}
#amaoth .image {
	width: 120px;
	height: 90px;
	margin-left: 5px;
}
#amaoth .name {
	padding-top: 3px;
	text-align: center;
	font-size: 8pt;
	color: #222222;
}
#amaoth .name a {
	display: block;
	overflow: hidden;
	color: #820000;
	font-size: 9pt;
	font-weight: bold;
}




div.bstar span {
	vertical-align: 15%;
}

img.bstar-full {
	background-image: url('../images/starsb.png');
	background-position: 0px 0px;
}
img.bstar-half {
	background-image: url('../images/starsb.png');
	background-position: -42px 0px;
}
img.bstar-none {
	background-image: url('../images/starsb.png');
	background-position: -21px 0px;
}
img.bstar-hover-on {
	background-position: -63px 0px;
}
img.bstar-hover-off {
	background-position: -21px 0px;
} 




img.sstar-full {
	background-image: url('../images/starss.png');
	background-position: 0px 0px;
}
img.sstar-half {
	background-image: url('../images/starss.png');
	background-position: -30px 0px;
}
img.sstar-none {
	background-image: url('../images/starss.png');
	background-position: -15px 0px;
}
img.sstar-hover-on {
	background-position: 45px 0px;
}
img.sstar-hover-off {
	background-position: 15px 0px;
} 









.tabs2 {
	border-bottom: solid 1px #666;
	height: 24px;
}
.tabs2 a {
	display: block;
	float: left;
	height: 18px;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
	border-top: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
}

.tabs2 a.on {
}

.tabs2 a.on, .tabs2 a.off:hover {
	position: relative;
	bottom: -3px;
	color: #820101;
	background-color: #eeeeee;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
}
.tabs2 a.off {
	position: relative;
	bottom: -1px;
	color: #252525;
	background-color: #fff;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
}

#clicks {
	padding: 3px;
}
#clicks div {
	height: 34px;
}
#clicks a.msg>img {
	float: right;
	padding: 2px 2px 0 0;
}
#clicks a.link>img {
	float: left;
	margin-right: 5px;
}

#signup-layer label {
	padding-top: 8px;
	margin-right: 10px;
	text-align: right;
	display: block;
	float: left;
	width: 180px;
}
.signup-layer-help {
	background-image: url('../images/tooltip4.png');
	background-position: -46px 0;
	
	z-index: 1400;
	
	width: 250px;

	display: none;
	position: absolute;

	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;

	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.signup-layer-help span.arrow {
	display: block;
	width: 46px;
	height: 31px;
	margin-left: -46px;
	background-image: url('../images/tooltip4.png');
	z-index: 1401;
	position: absolute;
}
.signup-layer-help > div {
	margin: 10px 10px 10px 15px;
	color: white;
}
.signup-layer-help strong {
	display: block;
	margin-bottom: 5px;
}
#signup-layer input[type=text], #signup-layer input[type=password]{
	width: 140px;
	padding: 5px;
	border: 2px solid #AEAEAE;
	height: 20px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-image: url('../images/inputbg.png');
	float: left;
}

#signup-layer input[type=text].error, #signup-layer input[type=password].error {
	border-color: red;
}

#signup-layer > form > span {
	margin: 9px 0 0 10px;
	float: right;
	display: block;
	width: 120px;
}

#signup-layer-left {
	float: left;
	width: 360px;
	height: 230px;
}
#signup-layer-right {
	float: left; width: 320px; height: 240px; margin-left: 10px; background-position: 50% 50%;
}
#signup-layer-right div {
	padding: 5px;
	color: white;
	margin: 200px 10px 10px 10px;
	background: url('../images/lofslidernews/transparent_bg.png') repeat scroll 0 0 transparent;
	overflow: hidden;
	white-space: nowrap;
}

#signup-layer-right div strong {
	font-size: 13pt;
}
#signup-layer-left form > div
{
	padding-top: 5px;
	padding-bottom: 0px;
	clear: both;
}

.loader1 {
	background-image: url('../images/ajax-loader1.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.loader2 {
	background-image: url('../images/ajax-loader2.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.loader3 {
	background-image: url('../images/ajax-loader3.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.loader4 {
	background-image: url('../images/ajax-loader4.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}


#map {
	width: 160px;
	background-image: url('../images/sprites.png');
	background-position: 0 -228px;
}
#map img {
	width: 170px;
	height: 200px;
}

#nofakes {
	display: block;
	width: 130px;
	height: 180px;
	background-image: url('../images/sprites.png');
	background-position: -170px -228px;
	text-indent: -2000em;
}















/* GBOOK */
.gbook-entry {
	border: dotted 1px #ddd;
	padding: 5px;
	margin-bottom: 5px;
}
.gbook-entry-own:hover {
	border: solid 1px #820000;
}
.gbook-entry-options {
	padding: 3px;
	display: none;
	text-align: right;
	margin-top: 5px;
	background-color: #eee;
}
.gbook-entry-options a {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 9pt;
}
.gbook-entry:hover .gbook-entry-options {
	display: block;
}
.gbook-entry-comment {
	background-image: url('../images/quote.gif');
	background-repeat: no-repeat;
	background-position: 20px 0;
	padding-left: 70px;
	padding-top: 8px;
	margin-top: 6px;
	color: #555;
	font-style: italic;
	font-size: 9pt;
	min-height: 50px;
}
.gbook-write td {
	border: solid 10px red;
}
/* GBOOK END */




