@charset "utf-8";
body  {
	FONT-SIZE: 12px;
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background: #006600;
	margin: 10; /* it's good practice to zero the margin and padding of the body element 
                       to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left 
                               aligned default in the #container selector */
	color: #000000;
        overflow-y: scroll;
}
#container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal 
                          scroll bar + was 780px + */
	background: url(pictures/faux.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #339933; 
	/* padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear 
                                    beneath it. If an image is used in the #header instead of text, you may want to 
                                    remove the padding. */
} 

.VertScheidStreep { 
	background:#003399; 
        width: 2px;
}

.HorScheidStreep { 
	background:#003399; 
}

#menu_boven {
        /* Script Menu */
        background: #FFEE00;
	width: 920px; /* the actual width of this div, in standards-compliant browsers, or standards mode in 
                         Internet Explorer will include the padding and border in addition to the width */
}

#TitelKopx {
        /* titel boven artikelen */
        FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
        COLOR: #003399;
        FONT-FAMILY: "Verdana";
        text-align: center;
        /* padding-left: 5px; */
        /* padding-right: 10px; */
        padding: 10px 10px 10px 10px; /* boven - onder - rechts -links */
}

#foto_midden {
        /* titel boven artikelen */
        FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
        COLOR: #003399;
        FONT-FAMILY: "Verdana";
        text-align: center;
        /* padding-left: 5px; */
        /* padding-right: 10px; */
        /* padding: 5px 5px 5px 5px;  boven - onder - rechts -links */
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in 
                         Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 40px; /* boven - onder - rechts -links */
}

#sidebar_algemeen {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in 
                         Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 40px; /* boven - onder - rechts -links */
}

#sidebar1 H3{
	FONT-SIZE: 18px;
}

#sidebar_foto_links {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in 
                         Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 40px; /* boven - onder - rechts -links */
}

#sidebar_foto_midden {
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - 
                                no matter how much content the sidebar1 div contains, the column space will remain. 
                               You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 
                               space when the content in #sidebar1 ends. */
/*	padding: 10 10 10 10px;  remember that padding is the space inside the div box and margin is the space outside the 
                            div box */
        PADDING-RIGHT: 25px;
        PADDING-LEFT: 10px;
        PADDING-BOTTOM: 10px;
        PADDING-TOP: 10px;
}
#sidebar_foto_rechts {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in 
                         Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 40px; /* boven - onder - rechts -links */
}
#mainContent_algemeen { 
	margin-left: 230px; 
        PADDING-RIGHT: 40px;
        PADDING-LEFT: 10px;
        PADDING-BOTTOM: 10px;
        PADDING-TOP: 10px;
} 

#mainContent_speltak { 
	margin-left: 230px; 
        PADDING-RIGHT: 40px;
        PADDING-LEFT: 10px;
        PADDING-BOTTOM: 10px;
        PADDING-TOP: 10px;
}

#mainContent { 
	margin: 0 0 0 380px; /* the left margin on this div element creates the column down the left side of the page - 
                                no matter how much content the sidebar1 div contains, the column space will remain. 
                               You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 
                               space when the content in #sidebar1 ends. */
/*	padding: 10 10 10 10px;  remember that padding is the space inside the div box and margin is the space outside the 
                            div box */
        PADDING-RIGHT: 25px;
        PADDING-LEFT: 10px;
        PADDING-BOTTOM: 10px;
        PADDING-TOP: 10px;
}

.AgendaDatum {
        /* Datum in agenda */
        FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
        COLOR: #000000;
        FONT-FAMILY: "Verdana";
        text-align: left;
        padding-left: 15px;
        vertical-align: top;
}

.AgendaPlaats {
        /* plaatsnaam in agenda */
        FONT-WEIGHT: bold;	
        FONT-SIZE: 10pt;
        COLOR: #008000;
        FONT-FAMILY: "Verdana";
        padding-left: 5px;
        padding-right: 10px;
}

.tekstKolom {
        /* items in linkse kolom */
        FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
        COLOR: #000000;
        FONT-FAMILY: "Verdana";
        text-align: center;
        padding-left: 15px;
        vertical-align: top;
}

.FotoFotoLR {
        /* foto linkse en rechtse kolom in fotoalbum oude stijl */
        width: 120px;
        border-bottom: 1px solid #0000FF;
        border-right: 1px solid #0000FF;
        border-left: 1px solid #0000FF;
}

.FotoTekstL {
        /* tekst linkse kolom in fotoalbum oude stijl */
        width: 330px;
        border-bottom: 1px solid #0000FF;
	FONT-SIZE: 10pt;
        COLOR: #000000;
        FONT-FAMILY: "Verdana";
        padding-left: 5px;
        padding-right: 10px;
}


.FotoTekstR {
        /* tekst rechtse kolom in fotoalbum oude stijl */
        width: 330px;
        border-bottom: 1px solid #0000FF;
        border-right: 1px solid #0000FF;
	FONT-SIZE: 10pt;
        COLOR: #000000;
        FONT-FAMILY: "Verdana";
        padding-left: 5px;
        padding-right: 10px;
}

.FotoKopL A {
        /* kop linkse kolom in fotoalbum oude stijl */
        width: 450px;
        border-bottom: 1px solid #0000FF;
        border-left: 1px solid #0000FF;
        border-top: 1px solid #0000FF;
        FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
        COLOR: #003399;            
        FONT-FAMILY: "Verdana";
        padding-left: 5px;
        padding-right: 10px;
        TEXT-DECORATION: none;
}

.FotoKopL A:hover {
        /* oude stijl */
 	COLOR: #CC0033;
        TEXT-DECORATION: none;
}


.FotoKopR A {
        /* kop linkse kolom in fotoalbum oude stijl */
        width: 450px;
        border-bottom: 1px solid #0000FF;
        border-right: 1px solid #0000FF;
        border-left: 1px solid #0000FF;
        border-top: 1px solid #0000FF;
        FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
        COLOR: #003399;            
        FONT-FAMILY: "Verdana";
        padding-left: 5px;
        padding-right: 10px;
        TEXT-DECORATION: none;
}

.FotoKopR A:hover {
        /* oude stijl */
 	COLOR: #CC0033;
        TEXT-DECORATION: none;
}

.FotoKop A {
        /*  cel met koptekst in 1e rij van foto-items in fotoalbum */
        width: 650px;
        border-bottom: 1px solid #0000FF;
        border-right: 1px solid #0000FF;
        border-left: 1px solid #0000FF;
        border-top: 1px solid #0000FF;
        FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
        COLOR: #003399;            
        FONT-FAMILY: "Verdana";
        padding-left: 5px;
        padding-right: 10px;
        TEXT-DECORATION: none;
}

.FotoKop A:hover {
        /*       */
 	COLOR: #CC0033;
        TEXT-DECORATION: none;
}

.FotoFoto {
        /* cel met foto in 2e rij van foto-items in fotoalbum */
        width: 130px;
        border-bottom: 1px solid #0000FF;
        border-right: 1px solid #0000FF;
        border-left: 1px solid #0000FF;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
}

.FotoTekst {
        /*  cel met tekst in 2e rij van foto-items in fotoalbum */
        width: 520px;
        border-bottom: 1px solid #0000FF;
        border-right: 1px solid #0000FF;
	FONT-SIZE: 10pt;
        COLOR: #000000;
        FONT-FAMILY: "Verdana";
        padding-left: 40px;
        padding-right: 10px;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that 
                                   appear above it. */
	background:#7FC31C; 
} 
#footer p {
        FONT-SIZE: 16px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin 
                      collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the 
                            margin collapse issue */
}
.kop_links {
	FONT-SIZE: 24px;
	margin-left: 15px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the 
                 close of a container that should fully contain a float */
	clear:both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}



#navigatie_links { margin: 0; padding: 0; list-style-type: none; line-height: 20px} 

#navigatie_links li { margin: 0; padding: 0; }

#navigatie_links a { color: #003399; font-weight: bold; text-decoration: none; } 

#navigatie_links a:visited { color: #003399; text-decoration: none; }   

#navigatie_links a:hover { color: #CC0033; TEXT-DECORATION: underline;}

.Link_OverzichtKop A {
        /* Kop in indexen van nieuws-agenda-acties etc. */
        FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
        COLOR: #003399;            
        FONT-FAMILY: "Verdana";
        TEXT-DECORATION: underline;
        padding-left: 1px;
        padding-right: 10px;
}

.Link_OverzichtKop A:hover {
 	COLOR: #CC0033;
        TEXT-DECORATION: underline;
}

.Link_OverzichtKop {
        FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
        COLOR: #003399;
        padding-left: 5px;
        padding-right: 10px;
}

.Link_LeesVerder A {
        /* link lees verder */
	FONT-WEIGHT: bold;
        FONT-SIZE: 8pt;
        COLOR: #FF3300;
        FONT-FAMILY: "Arial";
        TEXT-DECORATION: none;
        padding-left: 5px;
}

.Link_LeesVerder A:hover {
 	COLOR: #CC0033;
        TEXT-DECORATION: underline;
}

.Tekst2 {
        /* algemene tekst in artikelen */
	FONT-SIZE: 10pt;
        COLOR: #000000;
        FONT-FAMILY: "Verdana";
        padding-left: 20px;
        padding-right: 20px;
} 

.TitelKop {
        /* titel boven artikelen */
        FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
        COLOR: #003399;
        FONT-FAMILY: "Verdana";
        text-align: center;
        padding-left: 5px;
        padding-right: 10px;
}

.TekstPagKop {
        /* menutekst in geel vlak */
        FONT-WEIGHT: bold;
	FONT-SIZE: 18pt;
        COLOR: #003399;
        FONT-FAMILY: "Arial";
        text-align: center;
        /* background-color: FFFF00; */
}

.nieuwsfoto {
	DISPLAY: block; FLOAT: left; WIDTH: 161px
}
.nieuwsfoto IMG {
	BORDER-RIGHT: #c5c5c5 3px solid; BORDER-TOP: #c5c5c5 3px solid; BORDER-LEFT: #c5c5c5 3px solid; BORDER-BOTTOM: #c5c5c5 3px solid
}
.nieuwsitem H3 {
	MARGIN-TOP: 5px; FONT-WEIGHT: bolder; FONT-SIZE: 14px; MARGIN-BOTTOM: 13px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.nieuwsitem H4 {
	MARGIN-TOP: 5px; FONT-WEIGHT: bolder; FONT-SIZE: 18px; MARGIN-BOTTOM: 13px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.nieuwsitem P {
	MARGIN-TOP: 0px; LINE-HEIGHT: 1.3; PADDING-TOP: 0px
}
.nieuwsitem A {
	COLOR: #ff3300
}

#menu_rechts {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(images/menu_rechts.jpg); PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; HEIGHT: 32px; text-align: center;
}
#menu_rechts UL {
	PADDING-RIGHT: 8px; PADDING-LEFT: 8px; PADDING-BOTTOM: 8px; MARGIN: 0px; PADDING-TOP: 8px; LIST-STYLE-TYPE: none
}
#menu_rechts LI {
	PADDING-RIGHT: 12px; DISPLAY: inline; PADDING-LEFT: 12px; PADDING-BOTTOM: 12px; MARGIN: 0px; PADDING-TOP: 12px; LIST-STYLE-TYPE: none
}
#menu_rechts A {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Helvetica, Arial, sans-serif; TEXT-DECORATION: none
}
#menu_rechts A:hover {
	COLOR: #ed6614
}

 











