*
{
    padding: 0px;
    margin: 0px;
}
nav, header, footer, section, article, aside, hgroup
{
    display: block;
}
img
{
    border: 0px;
}
input
{
    border: 0px;
    margin-bottom: 10px;
    font-size: 11px;
    padding: 4px 5px;
    color: #007ac3;
    float: left;
}
textarea
{
    border: 0px;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 4px 5px;
    color: #007ac3;
    font-family: Arial;
}

input[type="submit"]
{
    background-color: #007ac3;
    padding: 5px 8px;
    color: #ffffff;
    font-weight: bold;
    clear: both;
    float: right;
}
p, ul, ol
{
    margin-bottom: 20px;
}
a
{
    text-decoration: none;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color:#007AC3;
}
a:hover
{
    text-decoration: underline;
}
li, dd, blockquote
{
    margin-left: 20px;
}
.Clear
{
    float: none !important;
    clear: both !important;
    height: 0px !important;
}
.clear
{
    line-height:0px;
    font-size:0px;
    clear: both;
    height: 0px;
}
html
{
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 12px;
}
body
{
    width: 100%;
    height: 100%;
    background-image: url('../Images/Background/Body.png');
    background-repeat: repeat-y;
    background-position: center;
    background-color: #e5f2f9;
}

.Underline
{
    border-bottom: 1px solid #BADBEF;
    margin-bottom: 18px;
}

/*-------------------------------------------------*/
#BodyTop, #BodyMiddle, #BodyBottom
{
    position: relative;
    display: block;
    width: 980px;
    margin: 0px auto;
}

#BodyTop
{
    position: relative;
    z-index: 20;
}
#Logo
{
    float: left;
    margin-bottom: 10px;
}
#TopNav
{
    position: relative;
    top: 20px;
    float: right;
}
#TopNav a
{
    color: #007ac3;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 10px;
}
#TopNav a.Last
{
    padding-right: 0px;
}
#TopNav a:hover, #TopNav a.Active
{
    color: #d11241;
}
#Newsletter
{
    position: absolute;
    top: 40px;
    left: 410px;
    width: 245px;
    background-color: #d9ebf6;
    z-index: 20;
    display: none;
}
#Newsletter form
{
    padding: 10px;
}
#Newsletter input.text
{
    width: 215px;
    font-family: Arial;
}

#Search
{
    position:relative;
    top:60px;    
    float:right;        
}

#Search input 
{   
    border:1px inset;
    float: right;
    margin: 0px 12px 12px 12px;
    padding: 3px 5px;
    width: 220px;
    background-image: url('../Images/Background/SearchBar.png');
    background-repeat: no-repeat;
    background-position: right center;    
}

#SocialNav
{
    position: relative;
    top: 60px;
    float: right;
    clear: right;
}
#MainNav
{
    position: relative;
    clear: both;
    height: 46px;
    background-color: #be1c1e;
    z-index: 10;
}
#MainNav ul
{
    list-style-type: none;
}
#MainNav li
{
    position: relative;
    margin: 0px;
}
#MainNav li.Level1
{
    float: left;
}

#MainNav li .Last {
    padding: 15px 47px 16px 47px;
}

#MainNav a.Level1
{
    float: left;
    background-image: url('../Images/Background/MainNav.png');
    background-position: right;
    background-repeat: no-repeat;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 45px 16px;
    height: 15px;
}

#MainNav a.Level1.Active, #MainNav a.Level1:hover
{
    background-repeat: repeat-x;
}
#MainNav li ul
{
    width: 200px;
    position: absolute;
    top: 46px;
    background-color: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 5px solid #be1c1e;
    display: none;
    left: 0px;
}
#MainNav li:hover ul
{
    display: block;
}
#MainNav li.Level2
{
}
#MainNav a.Level2
{
    display: block;
    text-decoration: none;
    background-color: #d9ebf6;
    color: #000033;
    font-weight: bold;
    padding: 10px 13px;
    margin: 1px;
}
#MainNav a.Level2:hover, #MainNav a.Level2.Active
{
    color: #007ac3;
}
#MainNav input
{
    float: right;
    margin: 12px;
    padding: 3px 5px;
    width: 220px;
    border: none;
    background-image: url('../Images/Background/SearchBar.png');
    background-repeat: no-repeat;
    background-position: right center;
}
#PopularNav
{
    margin-top: 1px;
    height: 41px;
    background-color: #007ac3;
    overflow: hidden;
}
#PopularNav span
{
    position: relative;
    float: left;
    padding: 15px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #6cb7e5;
}
#PopularNav ul
{
    position: relative;
    float: left;
    list-style-type: none;
}
#PopularNav li
{
    color: #ffffff;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 5px;
    float: left;
    line-height: 41px;
    background-image: url('../Images/Background/PopularBar.png');
    background-repeat: no-repeat;
    background-position: left center;
}
#PopularNav li span
{
    padding: 0px;
    margin: 0px 10px;
    font-size: 12px;
    float: none;
}
#PopularNav a
{
    color: #ffffff;
}
#BodyMiddle
{
    min-height: 400px;
    z-index: 10;
}
#ContentLeft, #ContentCenter, #ContentRight
{
    min-height: 460px;
    position: relative;
    float: left;
}
#ContentLeft
{
    width: 258px;
    border-right: 1px dotted #007ac3;
}
#ContentCenter
{
    width: 460px;
}
#ContentCenterBreed
{
    width: 980px;
}
#ContentRight
{
    width: 260px;
    background-color: #e5f2f9;
    border-left: 1px dotted #007ac3;
}

.ContainerRechts
{
    padding-left: 23px;
    padding-bottom: 24px;
    border-bottom: 1px solid #a3cde6;
}

#BodyBottom
{
    border-top: 12px solid #be1c1e;
    background-color: #007ac3;
}
#BodyBottom section
{
    position: relative;
    float: left;
    width: 152px;
    overflow: hidden;
    padding: 20px 12px 10px 32px;
}
#BodyBottom h3, #BodyBottom a.Level1
{
    text-transform: uppercase;
    color: #ffffff;
    font-weight:bold;
}
#BodyBottom ul
{
    color: #ffffff;
    margin: 10px;
    float:left;
}
#BodyBottom ul li
{
    float:left;
}
#BodyBottom ul li ul,#BodyBottom ul li ul li
{
    float:none;
    margin-left:0px;
}

#BodyBottom ul li ul
{
    width:160px;
}
#BodyBottom ul li 
{
    list-style-type:none;
    padding-right:10px;
}

#BodyBottom ul li A
{
    margin-left:-15px;
}

#BodyBottom ul li A.FooterLinkContact
{
    margin-left:0px;
    text-decoration:underline;
}
#BodyBottom ul li ul li a
{
    margin-left:0px;
}
#BodyBottom ul li ul li
{
    list-style-type:disc;
}
#BodyBottom li
{
    line-height: 20px;
}
#BodyBottom a
{
    color: #ffffff;
}
#BodyBottom a.w3s
{
    float: right;
    margin: 0px 30px 10px 0px;
}
/*------home-------*/

.BoxTitel, .FaqTitel
{
    font-weight: bold;
    color: #d11241;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 17px;
    letter-spacing: 0.4px;
}

.BoxNoTitel {
    padding-bottom: 17px;
}

.BoxSubTitel
{
    font-weight: bold;
    color: #007ac3;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 11px;
    letter-spacing: 0.4px;
}

.FaqTitel
{
    padding-top: 9px;
}

.FilterOpBox Ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.FilterOpBox Ul li
{
    background-color: #d9ebf6;
    border-bottom: solid #fff 1px;
    margin-left: 0px;
    width: 245px;
    height: 31px;
}

.FilterOpBox Ul li A
{
    color: #000033;
    font-weight: bold;
    font-size: 12px;
    margin-left: 13px;
    line-height: 30px;
    text-decoration: none;
}

.FilterOpBox Ul li A:hover, .FilterOpBox Ul li.active A
{
    color: #007ac3;
}

.AgendaBox
{
    background-color: #d9ebf6;
    width: 221px;
    padding: 12px;
}

.BrochureBox
{
    background-color: #d9ebf6;
    width: 221px;
    padding: 12px;
}
.BrochureBox .Bekijk.bekijkknop
{
    margin-top:10px;
}

.AgendaBox img
{
    vertical-align: middle;
}

.AgendaBox .Bekijk
{
    padding-top: 15px;
}

.AgendaBox .Datum
{
    color: #D11241;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}

.AgendaBox .Titel
{
    color: #007AC3;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 12px;
}

.AgendaBox .Tekst
{
    color: #333333;
    line-height: 18px;
}

.SnelNaarBox
{
    padding-bottom: 15px;
}
.SnelNaarBox ul
{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.SnelNaarBox ul li
{
    background-color: #D9EBF6;
    border-bottom: 1px solid #FFFFFF;
    height: 36px;
    margin-left: 0;
    padding: 8px 12px;
    width: 221px;
}

.SnelNaarBox ul li a
{
    color: #007AC3;
    font-size: 12px;
    font-weight: bold;
}

.SnelNaarBox ul li img
{
    vertical-align: middle;
}

.ContentBoxBreed
{
     background-color: #fff;
}

.ContentBox
{
    position:relative;
    padding-left: 30px;
    padding-right: 20px;
    background-color: #fff;
}

.ContentBoxItem {
    border-bottom: 1px solid #BADBEF;
    padding-bottom: 9px;
    padding-top: 27px;
}

.ContentBoxDetail
{
    padding-bottom: 9px;
    padding-top: 27px;
}

.paging
{
    height: 31px;
    padding-left: 20px;
    padding-top: 20px;
    text-align: center;
    width: 420px;
}

.paging a
{
    background-color: #E5F2F9;
    color: #007AC3;
    margin-left: 9px;
    padding: 3px 6px;
    text-decoration: none;
    height: 22px;
}

.paging .Volgende
{
    background-color: transparent;
    height: 22px;
    margin-left: 9px;
    padding: 0px;
    text-decoration: none;
    float: right;
}

.paging .Vorige
{
    background-color: transparent;
    height: 22px;
    padding: 0px;
    text-decoration: none;
    float: left;
}

.paging a.Current
{
    background-color: transparent;
}

.paging .Vorige img, .paging .Volgende img
{
    vertical-align: middle;
    display: block;
}

.ContentBoxItem .Afbeelding, .ContentBoxDetail .Afbeelding {
    padding-bottom: 18px;
}

.ContentBoxItem.Home .Afbeelding, .ContentBoxDetail.Home .Afbeelding
{
    float:left;
    padding-bottom: 18px;
    width:156px;
}

.ContentBoxItem.Home .left {
    float:left;
    width:254px;
}

.ContentBoxItem .Titel, .ContentBoxDetail .Titel
{
    padding-bottom: 16px;
    color: #007ac3;
    font-size: 18px;
    font-weight: bold;
}
.ContentBoxItem .Titel A, .ContentBoxDetail .Titel A
{
    color: #007ac3;
    font-size: 18px;
    font-weight: bold;
}

.ContentBoxItem .Datum, .ContentBoxDetail .Datum
{
    float: left;
    color: #be1c1e;
    font-size: 11px;
    padding-bottom: 16px;
}

.ContentBoxItem .Filter, .ContentBoxDetail .Filter
{
    float: left;
    color: #be1c1e;
    font-size: 11px;
    padding-bottom: 16px;
    font-weight: bold;
    padding-right: 5px;
}

.ContentBoxItem .Tekst, .ContentBoxDetail .Tekst
{
    color: #4c4c4c;
}

.UlPopulair li
{
    float: left;
    color: #6cb7e5;
    font-size: 11px;
    font-weight: bold;
}

.UlPopulair li A
{
    color: #6cb7e5;
}

.ZieOokTitel
{
    color: #007ac3;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.ZieOokTitel A
{
    color: #007ac3;
    font-size: 18px;
    font-weight: bold;
}
.ZieOokTekst
{
    margin-bottom: 18px;
    border-bottom: 1px solid #BADBEF;
    line-height: 20px;
}

.ReactieBox
{
    background-color: #e5f2f9;
    padding: 19px;
}

.ReactieBox .Naam
{
    color: #007ac3;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}

.ReactieBox .Datum
{
    color: #be1c1e;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
}

.ReactieBox .Reactie
{
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    border-bottom: 1px solid #BADBEF;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.RactieFormulier
{
    background-color: #e5f2f9;
    padding: 0px 19px 19px 19px;
}

.RactieFormulier input
{
    font-size: 12px;
    float: none;
    font-family: Arial;
}

.RactieFormulier #recaptcha_area
{
    width: 360px !important;
    overflow: hidden;
    border-right: solid 1px #DFDFDF;
    background-color: #fff;
}

.FormSendButton, .ButtonBekijkKaart
{
    cursor:pointer;
    background-color:#007ac3;
    padding:5px 8px;
    color:#ffffff;
    font-weight:bold;
    clear:both;
    float:right;
}

.ButtonBekijkKaart
{
    float: left;
}

.GoogleMapBereikbaarKlein
{
    height: 252px;
    width: 216px;
}

.RecenteArtikelenBox
{
    padding-right: 22px;
}

.RecenteArtikelenBox .Titel, .RecenteArtikelenBox .Titel A
{
    color: #007ac3;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}

.RecenteArtikelenBox .Datum
{
    color: #be1c1e;
    font-size: 11px;
    line-height: 18px;
}

.RecenteArtikelenBox .Tekst
{
    color: #333333;
    font-size: 12px;
    line-height: 18px;
}

.RecenteArtikelenBox .Underline
{
    border-bottom: solid #a3cde6 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.publicatieIntroTekst
{
    float:left;
    width:230px;
}

.ProjectBoxItem
{
    border-bottom: 1px solid #BADBEF;
    padding-bottom: 9px;
    padding-top: 27px;
}

.ProjectBoxDetail
{
    padding-bottom: 9px;
    padding-top: 27px;
}

.ProjectBoxItem .Afbeelding
{
    float: left;
    padding-right: 22px;
    padding-bottom: 10px;
}

.ProjectBoxDetail .Afbeelding
{
    padding-right: 22px;
    padding-bottom: 10px;
}

.ProjectBoxItem .Titel, .ProjectBoxItem .Titel A
{
    color: #007ac3;
    font-weight: bold;
    font-size: 18px;
}

.ProjectBoxDetail .Titel, .ProjectBoxDetail .Titel A, .ContentBoxDetail .Titel
{
    padding-bottom: 16px;
    color: #007ac3;
    font-weight: bold;
    font-size: 18px;
}

.ProjectBoxItem .UitgegevenDoor, .ContentBoxDetail .UitgegevenDoor
{
    color: #be1c1e;
    font-size: 11px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.ProjectBoxItem .Tekst, .ProjectBoxDetail .Tekst
{
    color: #4c4c4c;
    font-size: 12px;
    line-height: 20px;
}

.ProjectBoxItem .Download, .ContentBoxDetail .Download
{
    padding-top: 15px;
}

.ProjectBoxItem .Download A, .ContentBoxDetail .Download A
{
    color: #6CB7E5;
    font-size: 11px;
    font-weight: bold;
}

.ProjectBoxItem .Download img, .ContentBoxDetail .Download img
{
    vertical-align: middle;
    padding-right: 7px;
}

.ProjectBoxItem .Gerelateerd, .ProjectBoxDetail .Gerelateerd, .ProjectBoxItem .GerelateerdLocatie
{
    color: #6cb7e5;
    font-size: 11px;
    font-weight: bold;
    list-style-type: circle;
}

.SubMenuBox Ul li
{
    background-color: #d9ebf6;
    border-bottom: solid #fff 1px;
    margin-left: 0px;
    width: 245px;
    list-style: none;
}

.SubMenuBox Ul li Ul
{
    margin-bottom: 0px;
}

.SubMenuBox Ul li Ul Li
{
    background-color: #d9ebf6;
    margin-left: 40px;
    width: 205px;
    padding-left: 0px;
    border: none;
    list-style-type: disc;
}

.SubMenuBox Ul li A, .SubMenuBox Ul li.active ul li A, .SubMenuBox Ul li ul li A
{
    color: #0e0f3f;
    font-weight: bold;
    font-size: 12px;
    margin-left: 13px;
    line-height: 30px;
    text-decoration: none;
}

.SubMenuBox Ul li ul li A
{
    margin-left: 0px;
}
.SubMenuBox Ul li A:hover, .SubMenuBox Ul li.active A, .SubMenuBox Ul li ul li A:hover, .SubMenuBox Ul li ul li.active A
{
    color: #007ac3;
}

.GezochtTitel
{
    color: #D11241;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.4px;
    padding-top: 30px;
    text-transform: uppercase;
}

.GezochtKeyword
{
    color: #007ac3;
    font-weight: bold;
    font-size: 12px;
    text-transform: none;
}

.GezochtKeyword IMG
{
    vertical-align:middle;
}
.bekijkSubMenu
{
    float: right;
    padding-top: 11px;
    padding-right: 12px;
    cursor: pointer;
}

.SubMenuProject
{
    display: none;
}

.Flickr
{
    float: left;
}

.Flickr img
{
    vertical-align: middle;
    padding-right: 7px;
}

.Flickr A
{
    color: #6CB7E5;
    font-size: 11px;
    font-weight: bold;
}

.GerelateerdLocatie
{
    float: right;
}

.Anker
{
    color: #4C4C4C;
    font-size: 12px;
    line-height: 20px;
}

.FAQVraag
{
    position: relative;
    background-color: #d9ebf6;
    color: #000033;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 25px;
    line-height: 20px;
    margin-bottom: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.FAQAntwoord
{
    color: #4c4c4c;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    display: none;
}

.FAQImg
{
    position:absolute;
    top:0px;
    right:0px;
}
    
.preview {
    border:solid 3px #ffffff;
    cursor:pointer;
    padding:0px !important;
}

.AgendaBox .DatumImgAgenda, .DatumImgAgenda {
    background:url('../Images/Background/agenda.png') no-repeat;
    color:#be1c1e;
    float:left;
    font-weight:bold;
    height:20px;
    margin:0px 10px 0px 0px;
    padding:5px 0px 0px 4px;
    width:21px;
}

.AgendaBox .agenda_specs {
    color: #be1c1e;
    float:left;
    font-weight:bold;
    width:180px;
}

.agenda_specs {
    float:left;
    width:369px;
}

.agendaDatumTijd
{
    font-weight:bold;
    font-size:12px;
    padding-left:3px;
    padding-right:3px;
}

.button {
    color:#ffffff;
    cursor:pointer;
    background-color:#007ac3;
    font-weight:bold;
    padding:5px 8px;
    width:205px;
}

.title {
    color:#007ac3;
    font-weight:bold;
}

#TwitterContainer {
}
#TwitterContainer-outer {
    height: 100px;
    overflow: hidden;
    position:relative;
}
#TwitterContainer-inner {
    position: relative;    
}

.Twitter {
    font-style:italic;
    margin:0px 15px 20px 0px;
    height:100px;
    overflow:hidden;
}

.Twitter a {
    color:#007ac3;
}

.Twitter a.TwitterUser {
    font-weight:bold;
}

.TwitterDate {
    font-size:11px;
    font-style:normal;
    margin:10px 0px 0px 0px;
}

#webcam {
    height:172px;
    margin:0px 0px 10px 0px;
    width:210px;
    border:solid 3px #fff;
}

#webcam.large {
    height:420px;
    margin:0px 0px 10px 0px;
    width:514px;
}

.camcontrols {
    padding-bottom:100px;
}

.camcontrols div.camtext {
    font-weight:bold;
}

.camcontrols p, .camcontrols div.camtext {
    margin:35px 10px 20px 20px;
}

.camcontrols ul {
    margin:0px 10px 20px 20px;
    padding:0px;
    list-style-type:none;
}

.camcontrols li {
    margin:10px 0px 0px 0px;
    padding:0px;
}

.camcontrols a {
    color:#007ac3;
}

div#controls {
	clear			:both;
	position		:relative;
	height			:100px;
	margin			:20px 0px 0px 20px;
	width			:inherit;
}

div#cUp {
	position		:absolute;
	top				:30px;
	left			:40px;	
}

div#cRight {
	position		:absolute;
	top				:70px;
	left			:80px;
}

div#cDown {
	position		:absolute;
	top				:105px;
	left			:40px;
}

div#cLeft {
	position		:absolute;
	top				:70px;
	left			:0px;
}

#controls p {
    margin:0px;
}

.map {
    width:230px;
    height:263px;
    background-image:url('../Images/werkzaamheden.png');
    background-repeat:no-repeat;
    cursor:pointer;
}

#smallmap
{
    width:215px;
    height:250px;
    margin-top:4px;
    margin-left:3px;
    cursor:pointer;
}

.gmnoprint
{
    display:none !Important;
}

.tm
{
    color: #4c4c4c;
    font-size: 12px;
}

.ShareThis
{
    padding-top: 15px;
}

.ContactBox .Titel
{
    color: #d11241;
    font-weight: bold;
    font-size: 12px;
    padding-top: 29px;
    padding-bottom: 19px;
    text-transform: uppercase;
}

.ContactBox .Tekst
{
    color: #4c4c4c;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 33px;
}

.ContactBox .tdLabelFormulier
{
    color: #007ac3;
    font-size: 12px;
    padding-right: 15px;
}

.ContactBox .tdLabelFormulierSLC
{
    width:250px;
    color: #007ac3;
    font-size: 12px;
    padding-right: 15px;
}


.ContactBox .tdInputFormulier
{
    line-height: 25px;
    font-family: Arial;
    font-size: 12px;
    color: #0171BA;
}

.ContactBox .txtFormAdres,
.ContactBox .txtFormNR,
.ContactBox .txtForm
{
    border: 1px solid #9ECCE8;
    height: 18px;
    width: 230px;
    font-family: Arial;
    font-size: 12px;
    color: #0171BA;
}

.ContactBox .txtFormAdres {
    width: 165px;
}
.ContactBox .txtFormNR {
    width: 54px;
    border-left:none;
}

.ContactBox .tdLabelCB {
    padding-bottom:6px;
}

.ContactBox .txtFormSmall
{
    border: 1px solid #9ECCE8;
    height: 18px;
    width: 50px;
    font-family: Arial;
    font-size: 12px;
    color: #0171BA;
    float:none;
}
.ContactBox .taForm
{
    border: 1px solid #9ECCE8;
    width: 230px;
}

.ContactBox .slcForm
{
    border: 1px solid #9ECCE8;
    height: 20px;
    width: 242px;
    font-family: Arial;
    font-size: 12px;
    color: #0171BA;
    margin: 0 0 10px 0;
}

.ContactBox .slcFormSmall
{
    border: 1px solid #9ECCE8;
    height: 20px;
    width: 242px;
    font-family: Arial;
    font-size: 12px;
    color: #0171BA;
    margin: 0 0 10px 0;
}


.ContactBox .cbForm
{
    font-family: Arial;
    font-size: 12px;
    color: #0171BA;
    margin-right: 11px;
}

.ContactBox td
{
    color: #007ac3;
    font-size: 12px;
}

.fileinputs
{
    position: relative;
    margin-bottom: 10px;
}

div.fakefile
{
    left: 0;
    line-height: 15px;
    position: absolute;
    top: 0;
    z-index: 1;
}

div.fakefile input
{
    border-left: 1px solid #9ECCE8;
    border-top: 1px solid #9ECCE8;
    border-bottom: 1px solid #9ECCE8;
    height: 20px;
    width: 161px;
}

.fakefile img
{
    border-right: 1px solid #9ECCE8;
    border-top: 1px solid #9ECCE8;
    border-bottom: 1px solid #9ECCE8;
}

input.file
{
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: relative;
    text-align: right;
    z-index: 2;
}

.BtnVerzenden
{
    float: right;
    padding: 14px 0 0 0;
}

.tussenlijn
{
    border-top: solid 1px #badbef;
}

.red
{
    color: #be1c1e;
}

.UnderLineContactBanner
{
    border-bottom: solid 1px #badbef;
    margin-bottom: 19px;
    padding-bottom: 20px;
    margin-right: 20px;
}

.trResultOk, .trResultAlert
{
    display: none;
}
.NewsletterInschrijven
{
    width: 245px;
    background-color: #d9ebf6;
}
.NewsletterInschrijven form
{
    padding: 10px;
}
.NewsletterInschrijven input.text
{
    width: 215px;
    font-family: Arial;
}

/*///Bereikbaarheid ////*/
.divGoogleMapBereikbaar {
	width			:980px;
	height			:800px;
	float			:left;
	margin-left		:0px;
	position		:relative;
	background-color: #e5e3df;
}

.divNewsAgendaContainer {
	margin-bottom	:5px;
	border-bottom	:solid 1px #88bcdf;
	overflow		:hidden;
	
}

.divTitelGastBlogger 
{
	margin-top		:5px;
	font-size		:12px;
	font-weight		:bold;
	color			:#007ac3;
}
.imgGastblogger {
	margin-bottom	:3px;
	margin-left		:3px;
}
.divLegenda {
	width			:100%;
	background-color:#e4f1f9;
	text-align		:center;
	border-top		:solid 1px #88bcdf;
	border-bottom	:solid 1px #88bcdf;	
}
.tblLegenda {
	margin			:10px;
	
}
.divHeaderLegenda {
	margin-bottom	:5px;
	font-weight		:bold;
	color			:#d11241;

}
.tdImgLegenda {
	width			:30px;
	text-align		:center;
}
.tdTextLegenda, .divHeaderLegenda {
	padding-right	:10px;
	font-size		:11px;
}

.divWebcam {
	border-bottom	:solid 1px #88bcdf;
	padding			:20px;
}

.linkwithimage {
	background		:url('../Images/icons/iconArrowBlue.png') no-repeat right;
	padding			:0px 20px 0px 0px;
}

#flickrstream
{
    position:relative;
    margin-bottom:15px;
    width:225px;
    height:75px;
    border:solid 3px #fff;
}

#flickrstream img
{
    display:block;
    float:left;
}

.WebcamBorder
{
    height:188px;
    width:216px;
    background-image:url('../Images/Background/Banner_Shadow.png');
    background-repeat:no-repeat;
    background-position:left bottom; 
    margin-bottom:10px;
}

.YoutubeBorder
{
    height:177px;
    width:221px;
    background-image:url('../Images/Background/Banner_Shadow.png');
    background-repeat:no-repeat;
    background-position:left bottom; 
    margin-bottom:10px;
}

/*****zoek******/

#resultatenRegel .Titel
{
    color: #007AC3;
    font-weight: bold;
    font-size: 14px;
    padding-top: 29px;
    padding-right:3px;
    float:left;
}

#resultatenRegel .SearchedAtString
{
    color: #d11241;
    font-weight: bold;
    font-size: 14px;
    padding-top: 29px;
    float:left;
}

.aantalResultaten
{
    float:left;
    color: #4C4C4C;
    font-weight: bold;
    padding-bottom: 19px;
}

.LeesMeerRegel
{
	padding-top:4px;
}

.MeerOver A,.LeesMeerRegel A
{
	color:#E4701E;
	font-weight:bold;
}

.Result #url 
{
	font-size:12px;
	font-weight:bold;
	color:#d11241;
	text-decoration:none;
}

.Result #url_2 
{
	font-size:12px;
	color:#6CB7E5;
	width:583px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}
.Result #url_2 A:hover
{
	text-decoration:underline;
}

.Result
{
	padding-bottom:25px;
}


#PreviousNext1,#PreviousNext2,#PreviousNext3,#PreviousNext4
{
	float:left;
	display:none;
	color:#6CB7E5;
	padding-right:3px;
}


/*************/

/*********Lightbox*************/


#Overlay, #OverlayVideo
{
	background-image: url(../Images/Background/Overlay.png);
}

* html #Overlay, * html #OverlayVideo
{
	background-color:Transparent;
	background-image: url(../Images/Background/Overlay.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/Background/Overlay.png", sizingMethod="scale");
}

#Overlay img
{
	position:relative;
	border: none; 
	margin-left:10px;
}

#LightBox
{
	position		:absolute;
	padding			:15px;
	padding-top		:32px;
	background-color:White;
	z-index			:310;
	border			:solid 2px #d11241;
	color			:#007ac3;
}
/*#LightboxMainImage {
	max-width		:1090px;
	width			:expression(this.width > 1000 ? "1000" : "auto");
	width			:expression(document.geElementById('LightBox').style.width > 800 ? "800px": "auto" );
	max-height		:768px;
	height			:expression(this.height > 768 ? "768" : "auto");
}*/


#CloseButton
{
	position:absolute;
	z-index:310;
	top:10px;
	right:15px;
	cursor:pointer;
	cursor:hand;
}

#LightBoxNav
{
	position:relative;
	text-align:right;
	color:#007ac3;
	padding-top:10px;
	/*width		:300px;*/
}

#LightBoxNav a
{
	color:#cc0000;
	text-decoration:none;
}

#TitleDiv
{
	float:left;	
	text-align			:left;
}


/*********************************/

#slider-code { height: 125px; overflow:hidden; }
#slider-code .viewport { float: left; width: 240px; height: 125px; overflow: hidden; position: relative; }
#slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 121px; border: 1px solid #dcdcdc; width: 236px;}
		
		
.lblError
{
    color:red;
    font-style:italic;
    font-size:11px;
    margin-bottom:5px;
}

.ReactieAlert
{
    color:#007AC3;
    font-size:11px;
    font-style:italic;
}
.left {
    float:left;
}
.clear {
    clear:both;
}

#left {
    border-right: 1px dotted #007AC3;
    float:left;
    width:258px;
}

#left ul {
    margin:30px 0px 0px 0px;
    padding:0px;
    list-style-type:none;
}

#left li {
    background-color:#D9EBF6;
    border-bottom:solid white 1px;
    height:31px;
    margin:0px;
    padding:0px;
    line-height:30px;
    width:245px;
}

#left li a {
    color:#000000;
    font-weight:bold;
    margin:10px 0px 0px 13px;
}

#right {
    float:left;
    margin:30px 0px 30px 30px;
    width:691px;
}

.FormLine {
    height:18px;
    line-height:18px;
    padding-bottom:18px;
}
.FormLine div {
    border-bottom: 1px solid #9ECCE8;
    margin-top:10px;
}