/* __body inhoud__*/
body,html { 
    margin: 0; 
	color: black;
    background: url(images/bg.jpg);
	font-family: arial, sans, sans-serif;
	font-size: 13px;
	margin-top: 5px;
	height: 100%;
} 
/* __Div container__*/
#container{
	width:750px;
	margin:0 auto;
	padding: 0;
	height: 100%;
} 
/*__header__*/
#header{
	background: url(images/header.gif);
	height: 240px;
	width: 750px; 	
}
/*__midden__*/
#midden{
	background: url(images/bg2.gif);
	width: 750px;
}
#midden p{
	margin-left: 20px;
	margin-right: 35px;
	margin-bottom: 20px;
}
/*__footer__*/
#footer{
	width: 750px;
	height: 62px;
}
/*__links__*/
#links{
	background: url(images/bg2.gif);
	width: 265px;

	float: left;
	position: absolute;
	
}
#links linksflash{
	position: bottom;
}
#content{
	width: 485px;
	height: 426px;
	background: url(images/bg3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
}
#content img{
	float: middle;
}
/* __Tekst stijl__*/
h1{
	color: #6b3427;
	font-size: 18px;
	font-style: strong;
	font-family: Times New Roman;
}
h2{
	color: #6b3427;
	font-size: 15px;
	font-style: strong;
}
h3{
	color: #6b3427;
	font-size: 11px;
	font-weight: normal;
}
/* __Link effecten__*/
a:link {
    text-decoration: underline;
    border-width: 0;
    border-style: none;
    color: #941400;
}
a:visited {
    text-decoration: underline;
    border-width: 0;
    border-style: none;
    color: #941400;
}
a:active{
    text-decoration: none;
    border-width: 0;
    border-style: none;
    color: #d61d00;
}
a:hover {
    text-decoration: none;
    border-width: 0;
    border-style: none;
    color: #d61d00;
}

