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

body {
	background-color: #80a1be;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	font-size: 14px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	color: #f7b500;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.menu2_text {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 13px;
	padding-left: 12px;
	font-size: 14px;
}
.bg_content {
	background-image: url(../img/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bg_12 {
	background-image: url(../img/bg_12.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.menu1UP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f7b500;
	font-weight: bold;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
}
.menu1DOWN {
	font-size: 14px;
	color: #f7b500;
	font-weight: bold;
	padding-right: 9px;
	padding-left: 9px;
	text-decoration: underline;
}
.menu2UP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.menu2DOWN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.float_left_img {
	float: left;
	vertical-align: bottom;
}
.bg_nl  {
	background-image: url(../img/nl_off.gif);
	background-repeat: no-repeat;
	}
.bg_nl:hover  {
	background-image: url(../img/nl_on.gif);
	background-repeat: no-repeat;
}
.bg_en  {
	background-image: url(../img/en_off.gif);
	background-repeat: no-repeat;
}
.bg_en:hover  {
	background-image: url(../img/en_on.gif);
	background-repeat: no-repeat;
}
.bg_nl_on  {
	background-image: url(../img/nl_on.gif);
	background-repeat: no-repeat;
}
.bg_en_on {
	background-image: url(../img/en_on.gif);
	background-repeat: no-repeat;
}
