html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	}

/*********************
	fonts
*********************/
h1 {
	font-family: Arial;
	font-size: 26px;
	margin-left:25px;
	font-weight:900;
	margin-bottom:4px;
	margin-top:0px;
	line-height: 30px;
	text-transform: uppercase;
	}
	
h1.opening {
	font-family: Arial;
	font-size: 26px;
	margin-left:0px;
	font-weight:900;
	margin-bottom:4px;
	margin-top:0px;
	line-height: 30px;
	text-transform: uppercase;
	}
	
p
	{
	margin-top:0px;
	margin-left:25px;
	margin-right:15px;
	margin-bottom:0px;
	font-family: Arial;
	font-size: 12px;
	text-align:left;
	line-height: 17px;
	width: 420px;
	}
	
p.algemeen
	{
	margin-top:0px;
	margin-left:25px;
	margin-right:15px;
	margin-bottom:0px;
	font-family: Arial;
	font-size: 12px;
	text-align:left;
	line-height: 17px;
	width: 420px;
	}
	
p.breedte
	{
	width: 250px;
	}
	
b.adres{
	font-family: Arial;
	font-size: 14px;
	font-weight:900;
	margin-bottom:0px;
	margin-top:0px;
	}
	

a
	{
	font-family: Arial;
	font-size: 12px;
	color: #000;
	}

a.adres
	{
	font-family: Arial;
	font-size: 10px;
	color: #fff;
	}

a.orte {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	margin-left: 10px;
	color: #fff;
	line-height: 20px;
	}
	
a.mainlevel {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	margin-left: 10px;
	color: #fff;
	line-height: 20px;
	}
	
a.mainlevelactive {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:underline;
	margin-left: 10px;
	color: #707070;
	line-height: 20px;
	}
	
a.toplevel {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:none;
	color: #fff;
	}
	
a.toplevelactive {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration:underline;
	color: #707070;
	}
	

a.sublevel {
	font-size: 11px;
	text-decoration:none;
	margin-left: 10px;
	color: #707070;
	line-height: 20px;
}
	
font.orientatie
	{
	font-family: Arial;
	padding-top:5px;
	padding-left:0px;
	padding-bottom:5px;
	color:#b3b4b5;
	text-transform:uppercase;
	font-size: 11px;
	text-decoration:none;
	text-align=left;
	}
/*********************
	tables
*********************/
table.main
	{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	}

td
	{
	font-family: Arial;
	font-size: 12px;
	background-repeat:no-repeat;
	}

/*********************
	images
*********************/
img.right
	{
	float:right;
	clear: right;
	margin: 0px 0px 0px 0px;
	}
	
img.bottom
	{
	margin-left: 25px;
	}
	
img.left
	{
	float:left;
  clear: left;
	margin-right:10px;
	margin-bottom:10px;
	}
	
	
img.border
	{
	border: 1px solid #FF7E00;
	}
	
img.thumb
	{
	border: 1px solid #FF7E00;
	}

/*********************
	form
*********************/

.input
	{
	border: 1px solid #999;
	font-family: Arial;
	font-size: 10px;
	color: #333;
	margin-right:3px;
	}

.submit
	{
	border: 1px #fff;
	background: #fff;
	font-family: Arial;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	margin-right:3px;
	text-transform: uppercase;
	}
	