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

body {
			margin-top: 10px;
			margin-bottom: 0px;
			background-color: #FFF;
			font-family: Arial, Helvetica, sans-serif;
}

#wrap { 	
			width:910px;
			margin:0 auto; 
}

#top {
			width: 910px;
			height: 70px;
}

#logo {
			width: 205px;
			height: 70px;
			background-image:url(images/logo.jpg);
			background-repeat:no-repeat;
			float: left;
}

#menu_container	{
			width: 705px;
			height: 70px;
			float: left;
}
#menu {
			width: 675px;
			height: 28px;
			padding-top: 8px;
			padding-left: 30px;
			background-image: url(images/bg_button.jpg);
			background-position:bottom;
			background-repeat:no-repeat;
}

#submenu {
			width: 705px;
			height: 34px;
}

#picture{
			margin-left: 11px;
			margin-top: 15px;
			width: 645px;
			height: 216px;
			float: left;
}

#small_picture{
			height: 69px;	
}

#box_top_right{
			margin-top: 15px;
			margin-left: 15px;
			width: 280px;
			height: 308px;
			float: left;
			background-image: url(images/bg_box.jpg);
			background-repeat:no-repeat;
			color: #FFF;
			font-size: 14px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 7px;
			padding-bottom: 10px;
}

#box_top_left{
			margin-top: 15px;
			width: 220px;
			height: 199px;
			float: left;
			background-image: url(images/bg_box_left_top.jpg);
			background-repeat:no-repeat;
			color: #FFF;
			font-size: 16px;
			line-height: 30px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 7px;
			padding-bottom: 10px;
}
#box_bottom_left{
			margin-top: 15px;
			width: 220px;
			height: 199px;
			float: left;
			color: #000;
			font-size: 14px;
			line-height: 30px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 7px;
			padding-bottom: 10px;
}

#box{
			margin-top: 15px;
			margin-left: 11px;
			width: 645px;
			float: left;
			color: #424242;
			font-size: 14px;
			line-height: 18px;
}

#top_box{
			width: 100%;
			height: 13px;
			background-image:url(images/bg_content_top.jpg);
			background-position:top;
			background-repeat:no-repeat;
}

#middle_box{
			width: 100%;
			background-image:url(images/bg_content_middle.jpg);
			background-position: center;
			background-repeat: repeat-y;
}

#bottom_box{
			width: 100%;
			height: 12px;
			background-image:url(images/bg_content_bottom.jpg);
			background-position: center;
			background-repeat:no-repeat;
}

#box_center{
			margin-top: 15px;
			margin-left: 11px;
			width: 272px;
			height: 285px;
			float: left;
			background-image: url(images/bg_box_small.jpg);
			background-repeat:no-repeat;
			color: #424242;
			font-size: 14px;
			line-height: 18px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
}

#box_right{
			margin-top: 15px;
			margin-left: 10px;
			width: 285px;
			height: 285px;
			float: left;
			background-image: url(images/bg_box_right.jpg);
			background-repeat:no-repeat;
			color: #424242;
			font-size: 14px;
			line-height: 18px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
}

#slogan{
			width: 100%;
			height: 30px;
}

#footer{
			width: 897px;
			height: 40px;
			text-align: right;
			font-size: 12px;
			padding-right: 13px
}

#button{
			height: 29px;
			float: left;
			margin-right: 5px;
}

#button_left{
			height: 28px;
			width: 7px;
			margin-left: 5px;
			float: left;
			background-image: url(images/button_left.jpg);
			background-repeat:no-repeat;
}

#button_right{
			height: 28px;
			width: 7px;
			float: left;
			background-image: url(images/button_right.jpg);
			background-repeat:no-repeat;
}

#button_center{
			height: 21px;
			padding-top: 7px;
			padding-left: 2px;
			padding-right: 2px;
			float: left;
			text-align:center;
			background-image: url(images/button_center.jpg);
			background-repeat:repeat-x;
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 12px;
			font-weight: 400;
}

#button_back_left{
			height: 28px;
			width: 6px;
			margin-left: 5px;
			float: left;
			background-image: url(images/button_back_left.jpg);
			background-repeat:no-repeat;
}

#button_back_right{
			height: 28px;
			width: 6px;
			float: left;
			background-image: url(images/button_back_right.jpg);
			background-repeat:no-repeat;
}

#button_back_center{
			height: 21px;
			padding-top: 7px;
			padding-left: 2px;
			padding-right: 2px;
			float: left;
			text-align:center;
			background-image: url(images/button_back_center.jpg);
			background-repeat:repeat-x;
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 12px;
			font-weight: 400;
}

#submenu{
			width: 678px;
			height: 29px;
			padding-left: 27px;
			padding-top: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: 400;
}

#submenu_item{
			height: 30px;
			padding-left: 5px;
			padding-right: 5px;
			float:left;
}

.orange{
			color: #fe6903;
}

.margin-right{
			margin-right: 10px;
}

.margin-left-right{
			margin-right: 10px;
			margin-left: 10px;
}


.grijs{
			color: #424242;
}

.black{
			color: #000;
}

h1	{
			font-size: 16px;
			color: #fe6903;
			font-weight: bold;
}
.title{
			font-size: 16px;
			margin-bottom: 5px;
			font-weight: bold;
}

.title_black{
			font-size: 17px;
			color: #000;
}

.center{
			width: 100%;
			text-align: center;
}

.margin_picture{
			margin-bottom: 8px;
}

.margin_lees_meer{
			margin-top: -43px;	
}

#content_box{
			padding-left: 10px;
			padding-right: 10px;
			line-height: 20px;
}


.text_top_left_bold{
			font-size: 20px;
}

.small_spacing{
			font-size: 10px;
}

#box_top_left a:link{
color: #FFF;
text-decoration: none;
}

#box_top_left a:visited{
color: #FFF;
text-decoration: none;
}

#box_top_left a:hover{
color: #FFF;
text-decoration: none;
}

#box_top_left a:active{
color: #FFF;
text-decoration: none;
} 

#button_center a:link{
color: #fe6903;
text-decoration: none;
}

#button_center a:visited{
color: #fe6903;
text-decoration: none;
}

#button_center a:hover{
color: #fe6903;
text-decoration: none;
}

#button_center a:active{
color: #fe6903;
text-decoration: none;
} 

#button_back_center a:link{
color: #424242;
text-decoration: none;
}

#button_back_center a:visited{
color: #424242;
text-decoration: none;
}

#button_back_center a:hover{
color: #fe6903;
text-decoration: none;
}

#submenu_item a:active{
color: #424242;
text-decoration: none;
} 

#submenu_item a:link{
color: #424242;
text-decoration: none;
}

#submenu_item a:visited{
color: #424242;
text-decoration: none;
}

#submenu_item a:hover{
color: #fe6903;
text-decoration: none;
}

#footer a:active{
color: #fe6903;
text-decoration: none;
} 

#footer a:link{
color: #fe6903;
text-decoration: none;
}

#footer a:visited{
color: #fe6903;
text-decoration: none;
}

#footer a:hover{
color: #fe6903;
text-decoration: none;
}

a:active{
color: #fe6903;
text-decoration: none;
} 

a:link{
color: #fe6903;
text-decoration: none;
}

a:visited{
color: #fe6903;
text-decoration: none;
}

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

ol
{
  margin-left: 10px;
  padding-left: 10px;
}

.white{
		color: #FFF;
}

.right{
		text-align: right;
}