@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-image:url(../images/background.jpg);
	background-position:right;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

div#container{
	height:100%;
	width:100%;
}

div#container_website{
	width:794px;
	height:100%;
	float:right;
	margin-right:74px;
}

div#height{
	width:794px;
	height:10%;
}

div#header{
	width:794px;
	height:234px;
	background-image:url(../images/header.jpg);
	float:left;
}

div#container_content{
	width:643px; 
	float:right;
}

div#menu_container_home{
	width:156px;
	height:380px;
	background-color:#ffffff;
	float:left;
	background-image:url(../images/home_img.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

div#menu_container_financieel{
	width:156px;
	height:380px;
	background-color:#ffffff;
	float:left;
	background-image:url(../images/financieel_img.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

div#menu_container_administratie{
	width:156px;
	height:380px;
	background-color:#ffffff;
	float:left;
	background-image:url(../images/administratie_img.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

div#menu_container_belastingzaken{
	width:156px;
	height:380px;
	background-color:#ffffff;
	float:left;
	background-image:url(../images/belasting_img.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

div#menu_container_overons{
	width:156px;
	height:380px;
	background-color:#ffffff;
	float:left;
	background-image:url(../images/overons_img.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

div#menu_container_contact{
	width:156px;
	height:380px;
	background-color:#ffffff;
	float:left;
	background-image:url(../images/contact_img.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}





div#text_container{
	width:450px;
	float:right;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin-bottom:15px;
	padding-right:5px;
}

div#sub_header{
	width: 252px;
	height:22px;
	background-color:#000000;
	margin-top:196px;
	margin-left:337px;
}

A.link:visited {font-family: Verdana, Arial;font-size: 11px;font-weight: normal;color: #666666;text-decoration: none; background-color:transparent;}
A.link:link {font-family: Verdana, Arial;font-size: 11px;font-weight: normal;color: #666666;text-decoration: none; background-color:transparent;}
A.link:hover {font-family: Verdana, Arial;font-size: 11px;font-weight: normal;color: #666666;text-decoration: underline; background-color:transparent;}
A.link:active {font-family: Verdana, Arial;font-size: 11px;font-weight: normal;color: #666666;text-decoration: none; background-color:transparent;}

A.submenu:visited {font-family: Verdana, Arial;font-size: 11px;font-weight: bold;color: #999999;text-decoration: none; background-color:transparent;}
A.submenu:link {font-family: Verdana, Arial;font-size: 11px;font-weight: bold;color: #999999;text-decoration: none; background-color:transparent;}
A.submenu:hover {font-family: Verdana, Arial;font-size: 11px;font-weight: bold;color: #666666;text-decoration: none; background-color:transparent;}
A.submenu:active {font-family: Verdana, Arial;font-size: 11px;font-weight: bold;color: #999999;text-decoration: none; background-color:transparent;}

table.table_submenu{
	margin-top: 20px;
	margin-bottom:20px;
}

.submenu_item{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

div#adresregel{
 	width:453px;
	height:19px;
	float:right;
	background-image:url(../images/adresregel2.jpg);
	background-repeat:no-repeat;
	position:absolute;
	bottom:50px;
	right:75px;
}	










