html, body {
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #666;
  background:black;
  margin: 0px;
  padding: 0px;
}

.inlineBlock { display: -moz-inline-box; display: inline-block; }
+ html .inlineBlock {display: inline;} /* for IE6 */
*+html .inlineBlock {display: inline;} /* for IE6 */

/* ----- min width of body --- */
body { /* for IE6 */
    width:expression(document.body.clientWidth < 1024? "1000px": "auto" );
}
html>body { /* hidden from IE6 */
    width: auto;
    min-width: 1000px;
}


#footer {
    clear:both;
}

#centered_box { 	
  position:absolute;
  height:392px; 
  width:760px;
  margin:-196px 0px 0px -368px;
  top:50%; 
  left:50%;
  /*background:url(/images/invite/postkarte.png);*/
  background-image:url(/images/invite/tagstart.png);
  background-repeat:no-repeat; 
}

#centered_box .content {
    position:absolute;
    left:340px;
    top:100px;
}


a,
a:link,
a:visited,
a:active,
a:hover {
    /*text-decoration: none;*/
    color: white;
}

#loginbox { 	
  position:absolute;
  height:210px; 
  width:300px;
  bottom:90px;
  left:50px;
  /*background:url(/images/invite/loginbox.png);*/
  background-repeat:no-repeat;
}

input {
    background-color:black;
    color:white;
    border:1px solid white;
    font-size:16px; 

}


#loginbox b {
    font-size:14px;
}

#loginbox form {
    margin:10px;
    margin-top:50px;
}

.go {
    background-color:#D01F3C;color:white;
}

#loginbox .go {
    width:145px;
}

#invitebox { 	
  position:absolute;
  bottom:90px;
  right:70px;
}

.dash {
    border-bottom:1px dotted #D01F3C;
    padding-bottom:10px;
}

#notice { 	
  position:absolute;
  top:20px; 
  left:20px;
  color:white;
  font-size:18px;
}


/* ---------- TAGCLUB ---------- */
#mainWrapper {
    min-width: 100%;
}
    #mainWrapper img {
        border: none;
    }
#clubHead {
    height: 64px;
    position: relative;
    background: url(/images/tagclub/headtile.png) top left repeat-x;
}
#clubMain {
    min-width: 100%;
    height: 383px;
    float: left;
    background: url(/images/tagclub/maintile.png) top left repeat-x;
    white-space: nowrap;
}
    #welcome {
        height: 75px;
        position: relative;
    }

    .lineWrapper {
        height: 308px;
        /*border: 1px solid red;*/
        vertical-align: top;
    }
    #clubdoor {
        margin-top: 35px;
    }
    #guestWrapper {
        height: 240px;
        margin-top: 68px;
        white-space: nowrap;
    }
        #clubMain img.guest {
        }
    #formWrapper {
        margin-left: 40px;
        /*margin-top: 5px;*/
        margin-right: 30px;
        margin-bottom: 30px;
    }
#clubFooter {
}


#addToCue {
    position: relative;
    display: block;
}
    #addToCue .sideTop,
    #addToCue .sideBottom {
        width: 245px;
        height: 11px;
    }
    #addToCue .cornerTopleft,
    #addToCue .cornerTopright,
    #addToCue .cornerBottomleft,
    #addToCue .cornerBottomright {
        height: 11px;
    }
    #addToCue .cueContent {
        width: 245px;
        height: 250px;
    }
    *+#addToCue .cueContent {
        height: 260px;
    }
    #addToCue label {
        width: 45px;
        float: left;
        display: block;
    }
#cueAvatar {
    margin-top: 20px;
    margin-bottom: -20px;
    padding-left: 20px;
    width: 140px;
    position: relative;
}
    #cueAvatar .button {
        cursor: pointer;
        position: absolute;
        top: 55px;
    }
#male_avatars {
    width:120px;
    height:150px;
    background: url(/images/tagclub/clubspot_m.png) center bottom no-repeat;
}
#female_avatars {
    width:120px;
    height:150px;
    background: url(/images/tagclub/clubspot_f.png) center bottom no-repeat;
}
.scroller {
    position:relative;
}
.section {
    position:relative;
    width:120px;
    height: 120px;
    text-align:center;
}
    .section img {
        height: 120px;
    }






