/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }
/******************************************************************************/

body {
	background: url('../images/background.png');	
	font-family: Verdana, Helvetica, Arial;
	margin:0;
	padding:0;
}

h2{
	color: #8f0000;
	font-size: 17px;
	font-weight: bold;	
	padding: 10px 0 10px 0;
}

strong {
	font-weight: bold;	
}

p a{
	font-size: 12px;
	color: #8f0000;
	text-decoration: none;
	/*color: #828282;*/
}

p a:hover{
	text-decoration: underline;	
}
/****************************************************************************/
/**HEADER**/
.header {
	width: 100%;
	height: 455px;
	background: url('../images/header-bg.jpg') repeat-x;
}

.header .canvas{
	width: 1000px;
	margin: 0 auto;
	overflow: auto;
}

.header .logo {
	margin: 30px 0 0 20px;
	float: left;
	width: 427px;
}


/*******************************************************************/
/**menu**/
.header .menu {
	width: 518px;
	margin: 107px 0 0 35px;
	float: left;
}

.menu li {
	float: left;
	font-size: 16px;
	padding-right: 15px;
}

.menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 45px;
}

.menu li a:hover {
	color: #c1c1bc;
}

.menu li:hover ul {
	display: block;
}

.menu .active a {
	color: #c1c1bc;
}


/** menu sub **/	
/***********************************************************/
.menu ul li ul{
	margin: 0;
	padding: 0;
	z-index: 9999;
	display:none;	
	list-style-type: none;
	position: absolute;
}

.menu ul li ul li{
	font-weight: normal;  
	display: block;
	float:none;
	background: #004294;
	font-size: 14px;
	border-top: 1px solid #C1C1BC;
	padding-bottom: 5px;
	height: 30px;
}			

.menu ul li ul li:hover{
	background: #003577;	
}

.menu ul li ul li a {
	color: #e4e4e4!important;
	display: block;
	padding: 10px;
	width: 100%;
}		

.menu ul li ul li a:hover {
	text-decoration: none;
	color: #c1c1bc!important;
}		


/*****************************************************************/
/**Slider**/
#slides {
	width: 1000px;
	height: 330px;
	float: left;
	background: #8f0000;
}

.slides_container {
	width:1000px;
	height:300px;
	overflow:hidden;
	position:relative;
	display:none;
}

#slides .slide {
	width:1000px;
	height:300px;
	display:block;
}


.pagination {
	margin:10px auto 0;
	width:100px;
	background: #fff;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	
}

.pagination li a {
	display:block;
	width:15px;
	height:0;
	padding-top:14px;
	background: url('../images/pagination.png');
	background-position:0 26;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -26px;
}




/***********************************************************************/
/**Content**/
/***********************************************************************/ 
.content{
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding-top: 40px;
	padding-bottom: 20px;
	overflow: auto;	
}

.text{
	width: 620px;
	border-right: 1px solid #e3e3e3;
	padding: 0 20px 40px 40px;
	float: left;
}

.text p{
	font-size: 12px;
	color: #828282;
	padding-bottom: 10px;
	line-height: 17px;		
}


.right-agenda {
	margin: 0px 20px 20px 20px;
	width: 150px;
	float: left;
}

.right-agenda li {
	padding: 5px 0 5px 5px;
	width: 250px;
	border-bottom: 1px solid #e3e3e3 !important;
}

.right-agenda a{
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

.right-agenda a:hover {
	color: #8f0000;
}

.right-agenda h3 {
	color: #676767;
	font-weight: bold;
	margin-bottom: 3px;
	
}

















/**Achterliggend**/

.content-achterliggend{
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	margin-top: -330px;
	padding: 20px 0 20px 0;
	overflow: auto;	
}


.breadcrumb {
	font-size:14px;
	color: #003577;	
	margin: 0px 40px 10px 20px;
}

.breadcrumb a {
	text-decoration: none;
	color: #828282;	
}

.breadcrumb a:hover {
	color: #003577;	
}

/***********************************************************************/
/**Footer**/

.footer{
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background: url('../images/footer-bg.jpg');
}

.footer #contact {
	width: 280px;
	height: 155px;
	margin: 20px 0 0 40px;
	padding-top: 10px;
	float: left;
	color: #fff;
	font-size: 13px;
	border-right: 1px solid #720000;
}

.footer p{
	color: #fff;
	line-height: 20px;
	font-size: 13px;
	padding: 10px 0 0 0;	
}

#algemeen {
	color: #fff;
	font-size: 13px;
	margin: 30px 20px 20px 40px;
	float: left; 	
}

#algemeen ul {
	margin: 8px 0 0 0;
}

#algemeen li {
	padding:5px 0 0 10px;
}

#algemeen a {
	color: #fff;
	text-decoration: none;
}

#algemeen a:hover {
	color: #fff;
	text-decoration: underline;
}


#created-by {
	width: 200px;
	height: 155px;
	margin: 20px 0 0 200px;
	padding-top: 10px;
	float: left;
	color: #fff;
	font-size: 13px;
	border-left: 1px solid #720000;
}

#created-by img{
	margin: 100px 0 0 20px;	
	
}


