@charset "utf-8";

html, body,
div, p, ul, li,
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #000
	}

h3 {
	color:#D58F3E;
	margin-bottom: 5px;
	}
	
img {
	border: 0;
	}
	
	
a:link {
	color: #fff;
	text-decoration:underline;
	}

a:visited {
	color: #fff;
	text-decoration: underline;
	}

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

a:active {
	color: #D58F3E;
	text-decoration: underline;
}
		
#page {	
	width: 100%;
	background: #000
	}


#wrapper {
	width: 100%;
	margin: 0 auto;
	}
		
#wrapperLeft {
	width: 985px;
	margin: 0 auto;
	}
	
#left {	
	width: 480px;
	height: 700px;
	float:left;
	margin-top: 0;
	text-align: right;
	z-index: 0;
	}

#header{
	background: #000 url(../images/header.jpg) right no-repeat;
	width: 500px;
	height: 187px;
		}
	
#menu{
	position: absolute;
	width: 650px;
	margin: 148px 330px;
	}
	
#menu img{
	behavior: url(iepngfix.htc)
	}
		
#main {
	width:500px;
	padding: 0;
	margin-bottom: 20px;
	background: #151515;	
	float: left
	}
		
#text {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 90%;
	color: #fff;
	}

#footer {
	background: #000;
	text-align: center;
	min-width:985px; 
	}
	
#logos {
	margin-top: 1px;
}	

#copyright {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 70%;
	font-weight:700;
	color: #555;
	margin: 8px 0 3px
	}

#copyright a:link {
	color: #555;
	text-decoration: none;
}

#copyright a:visited {
	color: #555;
	text-decoration: none;
}

#copyright a:hover {
	color: #ccc;
	text-decoration: none;
}

#copyright a:active {
	color: #D58F3E;
	text-decoration: none;
}

	
.fullscreen { 
	text-align:center;
	margin:2px 0 10px 0
	}
		
.clear { clear: both }

.t {background: url(../images/t.gif) 0 0 repeat-x; width: 500px;}

.b {background: url(../images/b.gif) 0 100% repeat-x}

.l {background: url(../images/l.gif) 0 0 repeat-y}

.r {background: url(../images/r.gif) 100% 0 repeat-y}

.bl {background: url(../images/bl.gif) 0 100% no-repeat}

.br {background: url(../images/br.gif) 100% 100% no-repeat}

.tl {background: url(../images/tl.gif) 0 0 no-repeat}

.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px} 

.home {background:url(../images/home.jpg) right no-repeat;}

.bio {background:url(../images/bio.jpg) right no-repeat;}

.gallery {background:url(../images/gallery.jpg) right no-repeat;}

.video {background:url(../images/video.jpg) right no-repeat;}

.agenda {background:url(../images/agenda.jpg) right no-repeat;}

.referenties {background:url(../images/referenties.jpg) right no-repeat;}

.contact {background:url(../images/contact.jpg) right no-repeat;}


