body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0; 
	padding: 0; 
}

/****************************************************/
/* Frame											*/
/****************************************************/

#top, #middle, #bottom
{
	width: 960px;
	clear:both;
	margin-left: auto;
	margin-right: auto;
}

#top_left
{
	background-image: url(../images/top_left.jpg);
	background-repeat: no-repeat;
	width: 314px;
	height: 125px;
	float: left;
}

#top_right
{
	background-image: url(../images/top_right.jpg);
	background-repeat: no-repeat;
	width: 646px;
	height: 91px;
	float: left;
}

#middle
{
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
/*	height: 100%;	*/
}

#border_bottom
{
	background-image: url(../images/border_bottom.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 14px;
}

/****************************************************/
/* Topmenu											*/
/****************************************************/

#top_menu
{
	background-image: url(../images/top_menu.jpg);
	background-repeat: no-repeat;
	width: 626px;
	height: 19px;
	float: left;
	padding-top: 15px;
	padding-right: 20px;
}

.top_menu_item
{
	float: right;
	padding-left: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.4px;
	color: #47403d;
}

#top_menu_item_active 
{
	color: #d71920;
}

.top_menu_item a
{
	text-decoration: none;
	color: #47403d;
}

/****************************************************/
/* Mainmenu											*/
/****************************************************/

.main_menu_item
{
	float: left;
	padding-right: 16px;
	font-family:"Arial Narrow", Arial, Helvetica, "Helvetica Narrow", Verdana;
	letter-spacing: 0.3px;
	font-weight:bold;
	font-size: 16px;
	color: #878484;
	padding-bottom: 12px;
	border-bottom: 1px solid #fbae17;
	
}

.main_menu_item a
{
	text-decoration: none;
	color: #878484;
	
}

#main_menu_active
{
	background-image:url(../images/menu_active.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	
}

#main_menu_active a
{
color: #fbbd59;
}

/****************************************************/
/* Submenu											*/
/****************************************************/

.sub_menu_item
{
	width: 218px;
	border-bottom: 1px solid #ffffff;
	height: 28px;
	padding-right: 20px;
	text-align:right;
	line-height:28px;
	background-color: #cdc9c8;
	color:#FFFFFF;
	text-transform:lowercase;
	font-weight: bold;
	font-size: 13px;
}

.sub_menu_item a
{
	text-decoration: none;
	color: #FFFFFF;
}

#sub_menu_active
{
		background-color: #878484;
}

#sub_menu_active a
{
}

/****************************************************/
/* Content_left										*/
/****************************************************/

#content_left
{
	padding-left: 12px;
	padding-top: 36px;
	float:left;
	width: 250px;
	height: 482px;
}

#content_left_img
{
	padding-left: 34px;
	width: 204px;
	padding-bottom: 20px;
}

#content_left_box
{	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	width: 208px;
	background-color: #cdc9c8;
	background-image: url(../images/box.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}

.content_left_menu_item
{
	width: 218px;
	border-bottom: 1px solid #ffffff;
	height: 28px;
	padding-right: 20px;
	text-align:right;
	line-height:28px;
	background-color: #cdc9c8;
	color:#FFFFFF;
	text-transform:lowercase;
	font-weight: bold;
	font-size: 13px;
}

#content_left_adres
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: 20px;
	color: #fbbd59;
	width: 208px;
	padding-left: 30px;
	padding-top: 30px;
}

/****************************************************/
/* Highlight										*/
/****************************************************/

.highlight_header
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color:#FFFFFF;
	padding-bottom: 3px;
}

.highlight_text
{
	padding-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height:18px;
	color:#544c45;
}

/****************************************************/
/* Content											*/
/****************************************************/

#content_top
{
	width: 700px;
	padding-top: 10px;
	padding-left: 46px;
}

#content
{
	float: right;
	width: 614px;
	padding-right: 48px;
	padding-top: 36px;
	padding-left: 36px;
	padding-bottom: 36px;
	
}

h1
{
 	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color:#fbae17;
	margin: 0px 0px 14px 0px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#fbae17;
	margin: 0px 0px 2px 0px;
}

h2.portfolio
{
	margin: 0px;
}

p
{
	margin:4px 0px 12px 0px;
}

.content_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color:#fbae17;
}

.content_subheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#fbae17;
}

#content a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#fbae17;
	text-decoration: none;
}

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

/****************************************************/
/* Imagelink											*/
/****************************************************/

.test1
{
	background-color:#999999;
}

/*.content_imagelink
{
}
.content_imagelink a img
{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;

}
.content_imagelink a:hover img
{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}*/

/****************************************************/
/* Schaduw gewoon									*/
/****************************************************/

table.schaduw .top_left, table.schaduw .top_right, table.schaduw .bottom_left, table.schaduw .bottom_right
{
	width: 5px;
	height: 5px;
}

table.schaduw img
{
	border: none;
}

table.schaduw .top_left
{
	background-image: url(../images/schaduw/top_left.jpg);
}

table.schaduw .top_right
{
	background-image: url(../images/schaduw/top_right.jpg);
}

table.schaduw .bottom_left
{
	background-image: url(../images/schaduw/bottom_left.jpg);
}

table.schaduw .bottom_right
{
	background-image: url(../images/schaduw/bottom_right.jpg);
}

table.schaduw .bottom, table.schaduw .top
{
	background-repeat:repeat-x;
}

table.schaduw .right, table.schaduw .left
{
	background-repeat:repeat-y;
}

table.schaduw .top
{
	background-image: url(../images/schaduw/top.jpg);
}
table.schaduw .left
{
	background-image: url(../images/schaduw/left.jpg);
}
table.schaduw .right
{
	background-image: url(../images/schaduw/right.jpg);
}

table.schaduw .bottom
{
	background-image: url(../images/schaduw/bottom.jpg);
}

/****************************************************/
/* Schaduw hover									*/
/****************************************************/

table.schaduw2 .top_left, table.schaduw2 .top_right, table.schaduw2 .bottom_left, table.schaduw2 .bottom_right
{
	width: 5px;
	height: 5px;
}

table.schaduw2 img
{
	border: none;
}

table.schaduw2 .top_left
{
	background-image: url(../images/schaduw2/top_left.jpg);
}

table.schaduw2 .top_right
{
	background-image: url(../images/schaduw2/top_right.jpg);
}

table.schaduw2 .bottom_left
{
	background-image: url(../images/schaduw2/bottom_left.jpg);
}

table.schaduw2 .bottom_right
{
	background-image: url(../images/schaduw2/bottom_right.jpg);
}

table.schaduw2 .bottom, table.schaduw2 .top
{
	background-repeat:repeat-x;
}

table.schaduw2 .right, table.schaduw2 .left
{
	background-repeat:repeat-y;
}

table.schaduw2 .top
{
	background-image: url(../images/schaduw2/top.jpg);
}
table.schaduw2 .left
{
	background-image: url(../images/schaduw2/left.jpg);
}
table.schaduw2 .right
{
	background-image: url(../images/schaduw2/right.jpg);
}

table.schaduw2 .bottom
{
	background-image: url(../images/schaduw2/bottom.jpg);
}

/****************************************************/
/* Tarieven										*/
/****************************************************/

.tarief_container
{
	width: 500px;
	border-bottom: 1px solid #999999;
}

.tarief_container td
{
	padding-top: 4px;
	padding-bottom: 4px;
}

.tarief_header1
{
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

.tarief_header2, .tarief_header3
{
	border-bottom: 1px solid #999999;
	font-style:italic;
}

.tarief_header2
{
	width: 382px;
}

.tarief_header3
{
	width: 100px;
}

.tarief_item1, .tarief_item2
{
	vertical-align: top;
}

.tarief_sub
{
	font-size: 11px;
	font-style: italic;
}



/********************************************************************/
/* Aanvraag															*/
/********************************************************************/


#form_aanvraag input.text, #form_aanvraag textarea.text, #form_aanvraag input.error
{
	border: 1px solid #bbbbbb;
	padding: 3px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#form_aanvraag input.error
{
	border: 1px dotted #FF0000;
}

#form_aanvraag input.text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


table.data
{
}

table.data td
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px;
}


#error_container 
{
	height: 24px;
	overflow: hidden;
	float: left;
	width: 240px;
}

#error_container  p
{
	color:#FF0000;
	font-weight: bold;
	margin: 2px;
	height: 20px;
}


#no_javascript
{
	color:#FF0000;
	font-weight: bold;
	margin-top: 10px;
	line-height: 18px;
}

/***********/
/* HOSTING */
/***********/

table.overview
{
	border: 1px solid #333333;
	width: 100%;
}

table.overview th
{
	height: 25px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	padding: 1px 3px 1px 3px;	
}

table.overview td
{
	padding: 1px 3px 1px 3px;
	text-align: center;
}

table.overview .title
{
	text-align: left;
}

table.overview .alternate
{
	background-color:#eeeeee;
}

table.overview tr.footer td
{
	font-weight: bold;
	border-top: 1px solid #333333;
	height: 25px;
}