BODY
{
	font-family : Arial;
	font-size : 14px;
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-position : 50% 50%;
	background-color : white;
	scrollbar-base-color : #E5E5E5;
}
A, A:LINK,  A:FOCUS, A:VISITED
{
	color : blue;
}
A:HOVER
{
	text-decoration : underline;
	color : red;
}
A:ACTIVE
{
	color : orange;
}
/* Chapter text - colored background*/
H1
{
	font-family : Century Gothic;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	margin-right: 5px;
	margin-left: 5px;
	text-align : left;
}
H1.light
{
	color: #fff;
}
/* Chapter text - white background*/
H2
{
	font-family : Century Gothic;
	font-size: 18px;
	color: #10477D;
	font-weight: normal;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
H2.light
{
	color: #fff;
}
/* Content text colored background*/
H3
{
	font-size : 14px;
	color: #000;
	font-family: Arial;
	font-weight: normal;
	margin: 5px;
}
H3.MMC
{
	font-size : 17px;
	color: red;
}
H4
{
	font-size : 14px;
	color: navy;
}
H5
{
	font-size: 20px;
	color: #FFF;
}
IMG
{
	border: 0;
}
TABLE
{
	font-family : Verdana;
	font-size : 14px;
}
TH {
	background-image: url(../images/bkgr_table_blue.jpg);
	background-repeat: repeat-x;
}

ul
{
}
.level1 li{
	list-style-image: url(../images/bullet_blue.gif);
	list-style-position: outside;
}
.level2 li{
	list-style-image: url(#);
	list-style-position: outside;
	list-style-type: disc;
}


P.CENTER	
{
	font-size : 10px;
	font-style : italic;
	text-align : center;
}
A.ONDER	
{
	font-size : 10px;
	font-style : italic;
	text-align : center;
	color : red;
}
B.euro
{
	color : gray;
}
B.mmc
{
	color : red;
}
B.ev
{
	color : navy;
}
B.datum
{
	color : maroon;
}
B.km
{
	color : maroon;
}
TD.mmc
{
	font-size : 12px;
}

.txt_evenement
{
	font-size: 20px;
	color: #FFF;
	margin-bottom: 13px;	
	padding-left: 5px;
}

/* Evenement Info */
.evenement {
	width: 457px;
	height: 300px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/Box_evenement.jpg);
	background-repeat: no-repeat;
	float: left;
}


.evenement .title {
	width: 450px;
	height: 28px;
	padding: 12px 0 0 10px;
	font-family: Verdana;
	font-size: 16px;
	color: #FFF;
}

.evenement .content {
	width: 450px;
	font-family: Verdana;
	font-size: 13px;
	color: #000;
	padding-top: 20px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10px;
}

.evenement .content table{
	font-family: Verdana;
	font-size: 13px;
	color: #000;
}

/* Evenement Agenda */
.agenda {
	width: 270px;
	height: 194px;
	padding: 0px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/Box_agenda.jpg);
	background-repeat: no-repeat;
	float: right;
}


.agenda .title {
	width: 270;
	height: 28px;
	font-family: Verdana;
	font-size: 16px;
	color: #333;
	padding-top: 12px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10px;
}

.agenda table {
	width: 270;
	color: #000;
	padding-top: 0px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 12px;
}

/* Loot */
.loot {
	width: 270px;
	height: 194px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	font-family: Verdana;
	font-size: 13px;
	color: #000;
	background-image: url(../images/Box_loot.jpg);
	background-repeat: no-repeat;
	float: right;
}

/* Buienradar */
.buien {
	width: 270px;
	height: 194px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana;
	font-size: 13px;
	color: #000;
	float: right;
}

/* Trailer */
.trailer {
	width: 880px;
	height: 30px;
}




/* Box aanlooproute */
.aanlooproute {
	width: 270px;
	height: 149px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/Box_alr.jpg);
	background-repeat: no-repeat;
	float: none;
}

.aanlooproute .title {
	width: 270;
	height: 28px;
	font-family: Verdana;
	font-size: 16px;
	color: #333;
	padding-top: 4px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10px;
}

.aanlooproute .content table {
	width: 270;
	color: #000;
	padding-top: 0px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 12px;
}

.aanlooproute .content a {
	text-decoration: none;
	color: #000;
}

.aanlooproute .content a:hover {
	color: #000;
	text-decoration: underline;
}
