/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin: 0; padding : 0;}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}

/* Rmoves list-styles from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font=weight to normal */
address, caption, cite, code, dfn, em, th, var, strong, small,
{ font-style: normal; font-weight: normal; }

/* Removes border from table */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content:''; }

html
{ text-align: center; }

body {
	margin: 0 auto;
	background-color: #999999;
	text-align: left;
}

div#site_container {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 652px;
	margin-top: -326px;
	width: 750px;
	margin-left: -375px;
	overflow: hidden;
	background-color: #999999;
}
/* BRANDING */
div#branding {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-image: url(../images/g_header.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
div#branding h1 a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	display: block;
}

/* NAVIGATION */
div#navigation {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 750px;
	height: 40px;
}

ul#nav_main{
	width: 750px;
	height: 40px;
	margin:0;	
}
ul#nav_main li {
	position: absolute;
	display: inline;
	overflow: hidden;
}
li#nav_nieuws {
	left: 0px;
	background-color: #BABABA;
}
li#nav_exposities {
	left: 150px;
	background-color: #A8A8A8;	
}
li#nav_beelden {
	left: 300px;
	background-color: #858585;	
}
li#nav_artikelen {
	left: 450px;
	background-color: #747474;	
}
li#nav_contact {
	left: 600px;
	background-color: #626262;	
}
li#nav_nieuws a {
	background-image: url(../images/g_nieuws.png);
}
li#nav_exposities a {
	background-image: url(../images/g_exposities.png);
}
li#nav_beelden a {
	background-image: url(../images/g_beelden.png);
}
li#nav_artikelen a {
	background-image: url(../images/g_artikelen.png);
}
li#nav_contact a {
	background-image: url(../images/g_contact.png);
}

li#nav_nieuws a, li#nav_exposities a, li#nav_beelden a,  li#nav_artikelen a, li#nav_contact a {
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	display: block;
	height: 40px;
	width:	150px;
	text-indent: -9999px;
}
li#nav_nieuws a:hover, li#nav_exposities a:hover, li#nav_beelden a:hover,  li#nav_artikelen a:hover, li#nav_contact a:hover {
	background-position: -150px 0px;
}
/* CONTENT */
div#content {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 100%;
	height: 562px;
	background-color: #E1E1E1;
	overflow: auto;
}
ul#nav_content li {
	position: relative;
	display: inline;
}
img#frontimg {
	height: 562px;
	width: 750px;
}