/* ******************** ALGEMEEN ******************** */
html {
	overflow-y: scroll !important;
}
a {
     outline: none;
}



body {
	margin: 20px 20px 0px;
	padding: 20px 20px 0px;
}
td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

li {
	line-height: 24px;
}


.bg_blauw {
	background-image: url(../images/bg_blauw.gif);
	background-repeat: no-repeat;
}
.bg_rood {
	background-image: url(../images/bg_rood.gif);
	background-repeat: no-repeat;
}
.bg_groen {
	background-image: url(../images/bg_groen.gif);
	background-repeat: no-repeat;
}



.streepje_blauw {
	background-image: url(../images/streepje_blauw.gif);
	background-repeat: repeat-y;
}
.streepje_rood {
	background-image: url(../images/streepje_rood.gif);
	background-repeat: repeat-y;
}
.streepje_groen {
	background-image: url(../images/streepje_groen.gif);
	background-repeat: repeat-y;
}




.content_blauw {
	color: #0061A8;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
}
.content_rood {
	color: #D20035;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
}
.content_groen {
	color: #588C24;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
}




h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}









/* ******************** SUBMENU BLAUW ******************** */
#submenu {
	color: #0061A8;
	text-decoration: none;
	width: 220px;
	font-weight: normal;
	text-indent: 4px;
}
#submenu a {
	color: #0061A8;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6DBFEC;
}
#submenu a:visited {
	color: #0061A8;
}
#submenu a:hover {
	color: #FFFFFF;
	background-color: #0061A8;
}
#submenu a:active {
	color: #FFFFFF;
}





#submenu1 {
	color: #626262;
	text-decoration: none;
	width: 220px;
	text-indent: 25px;
	font-weight: normal;
}
#submenu1 a {
	color: #666666;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6DBFEC;
}
#submenu1 a:visited {
	color: #666666;
}
#submenu1 a:hover {
	color: #0061A8;
	background-color: #6DBFEC;
}
#submenu1 a:active {
	color: #0061A8;
	background-color: #6DBFEC;
}




#submenu2 {
	color: #626262;
	text-decoration: none;
	width: 220px;
	text-indent: 55px;
}
#submenu2 a {
	color: #777777;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6DBFEC;
}
#submenu2 a:visited {
	color: #626262;
}
#submenu2 a:hover {
	color: #0061A8;
	background-color: #CBECFD;
}
#submenu2 a:active {
	color: #0061A8;
	background-color: #CBECFD;
}









/* ******************** SUBMENU ROOD ******************** */
#submenu_rood {
	color: #D20035;
	text-decoration: none;
	width: 220px;
	font-weight: normal;
	text-indent: 4px;
}
#submenu_rood a {
	color: #D20035;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DD8A9F;
}
#submenu_rood a:visited {
	color: #D20035;
}
#submenu_rood a:hover {
	color: #FFFFFF;
	background-color: #D20035;
}
#submenu_rood a:active {
	color: #FFFFFF;
}





#submenu_rood1 {
	color: #626262;
	text-decoration: none;
	width: 220px;
	text-indent: 25px;
	font-weight: normal;
}
#submenu_rood1 a {
	color: #666666;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DD8A9F;
}
#submenu_rood1 a:visited {
	color: #666666;
}
#submenu_rood1 a:hover {
	color: #D20035;
	background-color: #DD8A9F;
}
#submenu_rood1 a:active {
	color: #D20035;
	background-color: #DD8A9F;
}




#submenu_rood2 {
	color: #626262;
	text-decoration: none;
	width: 220px;
	text-indent: 55px;
}
#submenu_rood2 a {
	color: #777777;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DD8A9F;
}
#submenu_rood2 a:visited {
	color: #626262;
}
#submenu_rood2 a:hover {
	color: #D20035;
	background-color: #CBECFD;
}
#submenu_rood2 a:active {
	color: #D20035;
	background-color: #CBECFD;
}







/* ******************** SUBMENU groen ******************** */
#submenu_groen {
	color: #288822;
	text-decoration: none;
	width: 220px;
	font-weight: normal;
	text-indent: 4px;
}
#submenu_groen a {
	color: #288822;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #74D26E;
}
#submenu_groen a:visited {
	color: #288822;
}
#submenu_groen a:hover {
	color: #FFFFFF;
	background-color: #ABCB55;
}
#submenu_groen a:active {
	color: #FFFFFF;
}





#submenu_groen1 {
	color: #626262;
	text-decoration: none;
	width: 220px;
	text-indent: 25px;
	font-weight: normal;
}
#submenu_groen1 a {
	color: #666666;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #74D26E;
}
#submenu_groen1 a:visited {
	color: #666666;
}
#submenu_groen1 a:hover {
	color: #288822;
	background-color: #C8E776;
}
#submenu_groen1 a:active {
	color: #288822;
	background-color: #C8E776;
}




#submenu_groen2 {
	color: #626262;
	text-decoration: none;
	width: 220px;
	text-indent: 55px;
}
#submenu_groen2 a {
	color: #777777;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #74D26E;
}
#submenu_groen2 a:visited {
	color: #626262;
}
#submenu_groen2 a:hover {
	color: #288822;
	background-color: #CBECFD;
}
#submenu_groen2 a:active {
	color: #288822;
	background-color: #CBECFD;
}




/* ******************** LINKS ******************** */

.content_blauw a:link {
	color: #0061A8;
	text-decoration: underline;
} 
.content_blauw a:visited {
	color: #0061A8;
	text-decoration: underline;
} 
.content_blauw a:hover {
	color: #00406E;
	text-decoration: underline;
} 
.content_blauw a:active {
	color: #00406E;
	text-decoration: underline;
} 


.content_rood a:link {
	color: #D20035;
	text-decoration: underline;
} 
.content_rood a:visited {
	color: #D20035;
	text-decoration: underline;
} 
.content_rood a:hover {
	color: #AB2849;
	text-decoration: underline;
} 
.content_rood a:active {
	color: #AB2849;
	text-decoration: underline;
} 


.content_groen a:link {
	color: #5C7322;
	text-decoration: underline;
} 
.content_groen a:visited {
	color: #5C7322;
	text-decoration: underline;
} 
.content_groen a:hover {
	color: #89A43E;
	text-decoration: underline;
} 
.content_groen a:active {
	color: #89A43E;
	text-decoration: underline;
} 
.citaat {
	font-style: italic;
}
.iframe {
	border: none;
}
.blauwetekst {
	color: #0061A8;
}
.groenetekst {
	color: #588C24;
}
.rodetekst {
	color: #D20035;
}

