body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #fff;
	height: 100%;
}

img#homeback {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
}

#container {
	width: 990px;
	position: absolute;
	height: 100%;
	background: url(pict/back_homecont.gif) repeat-y left;
	margin-left: -495px;
	left: 50%;
        overflow: auto;
}


#logo-boom {
	margin-top: 50px;
}

#update {
	position: absolute;
	width: 150px;
	top: 5px;
	right: 650px;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-align: right;
}

#disclaimer a {
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	left: 380px;
	top: 330px;
	text-decoration: none;
	color: #333;
}

#disclaimer a:hover {
	color: #F00;
}

/* ========================================================== */
/* homepage */


div.project_home {
        background: #fff;
        width: 400px;
        padding: 5px 5px 10px 5px;
        margin: 0 0 10px;
}

#tekst {
	width: 361px;
	padding-left: 524px;
	background: url(pict/back_homecont.gif) repeat-y left;
	font-size: 12px;
}

#tekst h1 {
        clear: both;
	font-size:32px;
        font-weight:bold;
        margin:0;
        padding:50px 0 10px;
        color: #4c1a1f;
}

#tekst h1 a {
	text-decoration: none;
}
#tekst h1 a:hover {
	color: #fff;
}

#tekst h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 15px 10px;
	clear: both;
}

#tekst h2 a {
	color: #000;
	text-decoration: none;
}
#tekst h2 a:hover {
	text-decoration: underline;
}

#tekst p {
	margin: 0;
	color: #000;
}

#tekst #kop {
	font-size: 64px;
	font-weight: bold;
	color: #f15298;
	margin: 0;
	padding: 50px 0 0 0;
}


#tekst .superkop {
	padding-bottom: 16px; 
}

#tekst .superkop a {
	color: #4C1A1F;
}


#tekst p.project, #tekst p.project a, #tekst h2.project, #tekst h2.project a {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	clear: both;
	color: #f15298;
	text-decoration: none;
}

#tekst h2.project a:hover, #tekst p.project a:hover {
	color: #000;
}

#tekst .maand {
	color: #F00;
}

#tekst .maand_project, #tekst .maand_project a {
	margin: 0;
	color: #fff;
}

#tekst .maand_project a:hover {
	color: #f15298;
}


#tekst .verwacht {
	color: #F00;
}

#tekst .foto {
	margin-left: -10px;
	padding: 0 0 10px 0;
}

#tekst .foto-omloop {
	float: left;
	margin-left: -10px;
	padding: 0 10px 10px 0;
}
		
#tekst a .img_link {
	border-style: none;
}






/* fix IE -------------------------------------------------------- */

#logo-boom {
	position: absolute;
	top: 60px;
	width: 502px;
	background: url(pict/back_homecont.gif) repeat-y left;
}



*html #beeld {
	position: absolute;
	width: 316px;
	top: 193px;
	left: 455;
}

*html #tekst .foto, *html #tekst .foto-omloop {
	margin-left: -13px;
}

/* navigatie ------------------------------------------------------*/

#nav {
	position: absolute;
	left: 380px;
	top: 50px;
	list-style: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 150px;
	padding: 0;
	margin: 0;
}


#nav li a {
	color: #00D400;
	text-decoration: none;
	display: block;
	padding: 5px 5px 3px 0;
	margin: 0;
width: 134px;
background: #fff;
}	



#nav li a:hover, #nav li #actief {
	color: #f00;
}

#nav li {
        position: relative;
	margin: 0 0 0px;
        display: block;
}

#nav li.archief {
	padding-top: 10px;
	}


#nav li ul li {
	margin: 0;
}

#nav li ul {
	position: absolute;
	width:193px;
	left: 108px;
	top: 0;
	list-style: none;
	display: none;
}



/* Sub Menu Styles */	


#nav li ul li {
        display: inline;
        margin: 0;
}

#nav li ul li a {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px 4px 4px 10px;
	background: #fff;
	margin: 0px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
        display: block;
        width: 190px;
	}
		
#nav li ul li a:hover {
	color: #f00;
	}
	

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; }
* html #nav ul li a { height: 1%; }

/* End */

#nav li:hover ul, #nav li.over ul, #nav li a:hover ul { display: block; } /* The magic */









