body, div, img, p, h1, h2, h3, ul , li, a, a:hover{
	margin: 0px;
	padding: 0px;
	border: 0px solid #FFF;
}

body {
	margin: 25px 0px 25px 0px;
	background-image: url(../img/background.gif);
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

#container {
	width: 770px;
	margin: auto;
	background-color: #FFF;
	text-align: left;
}

/* Bovenbalk */
#header {
	width: 769px; /* 770px */
	height: 101px;
	padding-right: 1px;
	background-image:  url("../img/header.gif");
	background-repeat: no-repeat;
	text-align: right;
}

/* Navigatiebalk */
#nav {
	width: 770px;
	height: 22px;
	background-image:  url("../img/background_nav.gif");
	background-repeat: no-repeat;
	font-size: 11px;
}

#nav p {
	padding: 3px 10px 0px 0px;
	color: #999;
}

#nav ul {
	padding: 2px 0px 0px 6px;
	list-style-type: none;
}

#nav li {
	padding: 0px 5px 0px 4px;
	border-right: 1px solid #FFF;
	display: inline;
}

#nav a {
	color: #999;
	text-decoration: none;
}

#nav a:hover {
	color: #666;
}

#nav .sel {
	color: #F00;
}

/* Content */
#content {
	width: 752px; /* 770px */
	padding: 5px 8px 5px 10px;
	background-image:  url("../img/background_content.gif");
}

#contenthome {
	width: 752px; /* 770px */
	height: 323px;
	padding: 5px 8px 5px 10px;
	background-image:  url("../img/home.jpg");
}

/* Subnavigatie */
#subnav {
	width: 140px; /* 150px */
	font-size: 10px;
}

#subnav p {
	padding: 0px 0px 0px 0px;
	color: #999;
}

#subnav ul {
	padding: 23px 10px 30px 10px;
	list-style-type: none;
	color: #666;
	line-height: 1.4em;
}

#subnav li {
	padding: 0px 0px 0px 0px;
}

#subnav a {
	color: #666;
	text-decoration: none;
}

#subnav a:hover {
	color: #000;
}

#subnav .sel {
	color: #F00;
}

/* Tekst */
#text {
	width: 449px; /* 470px */
	margin-right: 4px;
	padding: 20px 20px 30px 20px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	background-color: #none;
}

#text li {
    font-size: 11px;
    color: #666;
    list-style-type: square;
}

#texthome {
	width: 451px; /* 470px */
	margin-right: 4px;
	padding: 20px 20px 30px 20px;
	border-left: 0px solid #E5E5E5;
	border-right: 0px solid #E5E5E5;
	background-color: #none;
	position:relative;
}

#text .nomargin {
    margin: 0;
    padding: 0;
}

#text h1, #texthome h1 {
	padding-bottom: 0.2em;
	font-size: 90%;
	color: #F00;
}

#text h2, #texthome h2 {
	padding-bottom: 1em;
	color: #F00;
	font-size: 70%;
	font-weight: bold;
}

#text h3, #texthome h3 {
	padding-top: 0.4em;
	color: #666;
	font-size: 70%;
	font-weight: bold;
	margin: 10px 0 0 0;
}

#text p, #texthome p {
	padding-bottom: 1em;
	color: #666;
	font-size: 70%;
	line-height: 1.4em;
}

#text a, #texthome a {
	color: #F00;
	text-decoration: none;
}

#text a:hover, #texthome a:hover {
	text-decoration: underline;
}

.content_home {
width:160px;
height:330px;
padding:5px;
position:absolute;
left:0px;
top:0px;
z-index:5;
}


/* Plaatje */
#pic {
	width: 116px; /* 150px */
	background-color: #none;
}

/* Footer */
#footer {
	clear: both;
	width: 750px; /* 770px */
	height: 39px; /* 100px */
	padding: 5px 10px 0px 10px;
	background-image:  url("../img/footer.gif");
	background-repeat: no-repeat;
	text-align: right;

}

#footer p {
	color: #8B8B8B;
	font-size: 11px;
	line-height: 1.5em;
}

#footer a {
	color: #C00;
	text-decoration: none;
}

#footer a:hover {
	color: #F00;
}

#logo {
display: inline;
float: left;
width: 30px;
height: 30px;
margin: 10px 0px 0px 2px;
}

.filmpje {
background-color: #FFFFFF;
filter:alpha(opacity=55);
-moz-opacity:.55;
opacity:.55;
width:260px;
height:230px;
padding:5px;
border:1px solid #898979;
position:absolute;
left:332px;
top:5px;
z-index:5;
}


.filmpje_overlay {
width:260px;
height:225px;
padding:5px;
float:right;
z-index:10;
position:relative;
left:165px;
top:200px;
}

