/*
kleuren:
donkerblauw: #2a2e5c tekst
lichtblauw: #4491b7 menu, kopjes
rood: #e51837
grijs: #716f63 links

*/



html {
	background-color: #2a2e5c;
	background-image: url(/gfx/curve.gif);
	background-repeat: no-repeat;
	background-position: center 110px;
}

html, td, p, input, textarea, select {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #2a2e5c;
}

body {
	position: absolute;
	left: 50%;
	margin-left: -495px;
	width: 990px;
	background-color: white;
}

p, table, h1, h2, h3, h4, h5 {
	margin-bottom: 8px;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #4491b7;
	text-transform: uppercase;
	font-style: normal; 
}

h1 {
	font-size: 24px;
	line-height: 24px;
}
h2 {
	font-size: 16px;
	line-height: 16px;
}
h3 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
}

.col3 h2 {
	color: white;
}

a {
	color: #716f63;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	width: 990px;
	/*height: 74px;*/
	padding-top: 10px;
}

#header b {
	color: #4491b7;
}

#visual {
	width: 990px;
	height: 179px;
	background-image: url(/gfx/home.jpg);
	text-align: center;
}

.colorbar {
	width: 990px;
	height: 10px;
	background-image: url(/gfx/colorbar.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

.colorline {
	width: 990px;
	height: 1px;
	overflow: hidden;
}
.colorline.red {
	background-color: #e51837;
}
.colorline.blue {
	background-color: #4491b7;
}

#footer {
	width: 990px;
	background-image: url(/gfx/bg_footer.gif);
	background-repeat: repeat-x;
}
#footer .l {
	float: left;
	width: 400px;
	padding: 5px 20px 5px 20px;
}
#footer .r {
	float: left;
	width: 510px;
	text-align: right;
	padding: 5px 20px 5px 20px;
}

.col3 {
	float: left;
	padding: 20px 0 10px 0;
}

.col4_lr, .col4_m, .col4_2m {
	float: left;
	padding: 20px 20px 0 20px;
}

#header .col4_lr, #header .col4_m, #header .col4_2m {
	height: 84px;
	padding: 0 20px;
}

.col4_lr {
	width: 207px; /* 248-40-1=207 */
}
.col4_m {
	width: 207px; /* 247-40=207 */
}
.col4_2m {
	width: 454px; /* 494-40=454 */
}
.col3 {
	width: 290px; /* 330-40=290 */
}

.col4_l, .col4_r {
	width: 248px;
	float: left;
}


.image {
	margin-bottom: 18px;
}

.image .bijschrift {
	font-style: italic;
}

.col4_lr .shadow_left_top, .col4_lr .shadow_right_top {
	padding-top: 10px;
}

.col4_r .shadow {
	background-image: url(/gfx/bg_shadow_right.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 19px 0 0 19px;
	border-left: 1px solid #dfdfdf;
	margin-bottom: 20px;
}

.col4_l .shadow {
	background-image: url(/gfx/bg_shadow_left.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 19px 19px 0 0;
	border-right: 1px solid #dfdfdf;
	margin-bottom: 20px;
}



.shadow_left_top {
	/*background-image: url(/gfx/bg_shadow_left_top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-right: 1px solid #dfdfdf;*/
}

.shadow_right_top {
	/*background-image: url(/gfx/bg_shadow_right_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px solid #dfdfdf;*/
}

ul, p {
	margin-bottom: 8px;
}

ul.cross_s li {
	list-style-image: url(/gfx/cross.gif);
	list-style-type: none;
	margin-left: 14px;
}

ul.cross li, .col4_lr ul li, .col4_2m ul li {
	list-style-image: url(/gfx/cross.gif);
	list-style-type: none;
	margin-left: 14px;
	margin-bottom: 8px;
}

ul.arrow li, ul.arrow_back li, .submenu ul li {
	list-style-image: url(/gfx/arrow.gif);
	list-style-type: none;
	margin-left: 14px;
	margin-bottom: 8px;
}

ul.download li {
	margin-bottom: 8px;
}

ul.arrow_back li {
	list-style-image: url(/gfx/arrow_back.gif);
}

ol {
	list-style-type: decimal;
	margin-left: 16px;
}

.submenu ul li.active a {
	font-weight: bold;
}

.submenu ul ul {
	/*display: none;*/
	font-size: 10px;
	margin-bottom: 2px;
}

.submenu ul ul li {
	list-style-image: url(/gfx/point.gif);
	list-style-type: none;
	margin-left: 18px;
	margin-bottom: 2px;
}

.gradient {
	background-image: url(/gfx/bg_gradient.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-right: 1px solid #cce1eb;
}

.inleiding {
	/*line-height: 24px;*/
	margin-bottom: 8px;
	/*font-style: italic;*/
}

.bericht {
	margin-bottom: 8px;
}

.bericht ul {
	margin-bottom: 8px;
}

.bericht ul li {
	list-style-image: url(/gfx/cross.gif);
	list-style-type: none;
	margin-left: 14px;
}

#transparentfix {
	opacity: .99;
	filter: alpha(opacity=99);
}

table.right tr td {
	padding-bottom: 8px;
}

.col4_lr select, .col4_lr input.text {
	width: 120px;
}

b, strong {
	font-weight: bold;
}

hr {
	height: 1px;
	background-color: #4491b7;
	border: none;
	padding: 0;
	margin: 0 0 8px 0;
}

form.form {
	background-color: #e0edf8;
	padding: 8px 0 0 16px;
	margin-bottom: 8px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

input, select, textarea {
	border-width: 1px;
}

.CMS_CHECKBOX, .CMS_RADIO {
	margin-right: 8px;
}

form.form td {
	padding-bottom: 8px;
	padding-right: 8px;
}

form.form table {
	padding: 0;
	margin: 0;
}

.CMS_TEXT, textarea, select {
	width: 208px;
}

.CMS_CLASS_DATE {
	width: 46px;
	margin-right: 4px;
}

textarea {
	height: 100px;
}

#functies_inactive, #functies_active {
	width: 160px;
}

.banner {
	line-height: 14px;
	margin-bottom: 17px;
}

.banner td {
	line-height: 14px;
}

.col4_l .banner {
	padding-left: 20px;
}

.col4_r .banner {
	padding-right: 15px;
}

.banner_img {
 	background-color: #f0f6f9;
 	padding: 0;
	margin-bottom: 8px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.col4_l .banner_kop, .col4_r .banner_kop {
	background-position: center center;
	background-repeat: repeat-x;
	padding: 16px 15px 10px 19px;
	margin-bottom: 18px;
}

.col4_l .banner_kop {
	background-image: url(/gfx/bg_banner_l.jpg);
}

.col4_r .banner_kop {
	background-image: url(/gfx/bg_banner_r.jpg);
}

.banner_kop h1 {
	color: white;
}

.banner_kop a {
	color: white;
	text-transform: none;
	letter-spacing: 0;
	text-decoration: underline;
}

.banner_kop img {
	margin-right: 8px;
	text-decoration: none;
}

.banner h1, .banner h2, .banner h3 {
	margin-bottom: 0;
}

.banner h2 {
	margin-bottom: 8px;
}

.verplicht {
	color: red;
}

div.bericht table tr td, div.inleiding table tr td {
	border: 1px solid #4491b7;
	padding: 2px 4px;
	vertical-align: baseline;
	background-color: #e3eff4;
}
