/* CSS Document */
body{
	padding:0px;
	margin:0px;
}

ul{
	margin-left:20px;
}

.MainBgHome{
	background-image:url(http://www.atlantic-benelux.nl/templates/images/body_bg_home.gif);
	background-repeat:repeat-y;
}

.MainBgVervolg{
	background-image:url(http://www.atlantic-benelux.nl/templates/images/body_bg_vervolg.gif);
	background-repeat:repeat-y;
}

.TopBg{
	background-image:url(http://www.atlantic-benelux.nl/templates/images/top_bg.jpg);
	background-repeat:repeat-x;
}

.MenuBg{
	background-image:url(http://www.atlantic-benelux.nl/templates/images/menu_bg.gif);
	background-repeat:repeat-x;
}

.HeaderBg{
	background-image:url(http://www.atlantic-benelux.nl/templates/images/header_bg.jpg);
	background-repeat:repeat-x;
}

.HeaderBgWhite{
	background-image:url(http://www.atlantic-benelux.nl/templates/images/header_bg_white.jpg);
	background-repeat:repeat-x;
}

.HeaderBgBlue{
	background-image:url(http://www.atlantic-benelux.nl/templates/images/header_bg_blue.jpg);
	background-repeat:repeat-x;
}

/*TEKSTEN*/

.HeaderText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#014C86;
	font-weight:bold;
	text-decoration:none;
}

.HeaderText:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#014C86;
	font-weight:bold;
	text-decoration:underline;
}

.NormalText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#014C86;
	text-decoration:none;
}

.NormalText:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#014C86;
	text-decoration:underline;
}

.RedText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF0000;
	text-decoration:none;
}

.RedText:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF0000;
	text-decoration:underline;
}

/*MAIN MENU*/

.MenuText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.MenuText:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#77C4FF;
	font-weight:bold;
	text-decoration:underline;
}

.MenuActiveText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#77C4FF;
	font-weight:bold;
	text-decoration:none;
}

.MenuActiveText:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#77C4FF;
	font-weight:bold;
	text-decoration:underline;
}

/*SUB MENU*/

.SubBigText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#77C4FF;
	font-weight:bold;
	text-decoration:none;
}

.SubBigText:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#014C86;
	font-weight:bold;
	text-decoration:underline;
}

.SubBigTextActive{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#014C86;
	font-weight:bold;
	text-decoration:none;
}

.SubBigTextActive:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#014C86;
	font-weight:bold;
	text-decoration:underline;
}

.SubSmallText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#014C86;
	text-decoration:none;
}

.SubSmallText:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#014C86;
	text-decoration:underline;
}

/*FORM*/

.FormField{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#014C86;
	text-decoration:none;
}

.FormButton{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#014C86;
	font-weight:bold;
	text-decoration:none;
}