/***** allgemein *****/
body {
 margin: 0;
 padding: 0;
 background-color: #080807;
 background-repeat: repeat-x;
 color: black;
 font-family: Arial, Verdana, sans-serif;
}

html, body {
  height: 100%;
}

#clear, .clear {
  clear: both;
}

#left {
  float: left;
}

#right {
  float: right;
}

img {
  border: 0;
}

.stundenplanlink {

}

.stundenplanlink a, .orange {
  color: #990000 !important;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.stundenplanlink a:hover, .orange:hover {
  text-decoration: underline;
}

/***** Page allgemein *****/


/***** Teaserpage *****/

.box_left {
  display: block;
  width: 665px;
  margin:0px 0px 0px 0px;
  background-color: #ffffff;
  float:left;
}

.box_right {
  display: block;
  width: 330px;
  margin:0px 0px 0px 0px;
  float:left;
}

.teaser_row {
  display: block;
  width: 995px;
  margin:0px 0px 0px 0px;
  background-color: #ffffff;
}


.flashteaser {
  display: block;
  z-index: 1;
  margin:10px 0px 0px 272px;
  float:left;
}

.h1startseite {
  display: block;
  z-index: 2;
  margin:10px 0px 0px 10px;
  float:left;
}


/***** Teaserpage ENDE *****/

#main {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: transparent;
}

#page {
  margin: auto;
  background-color: #ffcc66;
  width: 995px;
  min-height: 100%;
  text-align: left;
}

* html #page {
  height: 100%;
}

#content {
  height: auto;
  background-color: transparent;
}

.center {
  width: 100%;
  text-align: center;
}

/***** Header *****/
#header {
  position: relative;
  width: 995px;
  height: 140px;
  background-color: #ffd475;
  background-image: url('../images/head_back_ohne_subnavi.jpg');
  background-repeat: no-repeat;
}

/***** Navigation *****/
#login {
  float: right;
  position: relative;
  right: 205px;
  top: 10px;
}

#mainnavi {
  position: absolute;
  top: 62px;
  left: 330px;
  z-index: 1;
}

#mainnavi div {
  position: relative;
  float: left;
  background-image: url('../images/button_non-activ.gif');
  background-repeat: no-repeat;
  width: 204px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}

#mainnavi a {
  text-decoration: none;
}

#mainnavi h1 {
  display: inline;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
}

#mainactive {
  background-image: url('../images/button_activ.gif') !important;
  background-repeat: no-repeat;
}

#mainactive h1 {
  color: black;
}

#navigation {
  background-image:url('../images/subnavi_back.gif');
  background-repeat:no-repeat;
  height:36px;
  line-height:40px;
  position:relative;
  width:995px;
  padding-left: 25px;
}

#navigation a {
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

#navigation a:hover {
  font-size: 14px;
  font-weight: bold;
  color: #e3000f;
  text-decoration: none;
}

#navigation h2 {
  display: inline;
  font-size: 14px;
  text-transform: uppercase;
}

#bull{
  margin: 0 15px;
}

#suche {
  position: absolute;
  top: 99px;
  width: 995px;
  font-size: 12px;
  text-align: center;
}

#suche input {
  font-size: 11px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  margin-left: 8px;
}

#suche .textinput {
  width: 200px;
  height: 19px;
}

div.suche {
  display: none;
  visibility: hidden;
}

a.avslink {
  color: e3000f !important;
}

/***** Navigation links *****/
.leftnavigation {
  float: left;
  margin-left: 4px;
  margin-right: 1px;
  width: 164px;
}

.leftnavigation .top, .leftnavigation .bottom {
  width: 164px;
  height: 11px;
}

.leftnavigation .content {
  background-image: url('../images/navi/bg_side.gif');
  background-repeat: repeat-y;
  padding-left: 12px;
  padding-right: 12px;
}

.leftnavigation .content_bottom {
  background-image: url('../images/navi/bg_side2.gif');
  background-repeat: repeat-y;
  padding-left: 12px;
  padding-right: 12px;
}

.leftnavigation ul, .leftnavigation li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.leftnavigation li {
  line-height: 14px;
}

.leftnavigation ul {
  padding-bottom: 7px;
}

.leftnavigation a {
  font-size: 12px;
  color: black;
  text-decoration: none;
}

.leftnavigation a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #e3000f;
}

/***** Login *****/
.logged {
  color: #ffdb10;
  font-size: 12px;
  margin-top: 1px;
  margin-right: -185px;
  text-align: right;
}

.logged a {
  color: #ffdb10;
  text-decoration: none;
  line-height: 20px;
}

.logged a:hover {
  color: #e3000f;
  text-decoration: none;
}

.loginform {
  color: black;
  font-size: 13px;
  font-weight: bold;
}

.loginform #username, .loginform #passwort {
  width: 110px;
  height:21px;
  font-size:12px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.logintext {
  margin-top: -5px;
  margin-left: 46px;
  padding: 0;
}

.logintext a {
  color: #ffdb10;
  font-size: 11px;
  text-decoration: none;
}

.logintext a:hover {
  color: #e3000f;
  text-decoration: none;
}

.button {
  vertical-align: middle;
}

/***** Centerpage *****/
.headline {
  width: 995px;
  height: 32px;
}

.avs {
  margin: 5px;
  margin-top: 0;
  padding: 5px;
  border: 1px solid #e3000f;
  background-color: #fefaf0;
  font-size: 14px;
}

.avs a, .avs strong {
  color: #e3000f;
}

/***** Teaser *****/

.first {
  margin-bottom: 5px;
}

.t655x170 {
  width: 659px;
  height: 174px;
  background-image: url('../images/bg_teaser_655x170.gif');
  background-repeat: no-repeat;
}

.t325x170 {
  width: 329px;
  height: 174px;
  background-image: url('../images/bg_teaser_325x170.gif');
  background-repeat: no-repeat;
}

.t160x160 {
  width: 164px;
  height: 165px;
  background-image: url('../images/bg_teaser_160x160.gif');
  background-repeat: no-repeat;
}

.t160x170 {
  width: 164px;
  height: 174px;
  background-image: url('../images/bg_teaser_160x170.gif');
  background-repeat: no-repeat;
}

.t325x230 {
  width: 329px;
  height: 234px;
  background-image: url('../images/bg_teaser_325x230.gif');
  background-repeat: no-repeat;
}

.t325x450 {
  width: 329px;
  height: 455px;
  background-image: url('../images/bg_teaser_325x450.gif');
  background-repeat: no-repeat;
}

.t325x375 {
  width: 329px;
  height: 379px;
  background-image: url('../images/bg_teaser_325x375.gif');
  background-repeat: no-repeat;
}

#right.teaser {
  margin-right: 2px;
}

#left.teaser {
  margin-left: 4px;
}

.teaser img {
  margin-left: 1px;
  margin-top: 1px;
}

#left.club {
  margin-left: 0;
  margin-right: 1px;
}

#right.club {
  margin-left: 0;
  margin-right: 1px;
}

/***** Footer *****/
#footer {
  width: 995px;
  height: 88px;
  font-size: 11px;
  color: #4a362e;
  background-color: #ffd475;
}

#footer a {
  text-decoration: none;
  color: #4a362e;
}

#footer a:hover {
  text-decoration: underline;
}

.footerline {
  width: 995px;
  height: 47px;
  background-image: url('../images/footerline.jpg');
  background-repeat: no-repeat;
}

.footerline .logos {
  margin-top: 6px;
  margin-left: 9px;
}

.footerline .meta {
  margin-right: 21px;
  margin-top: 17px;
}

.footerline .meta a {
  margin-left: 11px;
}

.footerline .logos img {
  vertical-align: middle;
  margin-right: 6px;
}

#footer .meta {
  margin-left: 6px;
}

/***** 1:1 Cam Style *****/

#cam99 {
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 4px;
}

.cam99 {
  float: left;
  width: 164px;
  height: 234px;
  overflow: hidden;
  margin-right: 1px;
}

.cam99online {
  background-image: url('../images/bg_1on1cam.gif');
  background-repeat: no-repeat;
}

.cam99offline {
  background-image: url('../images/bg_1on1cam_offline.gif');
  background-repeat: no-repeat;
}

.cam99 h3 {
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin-left: 4px;
  padding-left: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 130px;
  height: 14px;
}

.cam99 .image {
  width: 152px;
  height: 114px;
  background-image: url('../images/bg_1on1cambild.gif');
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  margin-left: 5px;
}

.cam99 p, .cam99 div {
  display: block;
  height: 56px;
  overflow: hidden;
  margin: 0;
  margin-left:  4px;
  padding-left:  2px;
  margin-right: 5px;
  padding-right: 2px;
}

.cam99 p {
  margin-bottom: 3px;
}

.cam99 div {
  height: 27px;
}

.cam99text {
  font-size: 11px;
}

.unten {
  margin-top: 7px;
}

.cam99text img {
  float: right;
  margin-left: 2px;
}

/***** Videothek Style *****/
#videothek {
  margin: 0;
  padding: 0;
  padding-top: 11px;
  padding-bottom: 17px;
}

/***** Hilfe Style *****/
#hilfe {
  padding-left: 5px;
  width: 530px;
}

#hilfe hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0;
  height: 1px;
  background-color: #000;
}

/***** Livecams Style *****/
.clubcontent {
  float: left;
}

.overview {
  width: 825px;
}

.online {
  float: left;
  width: 164px;
  height: 234px;
  overflow: hidden;
  background-image: url('../images/bg_1on1cam.gif');
  background-repeat: no-repeat;
  margin-right: 1px;
}

.offline {
  float: left;
  width: 164px;
  height: 234px;
  overflow: hidden;
  background-image: url('../images/bg_1on1cam_offline.gif');
  background-repeat: no-repeat;
  margin-right: 1px;
}

#livecams {
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 4px;
}

.livecam {
  float: left;
  width: 164px;
  height: 234px;
  overflow: hidden;
  margin-right: 1px;
}

.livecam h3 {
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin-left: 4px;
  padding-left: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 130px;
  height: 14px;
}

.livecam .image {
  width: 152px;
  height: 114px;
  background-image: url('../images/bg_1on1cambild.gif');
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  margin-left: 5px;
}

.livecam p, .livecam div {
  display: block;
  height: 41px;
  overflow: hidden;
  margin: 0;
  margin-left:  4px;
  padding-left:  2px;
  margin-right: 5px;
  padding-right: 2px;
}

.livecam p {
  margin-bottom: 3px;
}

.livecam div {
  height: 27px;
}

.livecamtext {
  font-size: 11px;
}

div.cambutton {
  margin: 0;
  padding: 0;
  margin-left: 5px;
}

/***** Bildergalerien *****/
.galerie {
  font-size: 12px;
  width: 825px;
  height: 863px;
  overflow: hidden;
  background-image: url('../images/bg_galerien.gif');
  background-repeat: no-repeat;
}

.tagesgirltext {
  float: left;
  margin-left: 1px;
  margin-top: 10px;
  width: 275px;
  overflow: hidden;
  text-transform: uppercase;
  color: #990000;
  font-size: 14px;
  font-weight: bold;
  background-image: url('../images/bg_tagesgirl.gif');
  background-repeat: no-repeat;
}

.tagesgirltext span {
  padding-left: 5px;
}

.tagesgirlbild {
  float: left;
  width: 274;
  height: 404;
  margin-left: 5px;
  margin-top: 7px;
  margin-bottom: 10px;
  background-image: url('../images/bg_teaser_270x400.gif');
  background-repeat: no-repeat;
}

.tagesgirlbild img {
  margin-top: 1px;
  margin-left: 1px;
}

.galeriekat {
  float: right;
  width: 525px;
  height: 50px;
  margin-right: 9px;
  margin-top: 10px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #990000;
  background-image: url('../images/bg_text.gif');
  background-repeat: no-repeat;
}

.galerietext {
  color: black;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  margin-top: 4px;
}

.kategorietext {
  background-color: #fff0d2;
  padding-right: 5px;
}

.galeriebild {
  margin-top: 17px;
  margin-left: 12px;
  margin-right: 10px;
}

.galpicsbuttom {
  margin-left: 22px;
  margin-right: 0px;
}

.bild {
  width: 112px;
  height: 164px;
  background-image: url('../images/bg_teaser_108x160.gif');
  background-repeat: no-repeat;
}

.bild img {
  margin-top: 1px;
  margin-left: 1px;
}

.bildtext {
  font-weight: bold;
  font-size: 12px;
  color: #d9b761;
}

a.active, span.active {
  color: e3000f !important;
  font-weight: bold;
}

span.active a {
  display: block;
  font-size: 13px;
  margin-bottom: 3px;
}

#bildergalerien {
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 4px;
}

.bgtagesgirl {
  width: 330px;
  height: 455px;
  background-image: url('../images/bg_tagesbild_center.gif');
  background-repeat: no-repeat;
}

.bgtagesgirl div.tagesgirlbild {
  margin-left: 25px;
  margin-top: 31px;
}

.bgbilder {
  width: 330px;
  height: 455px;
  background-image: url('../images/bg_bilder.gif');
  background-repeat: no-repeat;
}

.galeriekatcenter {
  float: right;
  width: 316px;
  height: 67px;
  margin-right: 9px;
  margin-top: 9px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #990000;
  background-image: url('../images/bg_text.gif');
  background-repeat: no-repeat;
}

.centerbilder {
  margin-left: 42px;
  margin-top: 88px;
}

.centerbilder .bild {
  margin-right: 16px;
  margin-bottom: 19px;
}

/***** SEX TV *****/
.tagesvideoblock {
  width: 659px;
  height: 165px;
  background-image: url('../images/bg_tagesvideo.gif');
  background-repeat: no-repeat;
}

.tagesvideoblock .image, .video .image {
  width: 152px;
  height: 114px;
  background-image: url('../images/bg_1on1cambild.gif');
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  margin-left: 5px;
}

.tagesvideo {
  position: relative;
  top: 31px;
  left: 1px;
}

.tagesupdate {
  position: relative;
  top: 31px;
  right: 5px;
}

.tagestext {
  font-size: 12px;
  width: 180px;
  height: 69px;
  overflow: hidden;
  margin-top: 17px;
  margin-left: 0px;
}

.tagestext h3 {
  display: inline;
  font-size: 12px;
}

.videoklickhier {
  height: 25px;
  width: 130px;
  margin-top: 11px;
  margin-left: 0px;
}

.updatevideo {
  margin-left: 5px;
  margin-right: 9px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.updatetext {
  font-size: 12px;
  width: 120px;
  height: 138px;
  margin-top: 17px;
  margin-right: 0px;
  overflow: hidden;
}

.nextupdate {
  font-size: 20px;
  font-weight: bold;
  color: #e3000f;
}

#updatetime {
  display: block;
  font-size: 12px;
  color: #e3000f;
  margin-top: 5px;
  margin-bottom: 13px;
}

.videobereich {
  width: 824px;
}

.videobereichcenter {
  width: 659px;
  padding: 0;
  margin: 0;
}

.videobereich3 {
  width: 659px;
  padding: 0;
  margin: 0;
}

.rahmen_oben {
  width: 824px;
  height: 25px;
  overflow: hidden;
  background-image: url('../images/bg_rahmen_top.gif');
  background-repeat: no-repeat;
}

.rahmen {
  width: 824px;
  background-image: url('../images/bg_rahmen.gif');
  background-repeat: repeat-y;
}

.rahmen_unten {
  width: 824px;
  height: 10px;
  overflow: hidden;
  background-image: url('../images/bg_rahmen_buttom.gif');
  background-repeat: no-repeat;
}

.rahmen_oben2 {
  width: 659px;
  height: 25px;
  overflow: hidden;
  background-image: url('../images/bg_rahmen_top2.gif');
  background-repeat: no-repeat;
}

.rahmen2 {
  width: 659px;
  background-image: url('../images/bg_rahmen2.gif');
  background-repeat: repeat-y;
}

.rahmen_unten2 {
  width: 659px;
  height: 10px;
  overflow: hidden;
  background-image: url('../images/bg_rahmen_buttom2.gif');
  background-repeat: no-repeat;
}

.rahmen_oben3 {
  width: 989px;
  height: 25px;
  overflow: hidden;
  background-image: url('../images/bg_rahmen_top3.gif');
  background-repeat: no-repeat;
}

.rahmen3 {
  width: 989px;
  background-image: url('../images/bg_rahmen3.gif');
  background-repeat: repeat-y;
}

.rahmen_unten3 {
  width: 989px;
  height: 10px;
  overflow: hidden;
  background-image: url('../images/bg_rahmen_buttom3.gif');
  background-repeat: no-repeat;
}

.videokat {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #990000;
  background-color: #fff0d2;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 32px;
}

.video {
  margin-left: 0px;
  margin-right: 8px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.videoplayer {
  margin-left: 5px;
  margin-right: 17px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.centervideoplayer {
  margin: 6px 5px 6px 6px;
}

.videoimage {
  width: 186px;
  height: 151px;
  background-image: url('../images/player.jpg');
  background-repeat: no-repeat;
}

.videoimage img {
  margin-top: 3px;
  margin-left: 3px;
}

.video_nom {
  margin-right: 0 !important;
}

.videotext {
  margin-top: 3px;
  margin-left: 3px;
}

.videotext a {
  color: #990000;
  font-weight: bold;
  text-decoration: none;
}

.videotext a:hover {
  text-decoration: underline;
}

.sextvkattext {
  font-size: 12px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#sextv {
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 4px;
}

.sextvcenter {
  height: 53px;
  width: 180px;
  margin-top: 6px;
  margin-left: 3px;
  margin-right: 24px;
}

.vorschau {
  font-size: 14px;
  margin-top: 15px;
  margin-left: 0px;
  width: 500px;
}

.vorschau h3 {
  display: inline;
  font-size: 16px;
}

.anmeldehilfe {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.anmeldehilfe a {
  font-size: 14px;
  text-decoration: underline  !important;
}

.updatecenter {
  margin-right: 10px;
}

.sextvcentertext {
  width: 105px;
  height: 95px;
}
