html, body
{
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: Helvetica, Tahoma, Trebuchet, Arial, Verdana;
    font-size: 11px;
}

img, h1, h2, h3, h4, h5, h6, form, td, tr, table, input, textarea, li, ol, ul
{
    padding: 0px;
    margin: 0px;
}

#sitecontainer
{
    margin: 0 auto;
    width: 950px;
}

#accountbar
{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.mainmenu
{
    margin-bottom: 15px;
}

#accountbar .loginbar
{
    width: 440px;
    margin: 15px auto;
    position: relative;
}

#accountbar .loginbar h3
{
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
}

#accountbar .loginbar input[type=text]
{
    border: 1px solid #666666;
    color: #666666;
    font-style: italic;
    height: 25px;
    margin-right: 5px;
    width: 120px;
    line-height: 25px;
}

#accountbar .loginbar input[type=password]
{
    border: 1px solid #666666;
    color: #666666;
    font-style: normal;
    height: 25px;
    margin-right: 5px;
    width: 120px;
    line-height: 25px;
}

#accountbar .loginbar input[type=checkbox]
{
    margin-right: 5px;
}

#accountbar .loginbar input[type=image]
{
    position: absolute;
    bottom: 3px;
    right: 0px;
}

#logo
{
    background-image: url(../images/homepage_03.jpg);
    height: 46px;
    width: 450px;
    background-repeat: no-repeat;
    background-position: top center;
}

#logo_frontpage
{
    background-image: url(../images/homepage_03.jpg);
    height: 46px; /*36px*/
    width: 450px; /*423px*/
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top center;
}

#mirror
{
    background-image: url(../images/mirror.jpg);
    height: 132px;
    width: 943px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top center;
}

#loggedinbar
{
    margin-top: 5px;
}

#loggedinbar a
{
    color: red;
    font-weight: bold;
}

.introcontainer
{
    margin: 0 auto;
    height: 540px;
}

.introleft
{
    float: left;
    width: 255px;
    height: 100%;
    background-image: url(../images/intro_left.jpg);
    background-position: 0px 70px;
    background-repeat: no-repeat;
}

.introright
{
    float: left;
    width: 255px;
    height: 100%;
    background-image: url(../images/intro_right.jpg);
    background-position: 0px 70px;
    background-repeat: no-repeat;
}

.windowlocator
{
    float: left;
    width: 440px;
    padding-top: 15px;
    height: 100%;
}

.introright a
{
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

.introright ul
{
    list-style: none;
    list-style-image: none;
}

.introright li
{
    display: inline;
    margin-right: 15px;
    margin-left: 15px;
}

.introleft ul
{
    margin-top: 5px;
    margin-left: 15px;
}

.registration_box
{
    padding: 5px;
}

.registration_box h1
{
    font-size: 16px;
    font-weight: bold;
}

.registration_box .form_error
{
    text-align: right;
    width: 50px;
}

.registration_box .form_label
{
    width: 130px;
    padding-bottom: 10px;
    vertical-align: top;
}

.registration_box input[type=radio]
{
    padding-top: 5px;
    margin-right: 4px;
}

.registration_box input[type=submit]
{
    margin-top: 15px;
    width: 172px;
    height: 39px;
    background-image: url(../images/knop_aanmelden.jpg);
    border: 0px;
}

.accountedit
{
    padding: 5px;
}

.accountedit h1
{
    font-size: 16px;
    font-weight: bold;
}

.accountedit .form_error
{
    text-align: right;
    width: 50px;
}

.accountedit .form_label
{
    width: 130px;
    padding-bottom: 10px;
    vertical-align: top;
}

.accountedit input[type=radio]
{
    padding-top: 5px;
    margin-right: 4px;
}

.accountedit input[type=submit]
{
    margin-top: 15px;
    width: 172px;
    height: 39px;
    background-image: url(../images/knop_empty.jpg);
    border: 0px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.accountpassword input[type=submit]
{
    border: 1px solid black;
    background-color: #e80303;
    color: white;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
}

.tooltip
{
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    z-index: 3;
    display: none;
    border: 1px solid red;
    background-color: #e5e5e5;
    padding: 10px;
    margin: 10px;
    width: 380px;
    color: black;
}

#footer
{
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    color: #CCCCCC;
    padding-top: 5px;
}

#footer a
{
    text-decoration: underline;
    font-weight: bold;
    color: black;
}

.form_error
{
    vertical-align: top;
    padding-left: 5px;
}

.form_label
{
    vertical-align: top;
}

.myaccountwindow_icon
{
    padding-bottom: 2px;
    margin-bottom: 7px;
}

.myaccountwindow_button
{
    float: left;
    border: 1px solid #B50303;
    background-color: #E80303;
    color: white;
    text-align: center;
    width: 90px;
    height: 18px;
    font-weight: bold;
    margin-top: 16px;
    padding-top: 2px;
    margin-left: 4px;
}

.contact
{
    padding: 5px;
}

.contact h1
{
    font-size: 16px;
    font-weight: bold;
}

.contact .form_error
{
    text-align: right;
    width: 50px;
}

.contact .form_label
{
    width: 130px;
    padding-bottom: 10px;
    vertical-align: top;
}

.contact input[type=submit]
{
    margin-top: 15px;
    width: 172px;
    height: 39px;
    background-image: url(../images/knop_empty.jpg);
    border: 0px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.fake
{
    padding: 5px;
}

.fake h1
{
    font-size: 16px;
    font-weight: bold;
}

.fake .form_error
{
    text-align: right;
    width: 50px;
}

.fake .form_label
{
    width: 130px;
    padding-bottom: 10px;
    vertical-align: top;
}

.fake input[type=submit]
{
    margin-top: 15px;
    width: 172px;
    height: 39px;
    background-image: url(../images/knop_empty.jpg);
    border: 0px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.conversationhistory
{
    margin-bottom: 8px;
    float: left;
    width: 100%;
    background-image: url(../images/buttonbg.gif);
    height: 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    CCborderRadius: 4px;
}

.newitem a
{
    color: white;
    text-decoration: none;
}

.newitem a:visited
{
    color: white;
}

.newitem a:hover
{
    color: white;
    text-decoration: underline;
}

.conversationhistory a
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.conversationhistory img
{
    border: 0px;
    width: 40px;
    margin: 1px;
}

.conversationinbox
{
    width: 630px;
}

.inbox_message div
{

}

.inbox_message
{
    vertical-align: top;
}

.inbox_message img
{
    border: none;
}

.inbox_message a
{
    color: red;
    text-decoration: none;
    font-weight: bold;
}

.inbox_message span
{
    color: #aaaaaa;
    font-size: 9px;
}

.conversationinboxoverview th
{
    text-align: left;
}

.creditproduct
{
    float: left;
    width: 100px;
}

.creditproductpayment input[type=submit]
{
    border: 1px solid red;
    background-color: #f4f4f4;
    height: 24px;
    width: 150px;
}

.creditproductpayment img
{
    width: 16px;
    padding: 5px;
    vertical-align: top;
}

.message_textarea
{
    border: 0px;
    background-color: #F3f3f3;
    overflow: auto;
    height: 110px;
}

.account_edit_button a
{
    color: white;
}

.webcam_chat
{
    width: 122px;
    background-color: #e80303;
    color: white;
    border: 1px solid #e80303;
}

.webcam_info
{
    width: 25px;
    background-color: #e80303;
    color: white;
    border: 1px solid #e80303;
}

.webcamframe img
{
    border: 0px;
}

.webcamframe input
{
    border: 1px solid black;
    background-color: #e80303;
    color: white;
    padding: 2px;
}

.didyouknow_button_top
{
    width: 120px;
    border: 1px solid black;
    margin: 0 auto;
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 2px;
    height: 24px;
    font-weight: bold;
}

.didyouknow_button_bottom
{
    float: right;
    width: 100px;
    border: 1px solid black;
    margin: 0 auto;
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 2px;
    height: 24px;
    font-weight: bold;
}

#searchform input[type=text]
{
    border: 1px solid #cccccc;
    text-align: center;
    width: 150px;
}

#searchform select
{
    border: 1px solid #cccccc;
    text-align: center;
    width: 150px;
    font-size: 9px;
}

#searchform input[type=checkbox]
{
    border: 1px solid black;
    background-color: white;
}

#searchform td
{
    vertical-align: top;
}

.searchname
{
    font-weight: bold;
    color: red;
}

.profile_left img
{
    border: 0px;
}

.profile_left td
{
    font-size: 12px;
}

.profile_left_button
{
    border: 1px solid black;
    background-color: #e80303;
    color: white;
    padding: 2px;
    text-align: center;
    width: 146px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 2px;
}

.profile_right_profile
{
    float: left;
    width: 300px;
    font-size: 12px;
}

.profile_right_media
{
    float: left;
    width: 250px;
    border-left: 1px solid #cccccc;
    height: 375px;
    padding-left: 10px;
}

.profile_item
{

}

.profile_item_title
{
    font-weight: bold;
    vertical-align: top;
    width: 120px;
}

#searchitem img
{
    border: 1px solid red;
}

#searchitem a
{
    color: red;
    text-decoration: none;
}

#searchitem a:hover
{
    color: red;
    text-decoration: underline;
}

.anchorlist
{
    margin-left: 12px;
}

.anchorlist li
{
    padding-bottom: 2px;
}

.anchorlist a
{
    color: black;
    text-decoration: none;
}

.anchorlist a:hover
{
    text-decoration: underline;
    color: black;
}

.photooverview_single
{
    float: left;
    width: 105px;
    height: 130px;
    padding-right: 4px;
    padding-left: 4px;

    padding-top: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.photooverview_single img
{
    border: 0px;
    width: 90px;
    height: 90px;
    border: 1px solid red;
}

.photooverview_single a
{
    text-decoration: none;
    color: red;
    font-weight: bold;
    margin-bottom: 2px;
}

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

.photooverview input[type=button]
{
    border: 1px solid black;
    background-color: #e80303;
    color: white;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
}

.videooverview_single
{
    float: left;
    width: 105px;
    height: 130px;
    padding-right: 4px;
    padding-left: 4px;

    padding-top: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.videooverview_single img
{
    border: 0px;
    width: 90px;
    height: 90px;
    border: 1px solid red;
}

.videooverview_single a
{
    text-decoration: none;
    color: red;
    font-weight: bold;
    margin-bottom: 2px;
}

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

.videooverview input[type=button]
{
    border: 1px solid black;
    background-color: #e80303;
    color: white;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    width: 90px;
}

.profileoverview_single
{
    float: left;
    width: 105px;
    height: 130px;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.profileoverview_single img
{
    border: 0px;
    width: 90px;
    height: 90px;
    border: 1px solid red;
}

.profileoverview_single a
{
    text-decoration: none;
    color: red;
    font-weight: bold;
    margin-bottom: 2px;
    color: black;
}

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

.profileoverview input[type=button]
{
    border: 1px solid black;
    background-color: #e80303;
    color: white;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    width: 110px;
}

.comment a
{
    color: red;
    text-decoration: none;
}

.comment img
{
    border: 1px solid red;
}

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

.profileoverview_favorite_single
{
    float: left;
    background-color: #fefbf3;
    border: 1px solid #e80303;
    width: 210px;
    height: 95px;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
}

.profileoverview_favorite_single img
{
    border: 0px;
    width: 90px;
    height: 90px;
    border: 1px solid red;
}

.profileoverview_favorite_single a
{
    text-decoration: none;
    color: red;
    font-weight: bold;
    margin-bottom: 2px;
}

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

.pager_in_block a
{
    border: 1px solid #e80303;
    background-color: #e80303;
    padding: 3px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.pager_in_block_selected a
{
    border: 1px solid #e80303;
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.pager_in_block a:hover
{
    color: black;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.gender_filter
{
    padding-right: 10px;
}

.gender_filter input[type=checkbox]
{
    padding-top: 2px;
}

#contentitem img
{
    border: 1px solid red;
}

.tr_visible
{
    display: block;
}

.tr_hidden
{
    display: none;
}

.storyoverview a
{
    text-decoration: none;
    color: black;
}

.storyadd_button
{
    border: 1px solid black;
    background-color: #e80303;
    color: white;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    width: 130px;
}

.accountblock
{
    float: left;
    margin-bottom: 20px;
    background-image: url('./../images/bg_blok.png');
    width: 328px;
    height: 184px;
}

.accountblock_icon
{
    float: left;
    padding-top: 20px;
    padding-left: 6px;
}

.accountblock_text
{
    float: left;
    width: 198px;
    height: 122px;
    font-size: 11px;
    padding-top: 20px;
    padding-left: 20px;
}

.accountblock_button
{
    float: left;
    width: 213px;
    height: 30px;
    padding-top: 0px;
    padding-left: 10px;
}

.accountblock_text h1
{
    font-size: 16px;
}

.accountButtonSmall
{
    border: 1px solid black;
    background-color: #e80303;
    color: white;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
}

.quickmenu_onlinemembers img
{
    border: 0px;
    width: 16px;
    height: 16px;
}

.quickmenu_onlinemembers a
{
    text-decoration: none;
    color: black;
}

#messagesend
{
    width: 130px;
    height: 30px;
    background-image: url(../images/send.jpg);
    border: 0px;
}

#creditcode
{
    margin-top: 4px;
    width: 60px;
}

#commentForm
{
    padding: 5px;
}

#commentForm .form_error
{
    text-align: right;
    width: 50px;
}

#commentForm .form_label
{
    width: 130px;
    padding-bottom: 10px;
    vertical-align: top;
}

#currentphoto a
{
    color: black;
    text-decoration: underline;
}

#commentForm input[type=button]
{
    border: 1px solid black;
    background-color: #e80303;
    color: white;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
}

#loaderscreen
{
    display: none;
    background-color: #EEEEEE;
    color: red;
    font-weight: bold;
    border: 1px solid #FF0000;
    position: absolute;
    left: 50%;
    height: 80px;
    top: 50%;
    margin-top: -75px;
    text-align: center;
    margin-left: -88px;
    padding: 25px;
    width: 150px;
}

.photo_single_l
{
    float: left;
    margin-left: 6px;
}

.photo_single_r
{
    float: right;
    margin-left: 6px;
}

.adwindow_inner
{
    background-color: #fe0000;
    background-image: url(../images/windowside_ad.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}

.adwindow_inner_ad
{
    position: relative;
}

.adwindow_inner_ad_a
{
    float: left;
    padding-top: 7px;
    width: 100%;
    height: 25px;
    color: white;
    background-color: #B50303;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.adwindow_inner_ad_b
{
    float: left;
    margin-top: 10px;
    width: 100%;
}

.adwindow_inner_button
{
    border: 1px solid #B50303;
    margin: 0 auto;
    background-color: #E80303;
    color: white;
    text-align: center;
    width: 100px;
    padding-top: 5px;
    height: 18px;
    font-weight: bold;
}

#footer_links
{
    float: right;
    color: black;
    font-weight: bold;
    margin-right: 20px;
}

#tips_search_a
{
    position: absolute;
    color: white;
    font-size: 13px;
    font-weight: bold;
    top: 4px;
    left: 18px;
}

#tips_search_b
{
    position: absolute;
    font-weight: bold;
    top: 6px;
    font-size: 12px;
    left: 120px;
}

#tips_search_c
{
    width: 370px;
    margin-left: 5px;
    margin-top: 10px;
}
#tips_credits_a
{
    position: absolute;
    color: white;
    font-size: 13px;
    font-weight: bold;
    top: 4px;
    left: 18px;
}

#tips_credits_b
{
    position: absolute;
    font-weight: bold;
    top: 6px;
    font-size: 12px;
    left: 120px;
}

#tips_credits_c
{
    width: 370px;
    margin-left: 5px;
    margin-top: 10px;
}

.profile_photo
{
    width: 116px;
    height: 104px;
    background-position: center center;
    float: left;
    margin: 4px;
}
