﻿/* colors:
blue = #036ccb
2 = 036ccb
pink = #d14e84
*/

/* a styles */
a:link, a:visited, a:active
{
    text-decoration: none;
    color: #036ccb;
}
a:hover
{
    color: #56b6f2;
}

.hide
{
    display: none;
}


/* h styles */
h1
{
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    line-height: 24px;
    color: #2487d2;
    font-size: 24px;
    font-weight:lighter;
    font-family:  sans-serif;
}
h2
{
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 20px;
    color: #d14e84;
    font-size: 18px;
    font-weight: normal;
    font-family:  sans-serif;
    
}
h3
{
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 17px;
    color: #000000;
    font-size: 11px;
    font-family:  sans-serif;
}

#rightbars h1
{
    font-size: 16px;
    line-height:18px;
    font-weight:lighter;
}
#rightbars h2
{
    font-size: 16px;
    line-height:18px;
    font-weight:lighter;
}

/* Thema Timer */

      .cntSeparator {
        font-size: 54px;
        margin: 10px 7px;
        color: #fff;
      }
      .desc { margin: 7px 3px; }
      .desc div {
        float: left;
        font-family:  sans-serif;
        width: 65px;
        margin-right: 72px;
        font-size: 15px;
        font-weight: bold;
        color: #000;
      }
      
      #themecounter 
      {
          margin-left:55px;
          
      }
/* END thema timer */



/* themethumbs */
.themeitem
{
    float:left;
    width:650px;
    padding-top:10px;
    margin-bottom:10px;
    clear:both;

    font-weight:bold;
}

.firstthemebottom
{
    float:left;
    width:650px;
    height:30px;
    border-top:2px solid #cccccc;    
    
    margin-top:20px;
    margin-bottom:20px;
    padding-top:10px;
    clear:both;
}

.themebottom
{
    float:left;
    width:650px;
    border-bottom:1px dotted #cccccc;
    margin-bottom:20px;
    padding-top:10px;
    clear:both;
}

.themedetails
{
    width:390px;
    float:left;  
    margin-left:45px;
    font-variant:normal;
    font-weight:normal;  
}

.themetitle
{
    float:left;
    width:400px;  
    margin-left:45px;
    margin-bottom:10px;
}


.themedetails b, .themeitem h2
{
    font-variant:normal;
    font-weight:normal;  
}

.themethumbs
{
    width:150px;
    float:left;
}

.themethumbs a 
{
    position:relative; z-index:200;display:block; height:120px; width:120px;
}

.themedate
{
    float:right;
    width:200px;
    text-align:right;
    padding-right:15px;

    font-weight:bold;
}

.thumb1
{
    z-index:97; position:absolute; top:5px; float:left; border: 3px #999999 solid; width:80px; height:80px; background-position: center center; background-repeat:no-repeat;
}
.thumb2
{
    z-index:98; position:absolute; top:60px; left:70px; float:right; border: 3px #999999 solid; width:80px; height:80px; background-position: center center; background-repeat:no-repeat; 
}
.thumb3
{
    z-index:99; position:absolute; top:30px; left:35px; float:none;
    border: 3px #000000 solid; width:80px; height:80px; background-position: center center; background-repeat:no-repeat; 
}

/* end themethumbs*/


.msgbox 
{
    background-color:#e9e9e9;padding:5px;
}

.menubutton a:hover
{
    color: #d14e84;
}
.menubutton a:hover
{
    color: #d14e84;
}
#topmenu a
{
    margin: 0 6px 0 6px;
    font-size: 12px;
    color: White;
}
#topmenu a:hover
{
    color: White;
}
.topmenuunderline
{
    text-decoration: underline;
    font-weight: bold;
}

#homebuttonbar
{
    width: 640px;
    margin: 0px 0px 0px 0px;
    padding-top: 2px;
    padding-left: 5px;
    font-size: 12px;
    color: #999999;
    background: url(../images/homebuttonbar.jpg);
    background-position: top center;
    background-repeat: repeat-x;
}
#homebuttonbar a
{
    color: #999999;
}
#homebuttonbar a:hover
{
    color: #d14e84;
}

.inputbutton
{
    margin: 0px 0px 0px 0px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #777777;
    background-color: #e9e9e9;
    font-size: 12px;
    color: #000000;
}

.hidden
{
    display: none;
}

*
{
    padding: 0px;
    margin: 0px;
}

.tooltip
{
    display: none;
    margin-left: -50px;
    background: transparent url(../images/dialicious_arrow.png);
    font-size: 13px;
    height: 70px;
    width: 160px;
    padding: 25px;
    color: #036ccb;
    margin-top: 13px;
    z-index: 9999;
    line-height: 12px;
}




/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable
{
    /* required settings */
    position: relative;
    overflow: hidden;
    width: 220px;
    height: 370px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items
{
    /* this cannot be too large */
    width: 20000em;
    position: absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.scrollable .items div
{
    width: 220px;
    float: left;
}

/* position and dimensions of the navigator */
.navi
{
    margin-left: 90px;
    width: 100px;
    height: 20px;
    clear: both;
}


/* items inside navigator */
.navi a
{
    width: 8px;
    height: 8px;
    float: left;
    margin: 3px;
    background: url(../images/navigator.png) 0 0 no-repeat;
    display: block;
    font-size: 1px;
}

/* mouseover state */
.navi a:hover
{
    background-position: 0 -8px;
}

/* active state (current page state) */
.navi a.active
{
    background-position: 0 -16px;
}


/* - Cockpit - */
.scrollable_cockpit_lastcomments
{
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    width: 640px;
    height: 90px;
}

.scrollable_cockpit_lastcomments .items
{
    width: 20000em;
    position: absolute;
}

.scrollable_cockpit_lastcomments .items div
{
    width: 640px;
    float: left;
}

.cockpit div.navi
{
    margin-left: 0px;
    width: 130px;
    height: 20px;
    clear: both;
}
.cockpit div.navi a
{
    width: 8px;
    height: 8px;
    float: left;
    margin: 3px;
    background: url(../images/navigator.png) 0 0 no-repeat;
    display: block;
    font-size: 1px;
}

.cockpit div.navi a:hover
{
    background-position: 0 -8px;
}

.cockpit div.navi a.active
{
    background-position: 0 -16px;
}


body
{
    background-color: #efefef;
    background-image: url(../images/bgimage.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    background-attachment: fixed;
    margin: 0px;
    padding: 0px;
    height: 100%; /* belangrijk */
    font-family:  sans-serif;
    font-size: 12px;
    line-height: 16px;
}

#wrapper
{
    position: relative;
    z-index: 95;
    top: 165px;
    margin: 0 auto -290px;
    height: auto !important;
    height: 100%;
    margin-top: 0;
    z-index: 200;
}

#footer
{
    position: relative;
    height: 300px;
    color: #5a5a5a;
    z-index: 9999;
}

#footer h3
{
    font-size:14px;
}

.footercontentblock
{
    position: relative;
    float: left;
    margin-left: 10px;
    margin-right: 25px;
    width: 210px;
    height: 200px;
    z-index: 99;
}

#push
{
    height: 430px;
}

#footercontent
{
    position: relative;
    margin: 0 auto;
    top: 90px; /*background-image:url(../images/footercontentbackground.jpg);*/
    background-repeat: no-repeat;
    width: 985px;
    height: 240px;
    font-size: 12px;
}

.footerbottomblock_left
{
    position: absolute;
    width: 990px;
    height: 20px;
    top: 135px;
    z-index: 99;
    margin-left: 10px;
    display:none;
}


.footerbottomblock_right
{
    position: absolute;
    width: 990px;
    height: 20px;
    top: 145px;
    z-index: 99;
    margin-left: 10px;
}


#footercontent a:link, #footercontent a:hover, #footercontent a:visited
{
    color: #036ccb;
    font-weight: normal;
    font-size: 12px;
    margin-bottom:5px;
}
#footercontent a:hover
{
    text-decoration: underline;
}


#container
{
    position: relative;
    width: 970px;
    margin: 0 auto;
    min-height: 600px;
}

#topmenu
{
    z-index: 300;
    position: absolute;
    top: 0px;
    background-image: url(../images/glass_header.png);
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 12px;
    width: 100%;
    height: 100px;
    text-align: right;
    color: White;
    text-align: right;
    padding: 0px;
}

#topmenu a:hover
{
    text-decoration: underline;
    color:#e9e9e9;
}


.MenuWrapper
{
    position: absolute;
    left: 50%;
    width: 520px;
    height: 30px;
    margin-top: 6px;
    margin-left: -30px;
}

.logolink
{
    position: absolute;
    left: 50%;
    margin-left: -500px;
    width: 400px;
    height: 80px;
    cursor: pointer;
    border: 0px;
}

.logolink img
{
    border: 0px;
}


#mainmenu
{
    position: relative;
    margin-top: -30px;
    width: 970px;
    height: 35px;
}


.menubutton
{
    height: 35px;
    float: left;
    margin-right: 0px;
}

#mainmenu a
{
    color: #ffffff;
    font-weight:lighter;
    margin-top: 2px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-family:  sans-serif;
    
}

#mainmenu a:hover
{
    color: #ffffff;
    font-weight:lighter;
    margin-top: 2px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-family:  sans-serif;
    
}

.menubutton_left
{
    float: left;
    background-image: url(../images/webelements/menubutton_left.png);
    height: 45px;
    width: 10px;
    margin-left: 2px;
    margin-top: 2px;
}

.menubutton_middle
{
    background-image: url(../images/webelements/menubutton_middle.png);
    background-repeat: repeat-x;
    color: #d14e84;
    text-decoration: none;
    float: left;
    height: 28px;
    padding: 15px 20px 0 20px;
    font-size: 12px;
}

.menubutton_middle_disabled
{
    background-image: url(../images/webelements/menubutton_middle_disabled.png);
    background-repeat: repeat-x;
    color: #dfdfdf;
    font-weight: bold;
    text-decoration: none;
    float: left;
    height: 25px;
    padding: 15px 20px 0 20px;
    font-size: 12px;
    margin-top: 1px;
}

.menubutton_right
{
    background-image: url(../images/webelements/menubutton_right.png);
    float: left;
    width: 10px;
    height: 45px;
    margin-top: 2px;
}

.menubutton_left_inactive
{
    float: left;
    background-image: url(../images/webelements/menubutton_left_inactive.png);
    height: 35px;
    width: 10px;
    margin-top: 1px;
}

.menubutton_middle_inactive
{
    background-image: url(../images/webelements/menubutton_middle_inactive.png);
    background-repeat: repeat-x;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    float: left;
    height: 25px;
    padding: 15px 20px 0 20px;
    font-size: 12px;
    margin-top: 1px;
}

.menubutton_right_inactive
{
    background-image: url(../images/webelements/menubutton_right_inactive.png);
    float: left;
    width: 10px;
    height: 35px;
    margin-top: 1px;
}

#contentcontainer
{
    background-image: url(../images/maincontentbg.png);
    background-repeat: repeat-y;
    position: relative;
    min-height: 880px;
    width: 640px;
    padding: 5px 30px 5px 30px;
}

#content
{
    margin-left:-5px;
    width: 650px;
}

.linkbtn a:link, .linkbtn a:visited, .linkbtn a:active
{
-moz-border-radius: 5px;
border-radius: 5px;


color:#FFF;
margin-right:5px;
display:block;
padding:6px;
padding-top:3px;
padding-bottom:0px;
height:18px;
margin-top:5px;
float:left;
text-decoration:none;
background-color:#2487d2;

font-size: 13px;
font-family:  sans-serif;

}

.linkbtn a:hover
{
background-color:#d14e84;
}



#histogram
{
    position: relative;
    display: block;
    overflow: hidden;
    /** width: 255px; */
    width: 220px;
    height: 100px;
    background-color: #fefefe;
    background-image: url(../images/webelements/histogrambg.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    border: 1px solid #777777;
}

#histogrambars
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-bottom: 5px;
}

#histogramscope
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 255px;
    height: 5px;
    background-image: url(../images/webelements/histogramgrayscope.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#rightbars
{
    position: absolute;
    width: 260px;
    margin-left: 227px;
    left: 50%;
    z-index: 999;
}

#rightbar
{
    position: relative;
    width: 260px;
    float: right;
}


#photo_rightbarcontentholder
{
    height: 405px;
    padding: 0 20px 0 20px;
    width: 220px;
    background-image: url(../images/rightbarbg.png);
    background-repeat: repeat-y;
}

.rightbarcontentcontainer
{
    height: 410px;
    padding: 0 20px 0 20px;
    width: 220px;
}

#exiftable
{
    color: #777777;
    font-size: 9px;
}

#desciptionbox
{
    color: #000000;
    font-size: 11px;
    overflow: hidden;
}
#desciptionbox a
{
    color: #d14e84;
    text-decoration: underline;
    font-weight: bold;
    font-size: 10px;
}
#desciptionbox h1
{
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    line-height: 15px;
    color: #036ccb;
    font-size: 18px;
    letter-spacing: 1px;
}

#desciptionboxhidden
{
    line-height: 18px;
    color: #dddddd;
}

#rightbar2
{
    margin-top: 10px;
    position: relative;
    width: 260px;
    float: right; /*min-height:570px; 	height:570px !important; 	height:500px;*/
}

#rightbar3
{
    margin-top: 10px;
    position: relative;
    width: 260px;
    float: right;
}



#rightbarcontentholder
{
    height: 410px;
    padding: 0 20px 0 20px;
    width: 220px;
    background-image: url(../images/rightbarmiddle.png);
}

.rightbar2contentholder
{
    padding: 5px 20px 0 20px;
    width: 220px;
    height: auto;
    background-image: url(../images/rightbarmiddle.png);
}

/* Frontpage dataset styles */
.smallavatar 
{
    float:left;
    overflow:hidden;
    clear:both;
    height:60px;
    width:60px;
    background-color:#e9e9e9;
    background-position: center center;
    background-repeat:no-repeat;
}

.smallavatar img 
{
    width:auto;

    min-height:80px;
    margin-left:-15px;
    margin-top:-15px;
}

.smalldetails
{
    float:left;
    margin-left:10px;
    width:130px;
    font-size:12px;
    color:#333;
    height:50px;
}

.smalldetails strong
{
    font-size:12px;
}

.smalldetails a
{
    font-size:12px;
}

#dailymembercontainer 
{
    position:relative;
    float:left;
    color: #000000;
    font-size: 10px;
    clear:both;
    height:90px;
    margin-bottom:10px;
    overflow:hidden;
}

#radomimagecontainer
{
    color: #777;
    font-size: 12px;
    clear:both;
    height:220px;
    display:block;
    margin-bottom:30px;
}
#radomimagecontainer a
{
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

#radomimagecontainer a:hover
{
    color: #000;
}


#radomimagecontainer h1
{
    color: #036ccb;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
}

.randomimagewrapper
{
}

#gallerylinklist a
{
    color: #000000;
    font-size: 12px;
}
#gallerylinklist
{
    color: #000000;
    font-size: 12px;
}

#themethumbcontainer
{
    overflow: hidden;
    width: 150px;
    height: 150px; /*background-image:url(../images/webelements/thumbbg.jpg);*/
    color: #000000;
    font-family:  sans-serif;
    font-size: 10px;
    font-weight: normal;
}
#thumbnailcontainer
{
    overflow: hidden;
    width: 150px;
    height: 150px;
    background-image: url(../images/webelements/thumbbg.jpg);
    color: #000000;
    font-family:  sans-serif;
    font-size: 10px;
    font-weight: normal;
}

#gallerythumbnailcontainer
{
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
    margin-left: 27px;
    margin-right: 27px;
    margin-bottom: 40px;
    font-family:  sans-serif;
    font-size: 9px;
    font-weight: normal;
}
#gallerythumbnailblock
{
    border: 1px solid #777777;
    color: #000000;
    overflow: hidden;
    width: 156px;
    height: 156px;
    background-image: url(../images/webelements/thumbbg.jpg);
}
#gallerythumbnail
{
    border: 3px solid #ffffff;
    width: 150px;
    height: 150px;
}



#pagination
{
    font-weight:bold;
    font-size:16px;
}
#pagination input
{
    background-color: #ffffff;
    border: #e1e1ee 2px solid;
    font-family:  sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    height: 22px;
    padding-left: 2px;
    padding-right: 2px;
}


#pagination a
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align:center;

    font-size:13px;
    color:#FFF;

    height:18px;
    padding:5px;
    padding-left:8px;
    padding-right:8px;
    text-decoration:none;
    background-color:#036ccb;
}

#pagination  a:hover
{
background-color:#d14e84;
}



#photocontainer
{
    position: relative;
    float: left;
    overflow: hidden;
    width: 650px;
}

#photocontentbottom
{
    position: relative;
    float: left;
    width: 640px;
}

#themenav
{
    z-index: 998;
    position: absolute;
    top:0px;
    left: 487px;
    text-align: center;
    width: 192px;
    border: 0px solid #000000;
    height: 38px;
    background-image: url(../images/webelements/theme_nav_bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
#themenav_left
{
    z-index: 999;
    cursor: hand;
    position: relative;
    float: left;
    margin-top: 8px;
    width: 20px;
    height: 20px;
}
#themenav_txt
{
    position: relative;
    float: left;
    margin-top: 10px;
    width: 149px;
    height: 20px;
    color: #036ccb;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family:  sans-serif;
}
#themenav_right
{
    z-index: 999;
    cursor: hand;
    position: relative;
    float: left;
    margin-top: 8px;
    width: 20px;
    height: 20px;
}
#themenav_right img
{
    cursor: hand;
}
#themenav_left img
{
    cursor: hand;
}

#photoiconlist
{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 85px; /*background-image:url(../images/webelements/iconlist_bg.jpg);     background-position: top left;     background-repeat: no-repeat;*/
}

#photocomment
{
    width: 650px;
    margin-bottom: 30px;
    position: relative;
    float: left;
}
#photocomment #username
{
    position: relative;
    float: left;
    width: 80px;
    color: #aaaaaa;
    font-size: 12px;
}
#photocomment #description
{
    position: relative;
    float: right;
    width: 500px;
    min-height: 60px;
    color: #555555;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #036ccb;
    padding: 10px 10px 10px 10px;
}
#photocomment #ownusername
{
    position: relative;
    float: right;
    width: 80px;
    color: #aaaaaa;
    font-size: 12px;
}
#photocomment #owndescription
{
    position: relative;
    float: left;
    width: 500px;
    min-height: 60px;
    color: #555555;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #036ccb;
    padding: 10px 10px 10px 10px;
}
#photocomment a:link, a:visited, a:active
{
    text-decoration: none;
    color: #036ccb;
    font-size: 11px;
}
#photocomment a:hover
{
    color: #56b6f2;
}

#photonote
{
    cursor: hand;
    color: #888888;
    font-size: 11px;
    width: 160px;
    background-color: #e7e7e7;
    background-image: url(../images/webelements/notebg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    padding: 10px 10px 10px 20px;
}
#photonote a
{
}
#photonoteswrapper
{
    position: absolute;
    height: 335px;
    width: 218px;
    overflow: hidden;
}
#photonotescontainer
{
    height: 330px;
    overflow: auto;
    scrollbar-base-color: #e7e7e7;
    scrollbar-arrow-color: #000000;
    scrollbar-3dlight-color: #e7e7e7;
    scrollbar-darkshadow-color: #e7e7e7;
    scrollbar-face-color: #e7e7e7;
    scrollbar-highlight-color: #999999;
    scrollbar-shadow-color: #999999;
    scrollbar-track-color: #f0f0f0;
}

#forummsg
{
    width: 620px;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 10px 10px 10px 10px;
}
#forummsg #username
{
    width: 100px;
    margin-right: 20px;
    color: #aaaaaa;
    font-size: 10px;
}
#forummsg #title
{
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 11px;
    color: #d14e84;
    font-size: 16px;
    font-weight: normal;
    font-family:  sans-serif;
}
#forummsg #description
{
    width: 500px;
    color: #888888;
    font-size: 11px;
}
#forummsg .avatar
{
    max-height: 80px;
    max-width: 80px;
}
#forummsg .avatarcontainer
{
    height: 80px;
    width: 80px;
    overflow: hidden;
}
#forummsg a
{
}

#forumreply
{
    width: 620px;
    background-color: #f6f6f6;
    margin-bottom: 30px;
    padding: 10px 10px 10px 10px;
}
#forumreply #username
{
    width: 100px;
    margin-right: 20px;
    color: #aaaaaa;
    font-size: 10px;
}
#forumreply #title
{
    font-weight: bold;
}
#forumreply #description
{
    width: 500px;
    color: #888888;
    font-size: 11px;
}
#forumreply .avatar
{
    max-height: 80px;
    max-width: 80px;
}
#forumreply .avatarcontainer
{
    height: 80px;
    width: 80px;
    overflow: hidden;
}
#forumreply a
{
}

.descrtext
{
    color: #3f3d40;
    font-family:  sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.4px;
    text-align: left;
    vertical-align: top;
    height: 80px;
}
.text
{
    color: #999999;
    font-family:  sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.4px;
    height: 22px;
}
.textgray
{
    color: #aaaaaa;
    font-family:  sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.errorbox
{
    color: #ff009c;
    font-family:  sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.5px;
    height: 22px;
}

.inputfield
{
    width: 250px;
    height: 15px;
    background-color: #f6f6f6;
    border: 1px solid #ff009c;
    padding: 2px;
    margin: 10px, 10px, 0px, 0px;
}

.remembermeinpt
{
    width: 5px;
    height: 5px;
    border: 1px;
    background-color: #ffffff;
    padding: 0px;
    margin: 0px, 0px, 0px, 0px;
}

.inputmultirow
{
    width: 250px;
    background-color: #f6f6f6;
    border: 1px solid #ff009c;
    padding: 2px;
    margin: 10px, 10px, 0px, 0px;
    font-family:  sans-serif;
    font-size: 10pt;
}

.fotostats
{
    color: #aaaaaa;
    font-family:  sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.reactiestats
{
    color: #aaaaaa;
    font-family:  sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.nieuwsberichtstats
{
    display: none;
}

.inputlogin
{
    border: 1px solid #ff009c;
    height: 16px;
    width: 100px;
    color: #bbbbbb;
    font-family:  sans-serif;
    font-size: 10px;
    font-weight: normal;
    position: relative;
    margin-right: 6px;
    padding-left: 2px;
    padding-top: 1px;
}

.inputloginbnt
{
    border: 0px;
    background-color: #ff009c;
    height: 19px;
    width: 22px;
    font-size: 11px;
    color: White;
    font-family:  sans-serif;
    color: #ffffff;
    font-weight: bold;
    padding-top: 1px;
}


.FormBtn
{
    color: #ff009c;
    font-family:  sans-serif;
    font-size: 12px;
    font-weight: normal;
    width: 250px;
    height: 30px;
    background-color: #e3f8dc;
    border: 1px solid #3dd900;
    padding: 3px;
    margin: 5px, 0px, 10px, 0px;
    line-height: 30px;
}

#link a
{
    color: #d14e84;
    text-decoration: underline;
    font-weight: bold;
    font-size: 10px;
}
#link a:hover
{
    color: #56b6f2;
}


/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */
.Accordion
{
    border-left: solid 1px gray;
    border-right: solid 1px black;
    border-bottom: solid 1px gray;
    overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel
{
    margin: 0px;
    padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab
{
    background-color: #CCCCCC;
    border-top: solid 1px black;
    border-bottom: solid 1px gray;
    margin: 0px;
    padding: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent
{
    overflow: auto;
    margin: 0px;
    padding: 0px;
    height: 100px;
}

.AccordionPanelContentinner
{
    margin: 0px;
    padding: 10px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab
{
    background-color: #EEEEEE;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover
{
    color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover
{
    color: #555555;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab
{
    background-color: #cccccc;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab
{
    background-color: #cccccc;
}

/* main menu jquery thumbs */

#thumbHolder
{
    position: relative;
    left: 0px;
    background-color: #FFF;
    width: 650px;
    padding: 0px;
    margin: 0px;
}
.inner_image
{
  top:-20px;
  left:-20px;
  position:absolute;
  min-width: 250px;
  min-height: 250px;
  z-index:30;
  overflow: hidden;
}

.inner_image img
{
    min-height: 205px;
    min-width: 205px;
}
#thumbHolder .btnHolder
{
    position: relative;
    float: left;
    width: 205px;
    height: 205px;
    margin-right: 15px;
    margin-bottom: 20px; /* background-color:#f3f3f3; 	border:solid 1px #e7e7e7; */
    overflow:hidden;
}

.btnHolder .btn
{
    position: absolute; /* margin:5px 0 0 5px; */
    top: 0px;
    left: 0px;
    width: 205px;
    height: 205px;
    cursor: pointer;
    z-index: 1000;
    background-color:#f1f1f1;
    background-image:url(/images/webelements/loading_transparent.gif);
    background-position:center center;
    background-repeat:no-repeat;
}


.btnHolder .btn .infoBar
{
    position: absolute;
    width: 205px;
    height: 80px;
    bottom: -40px;
    z-index:50;

}


.btnHolder .btn .infoBar .title
{
    position: absolute;
    top: 5px;
    width: 205px;
    height: 18px;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    font-size:12px;
    z-index: 5000;
    overflow: hidden;
    text-transform:lowercase;
    padding-left:5px;
    font-family:  sans-serif;
}

.btnHolder .btn .infoBar .title:first-letter
{
    text-transform:capitalize;    
}

.btnHolder .btn .infoBar .info
{
    position: absolute;
    top: 22px;
    width: 200px;
    height: 15px;
    color: #d3d3d3;
    font-size: 12px;
    text-align: left;
    z-index: 5000;
    padding-left:5px;
}

.btnHolder .btn .infoBar .bg
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: Black;
    width: 210px;
    height: 80px;
    z-index: 3000;
    opacity:0.6;
    filter:alpha(opacity=60);
}



/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs
{
    /* dimensions */
    width: 640px;
    height: 31px !important;
    margin: 0 !important;
    padding: 0; /* IE6 specific branch (prefixed with "_") */
    _margin-bottom: -2px;
}

/* single tab */
#flowtabs li
{
    float: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}

/* a- tag inside single tab */
#flowtabs li a
{
    background-color: #e9e9e9;
    background-image: none;
    display: block;
    height: 31px;
    width: 213px;
    padding: 0px;
    margin: 0px; /* font decoration */
    font-family:  sans-serif;
    font-size: 12px;
    color: #036ccb;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
}

/* adjust the background image position on each tab */
#flowtabs #t1
{
}
#flowtabs #t2
{
}
#flowtabs #t3
{
}

/* mouseover state */
#flowtabs a:hover
{
    background-color: #f3f3f3;
}
#flowtabs #t1:hover
{
}
#flowtabs #t2:hover
{
}
#flowtabs #t3:hover
{
}

/* currently selected tabs */
#flowtabs a.current
{
    cursor: default;
    color: #d14e84;
}
#flowtabs #t1.current
{
}
#flowtabs #t2.current
{
}
#flowtabs #t3.current
{
}



/* some decorations for elements inside single pane */
#flowpanes div h2
{
    font-weight: normal;
    color: #ddd;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
    font-size: 22px;
}

#flowpanes p, #flowpanes samp
{
    color: #ccc;
}

#flowpanes .narrow
{
    padding-right: 10px;
}

/* override the root element to enable scrolling */
#flowpanes
{
    width: 640px;
    display: block;
    position: relative;
    height: 400px;
    overflow: hidden;
}

/* override single pane */
#flowpanes .flowpanesitem
{
    float: left;
    display: block;
    width: 580px;
    font-size: 11px;
    overflow: hidden;
    padding: 20px;
}

/* our additional wrapper element for the items */
#flowpanes .items
{
    width: 20000em;
    position: absolute;
    clear: both;
    margin: 0;
    padding: 0;
}
.PhotoHeader
{
    position:absolute; 
    width:100%; 
    overflow:hidden; 
    text-align:center; 
    top:30px;
    z-index:100;
}



