@charset "utf-8";
/* CSS Document */

/* footerStick code */

* { 
	margin: 0px;
} 
html { 
    height: 100%; 
} 

.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -50px; 
} 
.footer, .push { 
    height: 50px; 
} 

.push {
	clear: both;
}


.footer {
	background-image: url('../images/footer_bg.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
}

.footer p {
	position: relative;
	left: -280px;
	top: 10px;
}

.footer a {
	color: #636363;
	
}


/* normal css stuff */

body {
	margin: 0;
	height: 100%;
	text-align: center;
	width: 100%;
}

img {
	border: 0;
}


#wrapperdewrap {

	margin-left: auto;
	margin-right: auto;
}

#header_wrap {
	background-image: url('../images/header_bg.gif');
	background-repeat: repeat-x;
	height: 80px;

}

#header_content {
	background-image: url('../images/header_logo.gif');
	background-repeat: no-repeat;
	background-position: left;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
}

ul {

}

ul#nav_list {
	padding-left: 0px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;

}

ul#nav_list li{

	display: inline;
	float: left;
	padding-left: 35px;
	position: relative;
	left: 130px;
	top: 57px;

}






#nav_list a {
	width: 100%;
	color: #000;
	text-decoration: none;
}

#nav_list a:hover {
	color: #707070;
}

.nav_active a{
	color: #0053a0;
}

#banner {
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	height: 180px;
	width: 900px;
}

#column_left {
	float: left;
	width: 560px;
}

#column_right {
	float: left;
	width: 340px;
	margin-bottom: 30px;
}

.column_left_item_header img {
	margin-left: -5px;
	margin-bottom: 10px;
	margin-top: 10px;

	
}

.column_left_item_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 520px;

}

.column_left_item_text a {

	color: #004f9d;
	text-decoration: none;
}

.column_left_item_text a:hover {
	color: #597b9d;
}


.column_left_item_text p {
	margin-top: 10px;
	margin-bottom: 20px;

}

#main_wrap {
	width: 100%;
}

#column_wrap {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#block_wrap_bg {
	background-image: url('../images/block_bg.gif');


}
#block_wrap_bottom {

	background-image: url('../images/block_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

#block_wrap_top {
	background-image: url('../images/block_top.gif');
	background-repeat: no-repeat;
	background-position: top;

}

#block_wrap_content {
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;

	padding-top: 10px;

	padding-bottom: 20px;
	text-align: left;

}


#block_wrap_content p {
	
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 27px;
}



#block_wrap_content a {
	color: #004f9d;
	text-decoration: none;
}

#block_wrap_content a:hover {
	color: #597b9d;
}


#subnav_wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	width: 900px;

}

#subnav_wrap a {
	color: #004f9d;
	text-decoration: none;
}

#subnav_wrap a:hover {
	color: #597b9d;
}


#subnav_wrapwrap {
	padding: 0;
	margin: 0;
	position: relative;
	left: 165px;
}





h1, h2, h3 {
  font-family: Arial;
  font-weight: normal;

  margin: 0;
  padding: 0;

  line-height: 1em;
}


h1 {

	font-size: 35px;
	margin-left: 20px;

	padding-left: 0px;
}

h2 {
    font-size: 25px;
	float: left;
	padding-left: 15px;
	width: 280px;
}


h3 {
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 25px;

}

.blueline_left {
	height: 45px; 
	float: left;
	margin-top: 7px;

}

.blueline_right {
	height: 45px;

}

.blueline_right img {
	float: left;
	margin-left: 10px;
}



#agenda_datum {
	font-weight: bold;	
}

#agenda_tijd {
	color: #555;

}

#agenda_plaats {
	color: #555;
}

#agenda_item {

}

.newsheader_wrap {
	position: relative;
	left: -3px;
}

