/* CSS Document */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f0dda2;
	background-image:url(images/bg2.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

#header {
	width:949px;
	height:179px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	vertical-align:top;
}

#titel{
	width:949px;
	height:55px;
	background-image:url(images/titel.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	vertical-align:top;
}

#titel h1{
	position:relative;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:20px;
	background-image:url(images/titel.gif);
	background-position:left center;
	background-repeat:no-repeat;
	top:10px;
	left:45px;
	color:#000000;
}

#content{
	width:949px;
	vertical-align:top;
	background-image:url(images/bgcontent.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	vertical-align:top;
}

#main{
	width:949px;
	height:232px;
	min-height:232px;
	background-image:url(images/content.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	vertical-align:top;
}

#tekst{
	width:850px;
	vertical-align:top;
	margin-left:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.tekst{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#footer{
	width:949px;
	height:86px;
	background-image:url(images/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	vertical-align:top;
}

#proximedia{
	position:relative;
	width:90px;
	top:50px;
	left:35px;
	float:left;
}

#adres{
	position:relative;
	float:right;
	width:780px;
	top:40px;
	right:15px;
}

#adres td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

#adres td a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

#adres td a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c54806;
	text-decoration:none;
}

/* Navigation
-------------- */
ul#nav {
	padding:0;
	margin:0;
	position:relative;
	top:24px;			/* set the exact position of the navigation */
	left:712px;			/* set the exact position of the navigation */
	width:227px;
	height:150px;
}
ul#nav li {
	padding:0;
	margin:0;
	text-indent:-9999px;	
	list-style-type:none;
	float:left;
}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background-image:url(images/menu.jpg);
}
li#home a {
	width:227px;
	height:27px;
}
li#binnen a {
	width:227px;
	height:24px;
}
li#gyproc a {
	width:227px;
	height:25px;
}
li#nieuws a {
	width:227px;
	height:23px;
}
li#realisaties a {
	width:227px;
	height:24px;
}
li#contact a {
	width:227px;
	height:26px;
}

li#home a {	
	background-position:0px 0px;
}
li#home a:hover {	
	background-position:226px 0px;
}
li#binnen a {	
	background-position:0px -27px;
}
li#binnen a:hover {	
	background-position:226px -27px;
}
li#gyproc a {	
	background-position:0px -51px;
}
li#gyproc a:hover {	
	background-position:226px -51px;
}
li#nieuws a {	
	background-position:0px -77px;
}
li#nieuws a:hover {	
	background-position:226px -77px;
}
li#realisaties a {	
	background-position:0px -100px;
}
li#realisaties a:hover {	
	background-position:226px -100px;
}
li#contact a {	
	background-position:0px -124px;
}
li#contact a:hover {	
	background-position:226px -124px;
}
