html, body {
 	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_mcf.jpg);
	background-repeat: repeat-x;
	color: #555;
	line-height: 1.4em;
	height: 100%;
	min-height: 100%;
}
img { 
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h1, h2, p, div, span {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #007060;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
p {
	margin-bottom: 7px;
}
a:link, a:visited {
	font-size: 14px;
	color: #060;
	text-decoration: underline;
}
a:hover {
	color: #060;
	text-decoration: none;
}
#main {
	position: relative;
	width: 990px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#top {
	position: relative;
	width: 990px;
	height: 210px;
}
#topfoto {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 590px;
	height: 159px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 990px;
	height: 159px;
}


/* NAVI ------------------------------------------------------------ */
#navi {
	position: absolute;
	top: 159px;
	right: 0px;
	height: 51px;
}
#navi ul{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(../images/bg_nav.jpg);
}
#navi ul li{
	float: left;
	padding-right: 1px;
	padding-left: 1px;
	margin-left: -1px;
	background-image: url(../images/bg_nav.jpg);
}
#navi ul li a:link, #navi ul li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #444;
	height: 51px;
	text-align: center;
	line-height: 50px;
	display: block;
	padding-left: 0.7em;
	padding-right: 0.7em;
	text-decoration: none;
	background-image: url(../images/nav_item.jpg);
}
#navi ul li a:hover{
	color: #FFF;
	background-image: url(../images/nav_item_ov.jpg);
}
#navi ul li.active a:link, #navi ul li.active a:visited, #navi ul li.active a:hover{
	color: #FFF;
	background-image: url(../images/nav_item_ov.jpg);
}
#navi ul li.active ul li a:link, #navi ul li.active ul li a:visited{
	color: #444;
}
#navi ul li.active ul li a:hover{
	color: #FFF;
}
#naviStartPic{
	width: 1px;
	height: 51px;
	float: left;
	background-image: url(../images/bg_nav.jpg);
}
#NEW{
	position: absolute;
	left: 5px;
	top: -45px;
	width: 88px;
	height: 50px;
	z-index: 2;
}
#NEW a:link,#NEW a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #444;
	line-height: 43px;
	display: block;
	height: 50px;
	width: 72px;
	padding-left: 16px;
	text-decoration: none;
	background-image: url(../images/bg_new.png);
}
#NEW a:hover{
	background-image: url(../images/bg_new_ov.png);
	color: #FFF;
}
#NEWactive{
	position: absolute;
	left: 5px;
	top: -45px;
	width: 88px;
	height: 50px;
	z-index: 2;
}
#NEWactive a:link, #NEWactive a:visited, #NEWactive a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 43px;
	display: block;
	height: 50px;
	width: 72px;
	padding-left: 16px;
	text-decoration: none;
	background-image: url(../images/bg_new_ov.png);
	color: #FFF;
}
/* end NAVI ------------------------------------------------------------    */

/* NAVI docs ------------------------------------------------------------    */
#naviDocs {
	float: left;
	margin: 0px 50px 0px 0px;
	padding: 30px;
	background-color: #F1B403;
	color: #060;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	box-shadow: 5px 5px 8px #aaa;
}
#naviDocs ul {
	margin: 0px;
	padding: 0px 0px 10px 10px;;
}
#naviDocs a:link, #naviDocs a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #000;
}
#naviDocs li .active a,#naviDocs a:hover{
	color: #FFF;
}
/* end NAVI docs ------------------------------------------------------------    */


#content{
	margin: 40px 50px 40px 20px;
}
#startBgImage {
	position: relative;
	width: 990px;
	height: 500px;
	margin: 20px 0px 50px 10px;
	background-image: url(../images/world_map.jpg);
}
#startTekstVeld {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 340px;
	height: 500px;
	padding: 20px 20px 0px 50px;
	background-image: url(../images/start_text_bg.png);
	background-repeat: no-repeat;
}
#startTekstVeld h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #007060;
}

#mapButton {
	display: none;
	position: absolute;
	width: 170px;
	top: 400px;
	left: 0px;
	z-index: 5;
}
#mapButton a:link {
	display: block;
	border: 1px solid #007060;
	border-radius: 10px;
	background-color: #F1B403;
	color: #333;
	font-weight: bold;
	padding: 5px;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	box-shadow: 4px 4px 6px #aaa;
}
#mapButton a:visited, #mapButton a:hover {
	text-decoration: none;
	color: #333;
}
#contentLinks{
	float: left;
	width: 460px;
	margin: 40px 50px 40px 20px;
}
#contentRechts{
	margin: 40px 20px 40px 530px;
}
#contentRechtsFotos{
	margin: 65px 20px 40px 530px;
}
#contentDocs {
	margin: 0px 0px 80px 260px;
}
#contentD {
	margin: 0px 0px 40px 20px;
}
#contentD h1{
	margin: 35px 0px 20px 0px;
}
#contentHelper {
	clear: both;
	height: 10px;
	padding-bottom: 270px;
}
.fotoOnTop {
	display: block;
	padding-bottom: 20px;
}
.boardTable {
	font-size: 13px;
}
.boardTable td {
	vertical-align: top;
	line-height: 16px;
}
.boardTableLeft {
	width: 220px;
}
.boardTableSeparator {
	color: #090;
}
.lightboxFotos {
	float: left;
	margin: 10px 0px 0px 8px;
	width: 200px;
	height: 130px;
	overflow: hidden;
	border: 1px solid #090;
}
.lightboxFotosKlein {
	float: left;
	margin: 10px 0px 0px 8px;
	width: 100px;
	height: 65px;
	overflow: hidden;
	border: 1px solid #090;
}
.lightboxFotosKlein img {
	width: 100px;
}
.lightboxFotos img {
	width: 200px;
}


/* LOGIN --------------------------------------------------------------- */  

#login {
	position: absolute;
	color: #FFF;
	width: 150px;
	height: 180px;
	padding: 10px 15px;
	top: 20px;
	left: 780px;
	font-size: 14px;
	background-image: url(../images/bg_login.png);
}
#login a:link, #login a:visited{
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#login a:hover{
	color: #FFF;
	font-size: 14px;
	text-decoration: underline;
}
#loginVeld a:link, #loginVeld a:visited{
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}
#loginVeld a:hover{
	color: #FFF;
	font-size: 11px;
}
#loginVeld input{
	line-height: 12px;
	padding-left: 5px;
	width: 150px;
	height: 22px;
	border: 0px;
	background: none;
	background-image: url(../images/bg_input.png);
	background-repeat: no-repeat;
	
}
#loginVeld input.btnVerzenden {
	width: 75px;
	height: 22px;
	padding-bottom: 2px;
	border: 0px;
	background-image: url(../images/btn_login.png);
	background-repeat: no-repeat;
}
#loginVeld input.btnVerzenden:hover{
	font-weight: bold;
	color: #FFF;
}
.loginHead{
	font-size: 13px;
	font-weight: bold;
}
#logoutVeld {
	font-size: 14px;
	text-align: center;
}
#logoutVeld a:link, #logoutVeld a:visited{
	color: #FFF;
	font-weight: bold;
}
#logoutVeld a:hover{
	text-decoration: underline;
}
#logoutVeld .documents a:link, #logoutVeld .documents a:visited {
	display: block;
	width: 130px;
	height: 22px;
	color: #FFF;
	margin-left: 10px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 2px;
	background-image: url(../images/btn_documents.png);
	background-repeat: no-repeat;

}
#logoutVeld .documents a:hover {
	color: #000;
	text-decoration: none;
}
#loginmelding {
	position: absolute;
	top: 150px;
	left: 160px;
	z-index: 4;
	width: 600px;
	height: 250px;
	padding: 30px;
	background-color: #FFF;
	border: 2px solid #F00;
}
/* end LOGIN  ------------------------------------------------------------ */



#footer {
	position: relative;
	margin-top: -250px;
	width: 100%;
	color: #FFF;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-color: #00594F;
}
#footerInside {
	position: relative;
	width: 970px;
	min-height: 250px;
	margin-left: auto;
	margin-right: auto;
}
#footerLinks {
	position: absolute;
	top: 20px;
	left: 0px;
}
#footerLinks h1 {
	margin-bottom: 15px;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#footerLinks a, #footerLinks a:visited {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
}
#footerLinks a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footerContact {
	position: absolute;
	top: 20px;
	left: 400px;
	font-size: 13px;
}
#footerContact h1 {
	margin-bottom: 15px;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#footerContact a, #footerContact a:visited {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
}
#footerContact a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* end footer -------------------------- */