/*****************************/
/*** Core html setup stuff ***/
/*****************************/
* {
	margin: 0px;
	padding: 0px;
}

html {
  height: 100%;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	background: url(../images/background.gif) repeat-x #7bbbff;

}

h1 {
	color: #5faaff;
	font-size: 16px;
	font-weight: bolder;
	margin: 10px 0px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { 
margin-top: 0; 
margin-bottom: 8px; 
}

img { border: 0 none; }

.center {
	width: 950px;
	margin: 0px auto;
}

#header {
	margin-top: 5px;
	position: relative;
	border: 0px solid red;
}

#header_l {
	float: left;
	margin-bottom: 2px;
	margin-left: 9px;
}

#header_r {
	margin-top: 10px;
	margin-right: 12px;
	float: right;
	
}

.clear {
	clear: both;
}

#menu_container{
	position: relative;
	margin-top: 0px;
	margin-left: 8px;	
	margin-bottom: -10px;
}

#menu_l{
	float: left;
	background: url(../images/menu-left.png) repeat-x;
	width: 12px;
	height: 36px;
	border-right: 1px solid #618c05;
}

#menu {
	float: left;
	z-index: 0;
}

#menu_r {
	float: left;
	background: url(../images/menu-right.png) repeat-x;
	width: 12px;
	height: 36px;

}

#menu ul {
    list-style: none;
}

#menu ul li {
	display: inline;;
	background: #fff;
}

#menu ul li a{
	float:left;
	display: block;
	width: 100px;
	height: 36px;
	background: url(../images/menu_bg.png) repeat-x;
	line-height: 36px;
	font-size: 14px;
	color: #618c05;
	font-weight: bold;
	border-right: 1px solid #618c05;
}

#menu .active a, #menu a:hover {
	color: #FFF;
	background: url(../images/menu_active.png) repeat-x;
	text-decoration: none;
}

#menu_shadow {
	float: left;
	background: url(../images/schaduww.png) top left repeat-x;
	height: 4px;
	width: 909px;
	margin-left: 13px;
}

#left_container{
	float: left;
	margin: 4px 0px 0px 9px;
	width: 190px;
}

#content_header_l {
	float: left;
	background: url(../images/content_header_l.png) no-repeat bottom;
	height: 25px;
	width: 12px;
}

#content_header_left { 
	float:left;
	background: url(../images/content_header.png) repeat-x bottom;
	width: 166px;
	height: 25px;
}

#content_header_r {
	float: left;
	background: url(../images/content_header_r.png) no-repeat bottom;
	height: 25px;
	width: 12px;
}

#content_header_main_r {
	float: left;
	background: right bottom url(../images/content_header_main_r.png) no-repeat;
	height: 25px;
	width: 230px;
}

#left_content {
	min-height: 150px;
	background: #fff;
}
#left_content ul{
	width: 150px;
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	list-style-image: url(../images/bullet-grey.png);
}

#left_content li:hover {
    list-style-image: url(../images/bullet-orange.png);
}

#left_content li:hover a{
color: #5faaff;
text-decoration: none;
}

#left_content li.active{
	list-style-image: url(../images/bullet-orange.png);
}

#left_content ul li a {
	color: #a7a7a7;
	font-size: 16px;
	line-height: 22px;
	display: block;
	width: 145px;
	text-align: left;
	padding-left: 1px;
}

#left_content #current a{
	color: #5faaff;
}

#left_footer{
	border-top: 40px solid #FFF;
	position: relative;
}

#left_attrib {
	float: lef;
	position: absolute;
	margin-top: -65px;
	margin-left: 10px;
}

.bottom_left {
	float: left;
	width: 12px;
	height: 24px;
	background: url(../images/bottom_left.png) no-repeat;
}

#left_bottom{
	float: left;
	width: 166px;
	height: 24px;
	background: url(../images/bottom.png) repeat-x;
}

#main_bottom {
	float: left;
	width: 488px;
	height: 24px;
	background: url(../images/bottom.png) repeat-x;
}

#main_bottom_right{
	float: left;
	width: 230px;
	height: 24px;
	background: url(../images/main_bottom_right.png) no-repeat;
}

.bottom_right {
	float: left;
	width: 12px;
	height: 24px;
	background: url(../images/bottom_right.png) no-repeat;
}

#main_header{
	float: left;
	width: 488px;
	height: 25px;
	background:  url(../images/content_header.png) repeat-x bottom;
}

#main_footer{
	position: relative;
}

#main_attrib {
	position: absolute;
	margin-top: -75px;
	margin-left: 700px;
}

#main_container {
	float: left;
	width: 730px;
	min-height: 500px;
	margin: 4px 0px 10px 10px;
}

#main_content {
	float: left;
	width: 730px;
	background: url(../images/main_bg.png) repeat-y;
	min-height: 500px;
}

#main_text {
	text-align: left;
	float: left;
	width: 465px;
	margin-top: 10px;
	margin-left: 20px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	overflow-x: hidden;
}

#main_text a, #main_text a:visited {
	color: #777;
	text-decoration: none;
}

#main_text a:hover {
	text-decoration: underline;
}

#right_logo {
	float:left;
	background: url(../images/right_gradient.png) repeat-x;
	margin-left: 15px;
	width: 230px;
	height: 282px;
}

#right_content{
	float: left;
	width: 230px;
	height: 100%;
}

#right_nieuws {
	margin-top: 20px;
	text-align: left;
	width: 215px;
	margin-left: -5px;
}

#right_nieuws h1 {
	margin-left: 30px;
}

#right_nieuws ul li {
	border-bottom: 1px dashed #CCC;
	padding: 5px 0px;
}

#right_nieuws ul{
	margin-left: 30px;
	list-style: none;
}

#right_nieuws ul li:hover a{
	color: #5faaff;
	text-decoration: none;
}



#right_nieuws ul a{
	text-align: left;
	font-size: 14px;
	color:#a7a7a7;
}

#kleuren_logo {
	margin: 50px 0px;
}
