*
{
    font-family: Arial, Verdana, Sans-Serif;
}

HTML
{
    overflow-y: scroll;
}

BODY
{
    margin: auto;
    width: 1000px;
    background: #e4e4e4;
    color: #848d80;
    font-size: 12px;
}

A, A IMG
{
    color: #005f6f;
    text-decoration: none;
    border: none;
}

#website
{
    padding-bottom: 0px;
    padding-left: 11px;
    width: 1000px;
    padding-right: 11px;
    padding-top: 0px;
}

.headerholder
{
    background-image: url("/files/img/header.png");
    background-repeat: no-repeat;
    width: 1000px;
    height: 156px;
    vertical-align: top;
    padding-left: 5px;
    padding-top: 10px;
    text-align: left;
}

.header_container_bottom
{
}

.green_beam
{
    padding-bottom: 6px;
    background-color: #7e8c7b;
    padding-left: 22px;
    width: 978px;
    padding-right: 0px;
    float: left;
    border-top: #fff 1px solid;
    padding-top: 8px;
}

.bitcrumbs
{
    margin-top: 3px;
    float: left;
    color: White;
    font-size: 10px;
}

.bitcrumbs A
{
    font-size: 10px;
    color: White;
    text-transform: lowercase;
}

.flags
{
    vertical-align: top;
    float: right;
    margin-right: 22px;
    margin-top: 2px;
}

.flags A
{ 
    color: White;
    font-weight: bold;    
}

.flags .FlagSpacing
{
    margin-right: 10px;
}

.search_bar
{
    float: right;
    margin-right: 20px;
}

.search_icon
{
    z-index: 1000;
    position: absolute;
    margin-left: 230px;
}

.textfield
{
    border: 1px solid #fff;
    background-color: White;
    width: 226px;
    float: left;
    height: 16px;
}

.Container .textfield
{
    background-color: White;
    float: none;
    margin-top: 1px;
    margin-bottom: 1px;
}


.backgroundWhite
{
    background: white;
    padding-right: 3px;
}

.print_icon
{
    float: right;
    margin-right: 20px;
}

.usability
{
    float: right;
    color: White;
    margin-right: 20px;
}

.usability .smallSize
{
    color: White;
    font-size: 9px;
}

.usability .activeSize
{
    color: White;
    font-size: 13px;
}

.usability .largeSize
{
    color: White;
    font-size: 15px;
}

.NavigationHolder
{
    color: #005f6f;
    width: 157px;
    vertical-align: top;
}

.NavigationHolder A
{
    font-weight: normal;
}

.date
{
    margin-bottom: 17px;
    color: #666666;
    font-size: 12px;
    height: 18px;
}

.date:first-letter
{
    text-transform: capitalize;
}

.ContentHolder
{
    background-image: url(  "../images/body_background.jpg" );
    background-repeat: repeat-x;
    background-color: White;
    text-align: left;
}

.menu .menuitem, .menu .menuitem .Image
{ height: 100%; }

.menu .menuitem .Image
{
    background-image: url("../images/arrow_up.gif");
    background-repeat: no-repeat;
    background-position: right center;
}

.menu .menuitem a, .menu .menuitem_active a, .menu .menuitem_active_open a, .menu ul li a, .menu .menuitem_open a
{
    display: block;
    color: #005f6f;
    text-decoration: none;
    height: 20px;
    padding-top: 7px;
    padding-bottom: 3px;
}

.menu .menuitem_active_open, .menu .menuitem_open
{
    background-image: url("../images/arrow_down.gif");
    background-repeat: no-repeat;
    background-position: right center;
}

.menu .menuitem_active_open A
{
    border: none;
}

.menu ul
{
    list-style-image: none;
    list-style-type: none;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 20px;
    margin-bottom: 25px;
}

.menu ul ul
{
    margin-bottom: 0px;
}

.menu, .menu ul li A
{
    border-bottom: 1px dotted #005f6f;
}

.menu ul li A, .menu ul li ul li A
{
    height: 100%;
    min-height: 20px;
}

.menu ul li .active, .menu ul lu ul li .active, .menu ul li .active_open, .menu ul li ul li .active_open
{ font-weight: bold; }

.menu A:hover
{
    text-decoration: underline;
}

.ContainerSmall
{
    width: 380px;
    margin-bottom: 15px;
}

.ContainerGiant
{
    width: 780px;
    margin-bottom: 15px;
}

.ContainerNoTitle
{
    display: none;
}

.ContainerBlockNewsTitle
{
    background-image: url(  "../images/container_news_header.jpg" );
    background-repeat: no-repeat;
    background-color: #AABA01;
    height: 35px;
    color: White;
    font-size: 15px;
}

.ContainerBlockPageTitle
{
    background-image: url(  "../images/container_page_header.jpg" );
    background-repeat: no-repeat;
    background-color: #AABA01;
    height: 35px;
    color: White;
    font-size: 15px;
}

.ContainerBlockStarTitle
{
    background-image: url(  "../images/container_star_header.jpg" );
    background-repeat: no-repeat;
    background-color: #005F6F;
    height: 38px;
    color: White;
    font-size: 15px;
}

.ContainerBlockPaperTitle
{
    background-image: url(  "../images/container_paper_header.jpg" );
    background-repeat: no-repeat;
    background-color: #ADC019;
    height: 49px;
    color: White;
    font-size: 15px;
}

.ContainerBlockCalendarTitle
{
    background-image: url(  "../images/container_calendar_header.jpg" );
    background-repeat: no-repeat;
    background-color: #006A7A;
    height: 35px;
    color: White;
    font-size: 15px;
}

.ContainerBlockQuestionTitle
{
    background-image: url(  "../images/container_question_header.jpg" );
    background-repeat: no-repeat;
    background-color: #ADC019;
    height: 49px;
    color: White;
    font-size: 15px;
    margin-top: 15px;
}

.ContainerBlockNormalTitle
{
    padding-left: 40px;
    padding-top: 8px;
}

.ContainerBlockSmallTitle
{
    padding-left: 40px;
    padding-top: 10px;
}

.ContainerBlockBigTitle
{
    padding-left: 45px;
    padding-top: 20px;
}

.ContainerContentWhite
{
    background-color: White;
}

.ContainerContentStar
{
    background-color: #005f6f;
    color: White;
}

.ContainerContentStar HR
{
    border-bottom: #5bc3d4 1px dotted;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 1px;
}

.ContainerContentPaper
{
    background-color: #ADC019;
    color: White;
}

.ContainerContentPaper a
{ 
     text-decoration: underline;
     color: White;
}

.ContainerContentGray
{
    background-color: #E8E8E8;
}

.ContainerContentPhoto
{
    background-image: url(  "../images/container_photo_background.png" );
    background-repeat: repeat-y;
    min-height: 241px;
}

*html .ContainerContentPhoto
{
    background-image: url(  "../images/container_photo_background.png" );
    background-repeat: repeat-y;
    height: 241px;
}

.ContainerContentBorder
{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.ContainerContentNoBorder
{
    border: none;
}

.ContainerContentPadded
{
    padding-top: 23px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

*html .ContainerContentPadded
{
    padding-top: 23px;
    padding-left: 8px;
    padding-right: 0px;
    padding-bottom: 15px;
}

.ContainerContentNotPaddedUp
{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.ContainerEditPlaceHolder
{
    padding-left: 15px;
}

.ContainerBlockStarTitle .ContainerBlockNormalTitle
{
    padding-top: 20px;
}

.Adapt_Container #website
{
    text-align: center;
    margin: auto;
}

.blog .blognormalitem
{
	background-image: url("../images/blogborder.gif");
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 15px;
}

.blog .blogalternatingitem
{
	background-image: url("../images/blogborder.gif");
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 15px;
}

.blog .ReadMoreHyperlink
{
	text-align: right;
	font-size: 7.5pt;
	margin-right: 3px;
	margin-top: 0px;
}

.blog ul
{
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

.blog .SendLink
{
    display: none;
}

.blog BR
{
    display: none;
}

.blog .title,  .blog li
{
    color: #979797;
    font-size: 12px;
    font-weight: bold;
}

.blog .detail .title
{ 
    font-style: normal; 
}

.blog .detail A, .blog .itemcontent A
{
    color: #979797;
    font-weight: bold;
    text-decoration: underline;
    background: none;
}

.blog .detail
{ 
    font-size: 9px; 
    margin-top: 10px;
}

.blog .title
{ color: #BEBE32; }

.blog .detail li
{
    color: #adc019;
    font-weight: bold;
    list-style: none;
    display: block;
    width: 300px;
}

.blog .detail li a
{
    text-decoration: none;
    color: #848d80;
    font-weight: normal;
    display: block;
    padding-bottom: 10px;
}

.blog HT .title A
{
    color: #979797;
    font-size: 12px;
    font-weight: bold;
}

.blog .BlogArchiveHyperlink
{
	margin:1px 0px;
}


.UpcomingDate
{
    font-weight: bold;
    color: #005f6f;
}

.UpcomingEvent
{
    color: #848d80;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.datePicker
{
    width: 100px;
    margin-bottom: 5px;
    color: #979797;
    font-size: 11px;
}

.Maand, .MaandTop
{
    padding-top: 5px;
}

.MaandContent, .MaandTopContent, .MaandContent A, .MaandTopContent A
{
    border-bottom: 1px solid #979797;
    background-color: #fcfcf0;
    width: 100%;
    color: #979797;
    font-size: 11px;
    border-top: 1px solid #979797;
    font-weight: 700;
    text-decoration: none;
}

.Datum
{
    width: 40px;
    color: #979797;
    margin-left: 10px;
    font-size: 11px;
    vertical-align: top;
    font-weight: normal;
    margin-right: 10px;
}

.Activiteit
{
    width: 80px;
    color: #38939b;
    margin-left: 10px;
    font-size: 11px;
    vertical-align: top;
    font-weight: bold;
    margin-right: 10px;
}

.Locatie
{
    width: 110px;
    color: #979797;
    margin-left: 10px;
    font-size: 11px;
    vertical-align: top;
    font-weight: normal;
    margin-right: 10px;
}

.Omschrijving
{
    padding: 5px;
    width: 250px;
    color: #979797;
    font-size: 11px;
    vertical-align: top;
    font-weight: normal;
}

.ContainerContentWhite .blog .blogarchivelinkbutton
{
    background-image: url("../images/buttongreen_white.png");
    background-repeat: no-repeat;
    width: 81px;
    height: 22px;
    color: White;
    padding-left: 40px;
    padding-top: 3px;
}

.blogarchivelinkbutton A
{
    color: White;
}

.ContainerContentGray .blog .blogarchivelinkbutton
{
    background-image: url("../images/buttongreen_gray.png");
    background-repeat: no-repeat;
    width: 81px;
    height: 22px;
    color: White;
    padding-left: 40px;
    padding-top: 3px;
}

.ContainerContentWhite .CalenderArchief
{
    background-image: url(  "../images/buttonblue_gray.png" );
    background-repeat: no-repeat;
    height: 22px;
    padding-bottom: 20px;
    padding-top: 3px;
}

.ContainerContentWhite .textfield
{ border: 1px solid #000; } 

.ContainerContentGray .CalenderArchief
{
    background-image: url(  "../images/buttonblue_gray.png" );
    background-repeat: no-repeat;
    height: 22px;
    padding-bottom: 20px;
    padding-top: 3px;
}

INPUT.Button
{
    border-top-width: 0px;
    border-left-width: 0px;
    background-image: url(../images/buttongreen_white.png);
    background-repeat: no-repeat;
    border-bottom-width: 0px;
    width: 121px;
    height: 22px;
    border-right-width: 0px;
    color: White;
}

.ContainerContentPaper .commitbutton INPUT.Button
{
    color: #005F6F;
    background-image: none;
    background-color: #eeeeee;
}

.ContainerContentButton
{
    background-image: none;    
}

.CalenderArchief A
{
    padding-left: 10px;
    color: White;
}

.SmallText
{
    width: 348px;
}

.SmallTextNoTitle
{
    width: 348px;
}

.BigText, .LargeTextNoTitle
{
    width: 553px;
}

.GiantText
{
    width: 700px;
}

.darkblueBgleft
{
	width: 500px;
}

.darkblueBgright
{
	width: 15px;
}

.blueborderleft
{
	width: 50px;
}

#footer
{
    padding-top: 100px;
    font-size: 10px;
}

.normal
{
	font-family: Arial;
	font-size: 11px;
	color: #455560;
}

.groot
{
	font-family: Arial;
	font-size: 12px;
	color: #455560;
}

.extraGroot
{
	font-family: Arial;
	font-size: 14px;
	color: #455560;
}

.normallink
{
	font-family: Arial;
	font-size: 11px;
	color: #BEBE32;
}

.italic
{
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	color: #455560;
}

.graylink
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #979797;
}

.coloredText
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #BEBE32;
}

.linkunderline
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.semibold
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #455560;
}

.bluebutton_gray
{
	background-image: url("../images/buttonblue_gray.png");
	background-repeat: no-repeat;
	width: 121px;
	height: 22px;
}

.bluebutton_white
{
	background-image: url("../images/buttonblue_white.png");
	background-repeat: no-repeat;
	width: 121px;
	height: 22px;
}

.greenbutton_gray
{
	background-image: url("../images/buttongreen_gray.png");
	background-repeat: no-repeat;
	width: 121px;
	height: 22px;
}

.greenbutton_white
{
	background-image: url("../images/buttongreen_white.png");
	background-repeat: no-repeat;
	width: 121px;
	height: 22px;
}

.date_blue
{
    color: #5bc3d4;
    font-size: 15px;    
}
