/**
	(c) ONI 2006
	Fili Wiese
**/

html, body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#FFF;
	color:#3E3B3B;
	min-width:950px;
	width:auto;
	text-align:center;
	height:100%;
}

a {
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
	color:#C5C5C5;
	font-weight:normal;
}

a:hover, a:active, a.selected {
	color:#3E3B3B;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align: bottom;
}

ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#logo {
	padding:10px 0px 15px 45px;
	background-color:#FFF;
}

#header {
	background-color:#3F3F3F;
	background-image: url("img/header_home.jpg");
	background-position: 0px 9px;
	background-repeat: no-repeat;
	height:110px;
}

#nav_top {
	margin-top:95px;
	padding-right:17px;
	float:right;
	
}

#nav_top li {
	display:inline;
	padding-left:5px;
}

#nav_top a {
	color:#FFF;
}

#nav_top a:hover, #nav_top a:active {
	color:#C5C5C5;
}

#breadcrumbs {
	clear:both;
	height:21px;
	color:#FFF;
	text-align:left;
	padding-left:38px;
	padding-top:4px;
	background-color:#80AE41;
	background-image: url("img/arrow_inv_groen.gif");
	background-position: 19px 4px;
	background-repeat: no-repeat;
	
	/* MSIE 5.x box model hack*/
	voice-family: "\"}\""; 
  	voice-family:inherit;
	height:17px;
}

/* be nice to opera 5 */
html>body #breadcrumbs {
	height:17px;
} 

#breadcrumbs a {
	color:#FFF;
}

#breadcrumbs a:hover, #breadcrumbs a:active {
	color:#C5C5C5;
}

.sep1 {
	background-color:#9F9F9F;
	width:100%;
	height:2px;
	line-height:1px;
	font-size:1px;
	border:0;
	margin:3px 0px 3px 0px;
}

.sep2 {
	background-color:#BFBFBF;
	width:100%;
	height:1px;
	line-height:1px;
	font-size:1px;
	border:0;
	margin:15px 0px 17px 0px;
}

.clear {
	clear:both;
}


.print_layer {
	display:none;
}

/** Home **/
#home {
	width:100%;
	text-align:left;
}

#home_nav_algemeen {
	position:absolute;
	top:85px;
	right:0px;

}

#home_nav_algemeen li {
	display:inline;
	padding-left:5px;
}

#home h1 {
	font-weight:500;
	font-size:20px;
	color:#000;
}

#home h2 {
	font-size:11px;
	font-weight:bold;
}

#home_introtekst {
	margin:25px 20px 35px 20px;
	width:700px;
}

#home_modules {
	background-image: url("img/home_mod_bg.gif");
	background-position: 50% 0%;
	background-repeat: repeat-y;
	padding-bottom:50px;
	padding-left:20px;
}

#home_modules ul {
	margin:10px 0px 10px 0px;
}

.home_module_img {
	padding:5px 0px 10px 0px;
}

.home_module_tekst {
	_height:100px;
	min-height:100px;
	margin-top:17px;
	margin-bottom:17px;
}


#home_module_groen_top {
	float:left;
	width:213px;
}

#home_module_paars_top {
	float:left;
	width:213px;
	margin-left:20px;
}

#home_module_blauw_top {
	float:left;
	width:213px;
	margin-left:20px;
}

#home_module_rood_top {
	float:left;
	width:213px;
	margin-left:20px;
}


#home_module_groen_diensten {
	float:left;
	min-height:120px;
	_height:120px;
	width:213px;
	background-image: url("img/mod_diensten_groen_small.gif");
	background-position: right 34px;
	background-repeat: no-repeat;
	color:#80AE41;
}

#home_module_beam_groen {
	height:21px;
	background-position: 6px 4px;
	background-repeat: no-repeat;
	background-color:#80AE41;
	background-image: url("img/arrow_inv_groen.gif");
	margin-bottom:15px;
}


#home_module_paars_diensten {
	float:left;
	min-height:120px;
	_height:120px;
	width:213px;
	margin-left:20px;
	background-image: url("img/mod_diensten_paars_small.gif");
	background-position: right 34px;
	background-repeat: no-repeat;
	color:#765676;
	
}

#home_module_beam_paars {
	height:21px;
	background-position: 6px 4px;
	background-repeat: no-repeat;
	background-color:#765676;
	background-image: url("img/arrow_inv_paars.gif");
	margin-bottom:15px;
}

#home_module_blauw_diensten {
	float:left;
	min-height:120px;
	_height:120px;
	width:213px;
	margin-left:20px;
	background-image: url("img/mod_diensten_blauw_small.gif");
	background-position: right 34px;
	background-repeat: no-repeat;
	color:#53728F;
	
}

#home_module_beam_blauw {
	height:21px;
	background-position: 6px 4px;
	background-repeat: no-repeat;
	background-color:#53728F;
	background-image: url("img/arrow_inv_blauw.gif");
	margin-bottom:15px;
}

#home_module_rood_diensten {
	float:left;
	min-height:120px;
	_height:120px;
	width:213px;
	margin-left:20px;
	background-image: url("img/mod_diensten_rood_small.gif");
	background-position: right 34px;
	background-repeat: no-repeat;
	color:#864949;
	
}

#home_module_beam_rood {
	height:21px;
	background-position: 6px 4px;
	background-repeat: no-repeat;
	background-color:#864949;
	background-image: url("img/arrow_inv_rood.gif");
	margin-bottom:15px;
}


#home_module_groen_casus {
	float:left;
	width:213px;
	background-image: url("img/arrow_groen.gif");
	background-position: left 10px;
	background-repeat: no-repeat;
	color:#80AE41;
}

#home_module_groen_casus .sep1 {
	margin-bottom:33px;
}

#home_module_paars_casus {
	float:left;
	width:213px;
	margin-left:20px;
	background-image: url("img/arrow_paars.gif");
	background-position: left 10px;
	background-repeat: no-repeat;
	color:#765676;
}

#home_module_paars_casus .sep1 {
	margin-bottom:33px;
}

#home_module_blauw_casus {
	float:left;
	width:213px;
	margin-left:20px;
	background-image: url("img/arrow_blauw.gif");
	background-position: left 10px;
	background-repeat: no-repeat;
	color:#53728F;
}

#home_module_blauw_casus .sep1 {
	margin-bottom:33px;
}

#home_module_rood_casus {
	float:left;
	width:213px;
	margin-left:20px;
	background-image: url("img/arrow_rood.gif");
	background-position: left 10px;
	background-repeat: no-repeat;
	color:#864949;
}

#home_module_rood_casus .sep1 {
	margin-bottom:33px;
}

/** Inside **/
#inside {
	position:relative;
	width:100%;
	text-align:left;
	padding-bottom:100px;
}

#inside h1 {
	font-weight:700;
	font-size:15px;
	margin: 0;
	padding-bottom:15px;
	color:#80AE41;
}

#inside h2 {
	font-weight:700;
	font-size:15px;
	color:#5C5C5C;
	margin: 0;
	padding: 0px 0px 5px 0px;
}

.inside_h1_indent {
	padding-left:75px;
}

#inside_modules {
	float:left;
	width:152px;
	text-align:left;
}

#nav_left {
	margin:16px 0px 10px 30px;
	background-image: url("img/arrow_zwart.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width:120px;
}

#nav_left ul {
	padding-top:20px;
}

#nav_left a {
	font-size: 10px;
}

#inside_module_select {
	position:absolute;
	background-image: url("img/inside_mod_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height:350px;
	width:152px;
	margin-top:20px;
	border:0px solid purple;
}

#inside_mod_groen {
	margin:15px 0px 27px 30px;
}

#inside_mod_paars {
	margin:0px 0px 27px 30px;
}

#inside_mod_blauw {
	margin:0px 0px 27px 30px;
}

#inside_mod_rood {
	margin:0px 0px 0px 30px;
}

#inside_content {
	float:left;
	width:514px;
	margin:40px 18px 0px 18px;
	background-position: top left;
	background-repeat: no-repeat;
	padding-top:40px;
}

.artikel_img {
	float:left;
	padding-right:10px;
}

#inside_right {
	float:left;
	width:212px;
	margin:16px 0px 0px 11px;
}

#inside_diensten {
	padding:15px 0px 20px 30px;
	background-position: 0px 17px;
	background-repeat: no-repeat;
}

#inside_right_beam {
	height:21px;
	background-position: 6px 4px;
	background-repeat: no-repeat;
	margin-bottom:15px;
}

#inside_casus {
	background-position: top right;
	background-repeat: no-repeat;
	min-height:100px;
	_height:100px;
	padding-bottom:10px;
}

#inside_contact {
	background-position: top left;
	background-repeat: no-repeat;
	margin-top:15px;
	padding-top:25px;
	color:#AFAFAF;
	line-height: 15px;
}