/* Beta */
#beta_image {
    position:absolute;
    top:0px;
    left:0px;
}

#beta_layer {
    position:absolute;
    top:0px;
    left:0px;
    height: 815px;
    width: 920px;
    background: url(/images/beta/layer_beta_top.png) no-repeat top left;
}

#beta_layer_bg {
    position:absolute;
    top:580px;
    left:0px;
    height: 235px;
    width: 920px;
    background: url(/images/beta/layer_beta.png) repeat-y top left;
    z-index: 100;
}

#beta_login {
    position: absolute;
    top: 185px;
    left: 210px;
    width: 470px;
}

#beta_login .box_content {
    padding: 25px 20px;
}

#beta_login .text_orange {
    font-weight: normal;
    font-size: 14px;
}

/* Layout */
* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html {
    width: 100%;
}

body {
    background: #D6D6D4 url('/images/screen/background_01.jpg') repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#counter {
    display:none;
}

#page {
    width: 910px;
    margin: 0px auto;
    position: relative;
    padding-bottom: 10px;
}

body.no_background {
	background: transparent;
}

body.no_background #sfWebDebug {
	display: none;
}

/* Allgemein */
h1 {
    font-size: 22px;
    color: #3A3531;
    margin-bottom: 10px;
}

#content_iframe h1 {
    margin-right: 30px;
}

h1.indent,
h2.indent,
h3.indent,
h4.indent,
h5.indent {
   margin-left: 10px;
}

/*h1 span, h2 span, h4 span {
    color: #E4722C;
}*/

h2 {
    font-size: 18px;
    color: #eb7731;
    margin-bottom: 10px;
}

h3 {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

h3.big {
    font-size: 18px;
}


h4 {
    font-size: 14px;
    color: #eb7731;
    margin-bottom: 10px;
}

h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #847b6b;
}

ul, ol, li, p, img {
    margin: 0px;
    padding: 0px;
    border: none;
}

a {
  color: #E4722C;
  text-decoration:underline;
}

/* Header */

#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 211px;
    z-index: 10;
}

#header_logo {
    position: absolute;
    top: 50px;
    left: 0px;
}

#header_logo p {
    padding: 15px 0px 0px 110px;
    font-size: 20px;
    color: #CABAA0;
}

#header_login {
    position: absolute;
    top: 15px;
    right: 30px;
}

#header_login h4 {
    font-size: 12px;
    color: #CABAA0;
    padding-left:4px;
    margin-bottom: 5px;
}

#signin_username_div,
#signin_password_div {
    width: 153px;
    height: 15px;
    padding: 5px;
    margin-right: 10px;
    position: relative;
}

#signin_username_div,
#signin_password_div {
    background: url('/images/sprites/forms.png') no-repeat 0px -225px;
    float: left;
}

#signin_username_div .default,
#signin_password_div .default  {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    line-height: 15px;
    display: none;
    font-size: 12px;
    font-weight: bold;
    color: #1A1A1A;
}

input#signin_email,
input#signin_username,
input#signin_password {
    position: relative;
    z-index: 2;
    background: transparent;
    width: 153px;
    height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #1A1A1A;
}

.login_input_div input {
    background: url('/images/sprites/forms.png') no-repeat 0px -75px !important;
    padding: 5px;
    width: 288px !important;
    height: 15px;
}

#header_login p {
    padding: 5px 0px 0px 180px
}

#header_login .button_password_forget a {
    font-size: 12px;
    color: #CABAA0;
    text-decoration: underline;
}

#navi_main {
    position: absolute;
    top: 160px;
    left: 4px;
    z-index: 10;
    width: 100%;
}

#navi_main ul {
    list-style: none;
}

#navi_main li {
    list-style: none;
    display: block;
    float:left;
    padding: 7px 8px 0px 8px;
    height:43px;
    position: relative;
}

#navi_main li.casual_dating_glossar {
    float: right;
}

#navi_main li.active {
    background-color: #f4f4f4;
}

#navi_main li span.active_left,
#navi_main li span.active_right {
    width: 5px;
    height: 50px;
    position: absolute;
    top: 0px;
}

#navi_main li.active span.active_left {
    background: url('/images/sprites/icons.png') no-repeat -264px -47px;
    left: 0px;
}

#navi_main li.active span.active_right {
   background: url('/images/sprites/icons.png') no-repeat -269px -47px;
    right: 0px;
}

#navi_mailbox {
    float: right;
    margin-right: 85px;
}

#profile_progress {
    position: absolute;
    top: 81px;
    right: 5px;
}

/* Content */

#content {
    width: 910px;
    padding-top: 200px;
    position: relative;
}

#content_register {
    width: 910px;
    padding-top: 113px;
    position: relative;
}

#content_no_navi {
    width: 910px;
    padding-top: 150px;
    position: relative;
}

/* Footer */

#footer {
    color: #7B7A75;
    font-size: 11px;
	 font-weight: bold;
    overflow: hidden;
	 padding: 5px 15px 0px 15px;
}

#footer ul {
    list-style: none;
}

#footer li {
    list-style: none;
    color: #7B7A75;
    display: inline;
    padding-left: 10px;
    background: url('/images/sprites/icons.png') no-repeat -897px -798px;
}

#footer li.first {
    background:none;
}

#footer li a {
    color: #7B7A75;
    display: inline;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .juspro_icra {
    clear:both;
    float: left;
    margin-top:5px;
    background: transparent url('/images/sprites/icons.png') no-repeat 0px -334px;
    width: 176px;
    height: 31px;
}
