@charset "utf-8";
/* CSS Document */

a:link { text-decoration:none; }
a:hover { text-decoration:none; }
a:visited { text-decoration:none; }
a:active { text-decoration:none; }

.blauw_bold {
	color:#00509a;
	font-size:12px;
	font-weight:bold;
}

.clear{ clear:both; }
.left { float:left; }
.right{ float:right; }

body,html{
	background:url(../images/bg.png) top center repeat-y #fff9e4;
	margin:0;
	padding:0;
	font-family:Arial;
}

#container
{
	background:#FFF;
	position:relative;
	width:1001px;
	margin:0 auto;
	z-index:20;
}


#header
{ 
	background: url(../images/header_bg.png) no-repeat;
	width:1001px;
	height:226px;
	margin:0 auto;
}

#menu{
	background: url(../images/container_bg.png) 0px 70px repeat-x;
	float:left;
	width:228px; 
	min-height:370px;
	margin:0 auto;
	margin-top:-74px;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:0px;
}

#menu ul li{
	padding:0;
	line-height:30px;
	margin:4px 0px;
}

#menu ul li a{
	background:url(../images/buttons.png) bottom left no-repeat;
	color:#213a84;
	display:block;
	width:190px;
	line-height:30px;
	padding:0 0px 0 26px;
	font-size:12px;
}

#menu ul li a:hover, #menu ul li a.active{
	background:url(../images/buttons.png) top left no-repeat;
	color:#FFF;
	font-weight:bold;
}

#menu ul li ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:0px;
}

#menu ul li ul {
	list-style:none;
	margin:0;
	padding:0;
	margin:4px 0px;
}

#menu ul li ul li{
	
	line-height:24px;
}

#menu ul li ul li a{
	background:none;
	color:#213a84;
	display:block;
	width:190px;
	line-height:24px;
	padding:0 0px 0 26px;
	font-weight:normal;
}

#menu ul li ul li a:hover, #menu ul li ul li a.active{
	background:none;
	color:#213a84;
}

.slogan {
	background:url(../images/gezond_bewegen.png); 
	width:216px;
	height:62px;
	margin-top:40px;
}

.layout_content{
	width:773px;
	position:relative;
	z-index:20;
	margin-top:-70px;
}

.layout_right {
	background:#FFF;
}

.layout_top {
	background:url(../images/blauwe_bar.png) no-repeat; 
	width:252px;
	height:41px;
	margin-top:-10px;
	margin-bottom:10px;
}

.layout_top h2 {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:41px;
	padding-left:15px;
}

.layout_top_ltc {
	background:url(../images/blue_bar_ltc.png) no-repeat; 
	width:252px;
	height:38px;
	margin-bottom:10px;
}

.layout_top_ltc h2 {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	line-height:38px;
	padding-left:15px;
}

.content_top {
	
	width:773px;
	height:10px;
	
}

.top_middle{
	float:left;
	display:block;
	width:762px;
	height:100%;
	background:#FFF;
}

.corner_left{
	background:url(../images/left_corner.png) no-repeat; 
	float:left;
	display:block;
	width:11px; 
	height:10px;
}

.corner_right{
	background:url(../images/right_corner.png) no-repeat; 
	float:left;
	display:block;
	width:11px; 
	height:10px;
}


.content{
	background:#fff;
	width:471px;
	
	min-height:404px;
	padding:14px 25px;
	margin: 0 auto; 
	font-size:12px;
	line-height:14px;
	color:#2d2d2d;
	font-weight:normal;
}

.content a {
	font-size:12px;
	line-height:14px;
	color:#115ea6;
	font-weight:normal;
}

.content ul.links {
	list-style:none;
	margin:0;
	padding:0;
}

.content ul.left {
	width:220px;
}

.content ul.links li {
	line-height:30px;
}

.content ul.links li:before {
 content: "-";
 padding-right:20px;
 color:#115ea6;
}

/* MODS */

.mod_home .content_top {
	
	width:506px;
	height:10px;
	
}

.mod_home .top_middle {
	float:left;
	display:block;
	width:484px;
	height:100%;
	background:#FFF;
}

.mod_home .content{
	background:#fff;
	width:456px;
}

/* END MODS */


.content h1{
	color:#213a84;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}

.content h2{
	color:#b5c300;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

.nieuws_box {
	background:#c3ce25;
	width:219px;
	height:65px;
	padding:12px;
	margin-top:4px;
	color:#fff;
	font-size:11px;
	line-height:14px;
}

.nieuws_box:hover {
	background:#aab91f;
}

.nieuws_box h3 {
	color:#213a84;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}

.nieuws_box a {
	color:#213a84;
	font-weight:bold;
}

.nieuws_start {
	height:10px;
	display:block;
	width:100%;
}

.nieuws_end {
	height:20px;
	display:block;
	width:100%;
}

/* Nieuws Pagina */

.nieuws_item {
	font-size:11px;
	border-bottom:1px solid #bac706;
	color:#2d2d2d;
	padding:20px 0px;
}

.nieuws_item_last{
	border-bottom:0px;
}

.nieuws_item a{
	font-size:11px;
	color:#b8c500;
}

.nieuws_navigatie {
	background:url(../images/green_bar.png) no-repeat; 
	width:472px;
	height:22px;
}

.nieuws_navigatie .paginate {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}

.nieuws_navigatie .paginate li{
	margin:0;
	padding:0;	
	float:left;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	line-height:22px;
}

.nieuws_navigatie .paginate li:first-child {
	padding-right:20px;
}

.nieuws_navigatie .paginate li:last-child{
	padding:0 10px;
}

.nieuws_navigatie .paginate li.seperator{
	color:#213a84;
}

.nieuws_navigatie .paginate li a{
	color:#ffffff;
	margin:0;
	padding:0 4px;
	font-size:11px;
	font-weight:normal;
	line-height:22px;
	display:block;
	float:left;
}

.nieuws_navigatie .paginate li a:hover,
.nieuws_navigatie .paginate li a.active{
	text-decoration:underline;
	font-weight:bold;
}


.nieuws_navigatie .paginate li .arrow_left{
	background:url(../images/arrow_white_left.png) no-repeat;
	margin:0;
	padding:0;
	margin-top:5px;
	vertical-align:top;
	width:12px;
	height:12px;
	display:inline-block;
}

.nieuws_navigatie .paginate li .arrow_right{
	background:url(../images/arrow_white_right.png) no-repeat;
	margin:0;
	padding:0;
	margin-top:5px;
	vertical-align:top;
	width:12px;
	height:12px;
	display:inline-block;
}

.nieuws_bekijken {
	font-size:11px;
	color:#2d2d2d;
}

/* Eind Nieuws Pagina */


/* */

.contact_small {
	width:222px;
	font-size:12px;
	color:#4d4848;
	margin-bottom:10px;
	padding:15px;
	line-height:14px;
}

.vvocm {
	background:url(../images/vvOCM.jpg) no-repeat; 
	width:252px; 
	height:66px;
	margin:30px 0;
}

#footer{
	position:relative;
	background:url(../images/footer_bg.png) no-repeat;
	width:1001px;
	height:40px;
	float:left;
	margin:0 auto;
	margin-bottom:20px;
	z-index:30;
}

#footer ul{
	float:right;
	width:250px;
	list-style:none;
	margin:0;
	padding:0;
	margin-left:0px;
}

#footer ul li{
	color:#fff;
	font-weight:bold;
	font-size:10px;
	float:left;
	padding:0 2px;
	line-height:40px;
}

#footer ul li a{
	color:#fff;
	font-weight:bold;
	font-size:10px;
}


/* Hier kun je comments kwijt als steuntje */

