/**************************** 
	GENERAL CSS STYLES
		- BODY
		- A LINKS
		- IMAGES
		- IMAGE PRELOAD
 ****************************/

body {
	font-family: "Lucida Sans", Tahoma, Verdana;
	font-size: 12px;
	color: #878787;
	background-image: url(../img/fusa_bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #dba90f;
}

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

img {
	border: 0px;
}

.preloadimg {
	display: none;
}

.clear {
	clear: both;
}

/**************************** 
	THE SITE STYLES 
		- SITE
			- HEAD
			- MENU
			- ADVERT
			- CONTENT
			- FOOTER
 ****************************/
#site {
	width: 892px;
	margin-left: auto;
	margin-right: auto;
}

#head {
	margin-top: 4px;
	width: 892px;
	height: 80px;
}

#head .logo {
	margin-left: 35px;
	width: 173px;
	height: 80px;
	float: left;
}

#head .languages {
	margin-right: 25px;
	margin-top: 6px;
	width: 126px;
	float: right;
	overflow: hidden;
}

#head .languages a, #head .languages a:link, #head .languages a:visited, #head .languages a:active, #head .languages a:hover {
	font-size: 12px; 
	color: #878787;
	text-decoration: none;
}
	
#head .nl {
	display: block;
	width: 75px;
	height: 24px;
	padding-top: 10px;
	margin-top: 2px;
	padding-right: 51px;
	background-image: url(../img/fusa_nederlands.png);
	text-align: right;
	cursor: pointer;
}

	#head .nl:hover {
		background-image: url(../img/fusa_nederlands_up.png);
	}

#head .en {
	display: block;
	width: 75px;
	height: 24px;
	padding-top: 10px;
	margin-top: 2px;
	padding-right: 51px;
	background-image: url(../img/fusa_english.png);
	text-align: right;
	cursor: pointer;
}

	#head .en:hover {
		background-image: url(../img/fusa_english_up.png);
	}
	
#menu {
	width: 892px;
	height: 59px;
	background-image: url(../img/fusa_menu_bg.png);
	overflow: hidden;
}

#menu img {
	float: left;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
}

#menu .menu {
	display: block;
	float: left;
	width: auto;
	padding: 21px 10px 18px 10px;
	cursor: pointer;
	background-image: url(../img/spacer.gif);
}

	#menu .menu:hover{
		background-image: url(../img/fusa_menu_up.png);
	}
	
#menu .Startpagina {
	cursor: pointer;
	display: block;
	float: left;
	width: 49px;
	height: 59px;
	margin-right: 2px;
	background-image: url(../img/spacer.gif);
}

	#menu  .Startpagina:hover {
		background-image: url(../img/fusa_menu_startpagina_up.png);
	}

	
#advert {
	margin-top: 16px;
	width: 873px;
	margin-left: auto;
	margin-right: auto;
	height: 136px;
}

#advert .menu {
	float: left;
	width: 120px;
	height: 136px;
}

#advert .menu a, #advert .menu a:link, #advert .menu a:visited, #advert .menu a:active, #advert .menu a:hover {
	text-decoration: none;
	font-size: 14px;
	color: #878787;
}

#advert #ad {
	width: 702px;
	height: 136px;
	float: left;
}

#advert .view {
	width: 51px;
	height: 136px;
	float: left;
}

#content {
	width: 876px;
	margin-top: 26px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}
#content  .inf  {
	color: #dba90f;	
}
	
#content .top {
	width: 876px;
	height: 8px;
	background-image: url(../img/fusa_content_top.png);
}

#content .content {
	width: 876px;
	background-image: url(../img/fusa_content_bg.png);
}

#content .left {
	width: 155px;
	float: left;
	margin: 0px 10px 10px 15px;
}

#content .left h1 {
	font-size: 14px;
	color: #545454;
	padding: 0px;
	margin: 15px 0px 5px 0px;
	font-weight: normal;
}

#content .left p {
	padding: 0px;
	margin: 0px 0px 10px 15px;
}

#content .left ul {
	padding: 0px;
	margin: 0px 0px 10px 15px;
	list-style-type: square;
	color: #dba90f;
}

#content .left li {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

#content .left span {
	display: block;
	height: auto;
	padding-left: 10px;
	border-left: 2px solid #dba90f;
}

#content .left li a, #content .left li a:link, #content .left li a:visited, #content .left li a:active {
	text-decoration: none;
	font-size: 12px;
	color: #878787;
}

	#content .left li a:hover {
		text-decoration: underline;
		font-size: 12px;
		color: #dba90f;
	}

#content .right {
	width: 650px;
	float: right;
	margin: 0px 15px 10px 10px;
}

#content .right h1 {
	font-size: 14px;
	color: #545454;
	padding: 0px;
	margin: 15px 0px 5px 0px;
	font-weight: normal;
}

#content .right h2 {
	color: #dba90f;
	font-size: 13px;
	padding: 0px;
	margin: 2px 0px 5px 10px;
	font-weight: normal;
}

#content .right p {
	padding: 0px;
	margin: 0px 0px 10px 15px;
}

#content .right form {
	padding: 0px;
	margin: 0px 0px 10px 15px;
}

#content .right input, #content .right textarea {
	padding: 2px;
	color: #878787;
	border: 1px solid #e3e2e2;
	border-left: 2px solid #dba90f;
	padding-left: 10px;
	font-size: 12px;
	background-color: #FFFFFF;
	
} 

#content .right .Error {
	border-left: 2px solid #ff4c4c;
	border-bottom: 1px solid #ff4c4c;
}

#content .bottom {
	width: 876px;
	height: 10px;
	background-image: url(../img/fusa_content_bottom.png);
}

#content .onderschrift {
	text-align: right;
	font-size: 10px;
	padding-right: 25px;
}

#content .tbl_prijzen {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	width: 95%;
	border: 0px;
}

#content .tbl_prijzen tr, #content .tbl_prijzen td {
	margin: 0px;
	padding: 2px;
	padding-left: 5px;
}

#content .tbl_head {
	background-image: url(../img/fusa_prijzen_bg.png);
	font-weight: bold;
	color: #FFFFFF;
}

#content .tbl_head td {
	padding-left: 10px;
}
	
#content .tbl_row td, #content .tbl_row2 td {
	padding-left: 5px;
	cursor: pointer;
}

#content .tbl_row2  {
	background-color: #f8f8f6;
}

#content .tbl_prijs  {
	font-weight: bold;
}

#content .tbl_row:hover, #content .tbl_row2:hover {
	background-color: #e3e2e2;
}

#footer {
	width: 876px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#footer .item {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

#footer .item h1 {
	font-size: 12px;
	color: #545454;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#footer .item ul {
	font-size: 10px;
	padding: 0px;
	margin: 0px 0px 10px 15px;
	list-style-type: square;
	color: #878787;
}

#footer .item li {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

#footer .item li a, #footer .item li a:link, #footer .item li a:visited, #footer .item li a:active {
	text-decoration: none;
	font-size: 10px;
	color: #878787;
}

	#footer .item li a:hover {
		text-decoration: underline;
		font-size: 10px;
		color: #dba90f;
	}
	
#footer .contact {
	float: right;
	text-align: right;
	margin: 0px 15px 0px 15px;
}
	
#footer .contact b {
	color: #dba90f;
	font-weight: normal;
}

#footer .contact ul {
	font-size: 10px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	list-style-type: none;
	color: #878787;
}

#footer .contact li {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

#footer .contact li a, #footer .contact li a:link, #footer .contact li a:visited, #footer .contact li a:active {
	text-decoration: none;
	font-size: 10px;
	color: #878787;
}

	#footer .contact li a:hover {
		text-decoration: underline;
		font-size: 10px;
		color: #dba90f;
	}


/**************************** 
	CSS LNG NL
****************************/

#head .nl {
	background-image: url(../../../img/fusa_nederlands_up.png);
}

#advert #ad {
	background-image: url(../../../img/fusa_nl_advert_hosting.jpg);
}

#advert #btn_0 {
	display: block;
	width: 120px;
	height: 25px;
	padding-top: 9px;
	text-align: center;
	cursor: pointer;
	background-image: url(../../../img/fusa_advert_0_up.png);
}

	#advert #btn_0:hover {
		background-image: url(../../../img/fusa_advert_0_up.png);
	}

#advert #btn_1 {
	display: block;
	width: 120px;
	height: 25px;
	padding-top: 9px;
	text-align: center;
	cursor: pointer;
	background-image: url(../../../img/spacer.gif);
}

	#advert #btn_1:hover {
		background-image: url(../../../img/fusa_advert_1_up.png);
	}

#advert #btn_2 {
	display: block;
	width: 120px;
	height: 25px;
	padding-top: 9px;
	text-align: center;
	cursor: pointer;
	background-image: url(../../../img/spacer.gif);
}

	#advert #btn_2:hover {
		background-image: url(../../../img/fusa_advert_2_up.png);
	}

#advert #btn_3 {
	display: block;
	width: 120px;
	height: 25px;
	padding-top: 9px;
	text-align: center;
	cursor: pointer;
	background-image: url(../../../img/spacer.gif);
}

	#advert #btn_3:hover {
		background-image: url(../../../img/fusa_advert_3_up.png);
	}
