/* CSS Document */

body{
	width:980px;
	padding:0;
	margin:auto;
	font-family:arial,verdana,sans-serif;
	background-color:#D9D3B9;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}
h1{
	color:#F90;
	font-size:x-large;
	display:block;
	width:418px;
	height:36px;
	background:url(../images/welcome_div.gif) left bottom repeat-x;
	margin:0 0 21px 0;
}
h2{
	color:#F90;
	font-size:large;
}
h3{
	color:#000305;
	font-size:large;
	width:350px;
	background:url(../images/welcome_div.gif) left bottom repeat-x;
}
h4{
	color:#000305;
	margin-top: 10px;
	font-size:small;
	width:350px;
	background:url(../images/welcome_div.gif) left bottom repeat-x;
	margin:10px 0 21px 0;

}
h5{
	color:#000305;
	font-size:small;
}
h6{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#FF3300;
	font-size:medium;
	margin:12px 50px 10px 0;

}
a{
	color:#356AA0;
	font-size:small;
	font-weight:bolder;
}
p{
	color:#000305;
	font-size:small;
}
ul{
	margin:0; 
	padding:0; 
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------main--------------------*/

/*------------------------------------------------header--------------------*/
#header{
	background:url(../images/banner_02.jpg) 0 0 no-repeat;
	background-color:transparant;
	width:980px;
	height:93px;
	margin:-1px auto 0 auto;
	padding:0 5px 0 34px;
}
#header img.logo{
	display:block;
	font-size:0;
	line-height:0;
	margin:21px 41px 0 0;
	float:left;
}
#header p.topTxt{
	display:block;
	color:#F90;
	font-size:large;
	font:normal Helvetica;
	background-color:inherit;
	margin:10px 0 0 100px;
	float:left;
}
#header p.topTxt span{
	color:#F50;
	font-size:medium;
	font:Helvetica;
	background-color:inherit;
}

/*------------------------------------------------breadcrum--------------------*/

#breadcrum{
	width:980px;
	background-color:#FFF;	
	height:50px;
	padding: 10px auto auto auto;
	margin:0px auto 0px auto;
}
#breadcrum p{
	display:block;
	background-color:inherit;
	margin:10px 0 0 15px;
	float:left;
}
#breadcrum p a{
	color:#3F4C6B;
}

/*------------------------------------------------body--------------------*/

#body{
	width:980px;
	margin:0 auto;
	background-color:#FFF;
}

/*------------------------------------------------left--------------------*/
#left{
	width:430px;
	float:left;
	padding:15px 26px 40px 33px;
	background-color:#FFF;
}

#left p.lftTxt{
	display:block;
	font-size:small;
	line-height:18px;
	margin: 0 0 3px 0;
}
#left table tr td {
	font-size:small;
}
#left table tr th {
	font-size:small;
	color:#FFF;
	font-weight:bold;
	background:#53777A;
}
#left ul li {
	font-size:small;
	margin-left:50px;
	padding:inherent;
	line-height:normal;
	list-style-image:url(../images/arrow.gif);
}

/*------------------------------------------------left--------------------*/

/*------------------------------------------------right--------------------*/
#right{
	width:482px;
	float:right;
	padding:0 8px 0 0;
}
#right p.rightTxt{
	display:block;
	font-size:small;
	line-height:18px;
	width:349px;
}
#right p.rightTxt a{
	background-color:inherit;
	font-weight:bold;
	text-decoration:underline;
}
#right p.rightTxt a:hover{
	text-decoration:none;
}
#menukeuze_blauw{
	width:350px;
	border-style:solid;
	border-width:1px;
	border-color:#C3D9FF;
	background:#EEEEEE;
	padding:10px 10px 10px 10px;
	margin:0px 0 9px 0;
	float:left;

}
#menukeuze_blauw ul li{
	list-style-image:url(../images/arrow.gif);
	list-style-position:inside;
	font-size:small;
	margin-left:10px;
	line-height:13px;
	font-weight:normal;
	color:#000305;
}
#menukeuze_blauw ul li li{
	list-style-image:url(../images/arrow.gif);
	list-style-position:inside;
	font-size:small;
	line-height:13px;
	margin-left:20px;
	font-weight:normal;
}
#menukeuze_blauw table td{
	text-align:left;
	vertical-align:top;
	font-size:small;
	line-height:13px;
	margin-left:20px;
	font-weight:normal;
	padding: 5px 5px 0 0;
}
#menukeuze_RSS{
	width:350px;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	background:#FFF;
	padding:10px 10px 10px 10px;
	margin:10px 0 9px 0;
	float:left;
}

#menukeuze_link{
	width:350px;
	border-style:solid;
	border-width:1px;
	border-color:#F90;
	padding:10px 10px 10px 10px;
	margin:10px 0 9px 0;
	float:left;
}

#menukeuze_rood{
	width:350px;
	border-style:solid;
	border-width:1px;
	border-color:#F90;
	background:#F30;
	padding:10px 10px 10px 10px;
	margin:10px 0 9px 0;
	float:left;
}

/*---------------- whole length -------------------*/

#The_whole_thing{
	width:912px;
	color:#fff;
	padding:15px 0 0 0;
	margin:0 0 9px 0;
	float:left;
}
#the_whole_thing p.wholeTxt{
	display:block;
	font-size:11px;
	line-height:18px;
	width:852px;
}
#the_whole_thing p.wholeTxt a{
	color:#1E759A;
	background-color:inherit;
	font-weight:bold;
	text-decoration:underline;
}
#the_whole_thing p.wholeTxt a:hover{
	text-decoration:none;
}
#the_whole_thing table tr td {
	font-size:small;
	padding: 10px 0 0 0;
}
#the_whole_thing table tr th {
	font-size:medium;
	color:#FFF;
	font-weight:bold;
	background:#099;
}

/*---------------- whole length end -------------------*/


/*------------------------------------------------right--------------------*/

/*------------------------------------------------body--------------------*/




/*------------------------------------------------footer--------------------*/
#footer{
	width:980px;
	height:16px;
	background-color:#C1C1C1;
	padding:14px 0 0 0;
	margin:0 auto;
	position:relative;
}
#footer p.copyright{
	font:normal xx-small Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	top:10px;
	width:941px;
	color:#000;
	left: 15px;
}
/*------------------------------------------------footer--------------------*/