body {
	font-family: Arial, Verdana, sans-seriff;
	font-size:86%;
	color:#ffffff;
	line-height: 145%;
	background-color:#00ADEF;
	margin:0px;
}

h2, h3, h4 { color: #ffffff; }

div#logo {
	position: absolute; top: 30px; left:22px; 
}

div#menuContainer {
	position: absolute; top: 182px; left:0; 
}

div#menuText { position:absolute; z-index: 1; left: 20px; top: 270px; } 
div#topMenuText { position:absolute; z-index: 1; left: 279px; top: 111px; }
div#mainText { position: absolute; left: 280px; top:190px; width: 50%; }

a { color: #843717; /* bruin */ text-decoration:none; font-size: 1.75em; }
a:hover { text-decoration:underline; }
a.topNav { padding-right: 10px; font-size: 1.6em; line-height: 120%; }

a.link { color: #ffffff; text-decoration:none; font-size: 1.2em; }
a.link:hover { text-decoration:underline; }

ul.menu { list-style-type: none; }

#tblContact {
	padding-top: 3em; padding-bottom: 3em;
}
/*
**************************************************
navigatie menu
**************************************************
*/

#menu { left: 2em; top: 20px; position: relative; }

a.menu {
	float:left;
	font-size: 80%;
	color: #ffffff;
	font-weight: bold;
	padding: 2 10 2 10; 
	background: #B50C00;
	border-right: 2px solid #B50C00;
	border-left: 2px solid #B50C00;
}
		
a.menu:hover {
	color: #ffffff;
	background: #DE8C6D;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}
		
.menu_tabel {
	vertical-align:top; 
	background: #B50C00;
	border-bottom:#FFFFFF 2px solid;
}

