#html, body {
  width:100%;
  text-align: center;
} 

.container
{
	width:775px;	
	margin: 0 auto;
	text-align:left;
}

.header
{
	height:100px;
	width:775;
	border-bottom-style:solid;
	border-bottom-color:#ff0000;
	border-bottom-width:4px;
}

.logo
{
	float:left;	
	margin-top:20;
	margin-bottom:20;
	width:235px;
	margin-right:5px;
}

.title
{
	margin-top:35;
	float:left;
	width:502px;
}

.menu
{
	 float:right;
	 width:775;
	 height:80px;
}

.menu_sub
{
	width:280px;
	float:left;
	height:70px;
	margin-right:5px;	
}

.flash
{
	width:490px;
	float:left;
}

.content
{
	height:400px;
	margin-top:20px;
}

.bottom
{
	border-top:solid;
	border-top-color:#000;
	border-top-width:4px;	
	height:30px;
	background-color:#ff0000;
	margin-top:0px;
	margin-top:20px;
}

.terms
{
	 margin-top:5px;
	 margin-left:20px;
	 width:50px;
	 float:left;
}

.terms a
{
	color:#000;	
	text-decoration:none;
}

.language
{
	padding-top:35px;
}

.button
{
	cursor:pointer;	
	margin-top:10px;
	margin-bottom:10px;
}

a
{
	text-decoration:none;	
	color:#000000;
}
a:hover
{
	color:#ff0000;	
}

.rollover
{
	text-align:right;
	float:right;
	padding-bottom:5px;	
	padding-right:5px;
}
.langNL a
{
	display:block;
	background-image:url(../images/flags/NL.gif);
	background-repeat:no-repeat;

}
.langNL a:hover
{
	display:block;
	background-image:url(../images/flags/NL.gif);
	background-repeat:no-repeat;

}
.langEN a
{
	display:block;
	background-image:url(../images/flags/EN_O.png);
	background-repeat:no-repeat;

}
.langEN a:hover
{
	display:block;
	background-image:url(../images/flags/EN_O.png);
	background-repeat:no-repeat;

}
