* {
    margin: 0;
    padding: 0;
}
html,body {
    font: 90% Verdana, Arial, Helvetica, sans-serif;
    background: #FFF;
	background-image:url(../_images/bodyBG.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.clear {
    clear: both; /* deze class gaan we gebruiken om de twee floats #left en #right te clearen. */
}

#container {
    min-height: 100%;
    _height: 100%;
    width: 800px;
    margin: 0 auto; /* deze div centreren */
    background: ;
    position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */
}

#header {
    height: 300px;
	margin-left:-20px;
	margin-right:-20px;
    background:;
	
}
#preview {
	left:710px;
	top:6px;
	position:absolute;
	vertical-align: middle;
	z-index:3;
	width: 108px;
	color:#000;
	border:none;
}
#fototrainer {
	left: 670px;
	top: 0px;
	position:absolute;
	z-index: 2;
}
#ikwiltrainen {
	left: 455px;
	top: 188px;
	position:absolute;
	z-index: 4;
	height: 117;
	width: 140;
}
#navbar {
	height: 25px;
	line-height: 25px;
	width:600px;
	vertical-align: middle;
	background: #ff9900;
	padding-left:10px;
	top: 255px;
	position:absolute;
	z-index: 1;
	color: #FFF;
}
    #navbar a:link, #navbar a:visited, #navbar a:active {
	  text-decoration: none;
	  color: #FFF;
}
    #navbar a:hover {
	  text-decoration: none;
	  color: #000;
}
#left {
    width: 550px;
    float: right;
    background: #FFF;
    height: auto;
    padding-bottom: 40px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
}
    #left h1, #left p {
       padding-right: 10px;
	}
    #left h1 {
	   font-size:22px;
    }
	#left h2 {
	   font-size:13px;
    }
.ptfoto {
	border:1px solid #000;
}
.ptnaam {
	font-size:80%;
}
#right {
	width: 250px;
	float: right;
	height: auto;
	padding-bottom: 20px; /* dezelfde hoogte als de hoogte van #footer, anders zal de tekst in deze div onderaan achter de footer vallen omdat #footer absoluut gepositioneerd is */
	text-align: ;
	color:#FFF;
	background: #ff9900;

}
    #right h2 {
	font-size:14px;
	padding: 0 20px 0 20px;
}
	#right p {
	padding: 0 20px 0 20px;
}
	#right a:link, #right a:visited, #right a:active, #right a:hover {
	color: #FFF;
}
.info {
	font-size:80%;
	text-align: left;
}
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 800px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background: #FFF;
	border-top:1px solid #FF9900;
}
    #footer a:link, #footer a:visited, #footer a:active {
	  text-decoration: none;
	  color: #FF9900;
}
    #footer a:hover {
	  text-decoration: none;
	  color: #000;
}
a {
	  text-decoration: underline;
	  color: #000;
}
a:hover {
	  text-decoration: none;
	  color: #000;
}
.textcenter {
	text-align:center;
}
.imgcenter {
    text-align: center;
    position: relative;
}
