BODY {
	background-color : #CCFFFF;
	margin-top : 0;
	margin-left : 0;
	color: #0033FF;
	font-family : Helvetica, Arial, sans-serif;
	font-size: 14px;

}FF;

A:LINK {
	background: transparent;
	color : #0000FF;


}

A:ACTIVE {
	background: transparent;
	color : #0000FF;

}

A:VISITED {
	background: transparent;
	color : #0000FF;
}

A:HOVER {
	background: transparent;
	color : #0000FF;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #0033FF;
	font-family : Helvetica, Arial, sans-serif;
	text-align:center;
}

h2{
	font-size: 15px;
	font-weight: bold;
	color: #0033FF;
	font-family : Helvetica, Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;

}

h3{
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	color: #0033FF;
	font-family : Helvetica, Arial, sans-serif;
	text-align: left;
}


p{
	font-size: 14px;
	color: #0000FF;
	font-family : Helvetica, Arial, sans-serif;
}



.premium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}
.table {
	font-family: "Courier New", Courier, mono;
	text-decoration: blink;
}

li {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;
}

table.arjen   {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCFFFF;
}

table.header    {
    background-color: #D3DCE3;
	color: #000000;
}
th   {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #D3DCE3;
}
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
td.tbl_even   {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}
td.tbl_odd   {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}

.restrict {
	color: red;
}
.vert {
	background: url('/images/vert.png') no-repeat center;
}
.outer {
	background: url('/images/outer.png') no-repeat center;
}
.br {
	background: url('/images/br.png') no-repeat center;
}
.tr	{
	background: url('/images/tr.png') no-repeat center;
}
.rb {
	background: url('/images/rb.png') no-repeat center;
}
.rt	{
	background: url('/images/rt.png') no-repeat center;
}

div#map {
background: transparent;
color: #000;
font-size: 80%;
text-decoration: none;
float: left;
}

div#rechts {
color: #000;
font-size: 80%;
text-decoration: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

