/*Alles nullen*/

body, div, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td

{
	margin: 0;
	padding: 0;
}

/*ul
{
	list-style: none;
}
*/
img 
{
	border: 0;
}
/*Einde alles nullen*/

/* BODY en BODY BACKGROUND COLORS*/

body, p, li, dt, dd, label { 
	font-size:11px; 
	line-height:18px; 
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.bggroen {
	background-color: #000000;
	}

.bggrijs {
	background-color: #000000;
	}
	
.bgdgrijs {
	background-color: #000000;
	}
	
.bgbruin {
	background-color: #000000;
	}
.bgpaars {
	background-color:#000000;
	}
	
#container {	
	position: relative;
	width: 740px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}

/* EINDE BODY en BODY BACKGROUND COLORS */

/* TOP MARGIN */

#topmargin {
	width: 740px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	height: 20px;
	}

/* BONT HEADER */

#branding 
{
	position: relative;
}

#branding h1 a
{
	background-image: url(/images/bont_logo2.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	height:83px;
	width:140px;
	text-indent: -9999px;
	display:block;	
}

#navigation 
{
	position: absolute;
	top: 0px;
	right: 414px;
	margin-right: 20px;
}


#navigation li 
{
	display: inline;
	position: relative;
}

#navigation a
{
	position: absolute;
	display: block;
	width: 82px;
	height: 83px;
	text-decoration: none;
	text-indent: -9999px;
}

/*#wie 
{
	background-image: url(/images/nav_wie.gif);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;	
}*/

#wie
{
	background-image: url(/images/nav_wie.gif);
	background-repeat: no-repeat;
	background-position: left top;
	left: 83px;	
}


#portfolio
{
	background-image: url(/images/nav_portfolio.gif);
	background-repeat: no-repeat;
	background-position: left top;
	left: 166px;	
}

#links
{
	background-image: url(/images/nav_links.gif);
	background-repeat: no-repeat;
	background-position: left top;
	left: 249px;	
}


#contact
{
	background-image: url(/images/nav_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	left: 332px;	
}

#navigation a:hover 
{
	background-position:0 -83px;	
}

#navigation a.currentpage 
{
	background-position: 0 -83px;
}

/*
#navigation a.currentpage 
{
	background-position: 0 -166px;
}
*/

/* EINDE BONT HEADER */

/* HEROIMAGE */

#heroimage {
	width: 740px;
	height: 255px;
	margin: 20px 0 0 0;
	}

#heroimage2 {
	width: 740px;
	height: 255px;
	margin: 20px 0 0 0;
	padding: 0px;
	background-color: #454545;
	text-align: justify;
}
/* CONTENT GEDEELTE */

#content {
	margin-left: 305px;	
	padding: 20px 20px 20px 0;		
}

#content H1 { 
	font: 20px Georgia, 'Times New Roman', Times, serif bold; 
	margin: 0px 0px 5px 0px; 
	color: #9B8F8C;
}
.lichtgrijs {
	color: #999;
}

#content a:link, #content a:visited, #content a:active {
	color: #999999;
	text-decoration: underline;
}

#content a:hover {
	color: #CDCDCD;
	text-decoration: underline;
}
#content ul {
	list-style:none;
	margin-left: 40px;

}

/* SPECIALE ID voor de FLASHCONTENT VAN FLICKR*/	

#flashcontent {
	margin-left: 20px;	
	padding: 0px 20px 20px 0;
	height: 550px;	
} 

#bedrijven {
	margin-left: 306px;	
	padding: 0px 20px 20px 0;
	height: 125px;	
}	

/* FOOTER */

#footer {
	width: 740px;
	margin: 0px auto 0px auto;
	background-color: #999999;
	height: 29px;
	font-size: 100%;
	}

#footer .links {
	float:left;
	width: auto;
	color: #FFFFFF;
	padding: 6px 0px 0px 26px;
}
 
#footer .bont {
    float: right;
	width: auto;
	color: #FFFFFF;;
	padding: 6px 26px 0px 0px;	
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* START SUBLINKIES */

#sublinkies {
	position: absolute;
	top: 415px;
	right: 457px;
	width: 83px;
	height: 83px;
	border: none; 
	background-color: #EFEFEF;
	}
	
#sublinkies ul {
	margin: 0;
	padding: 0;
	}

#sublinkies li a:link, #sublinkies li a:visited, #sublinkies li a:active {
	display: block;
	color: #7B7983; 
	text-decoration: none;
	padding: 4px 8px 4px 4px;
	background-color: #EFEFEF;
}

#sublinkies li a:hover {
	color: #9B8F8C;
	text-decoration: none;
	background-color: #E2E2E2;
}

.currentsublinkie {
	background-color: #E2E2E2;
	display: block;
	padding: 4px 8px 4px 4px;
	color: #9B8F8C;
	}

#content ul {
	margin-left: 0px;
}	

