
/* Main styles */  

html, body { 
 margin: 0; 
 padding: 0;
 height: 100%;
 background-color: #000000; 
 font-family: verdana;
 font-weight: bold;
}

#container {
 width: 928px;
 left: 50%;
 margin: 0 0 0 -464px;
 position: relative; 
}

#banner {
 width: 120px;
 height: 240px;
 margin: 396px 0 0 68px;
 position: absolute;
}

#banner img {
 border: solid 8px #ffffff;
}

a, a:visited {
 color: #696969;
 text-decoration: none;
}

a:hover, a:active {
 color: #000000;	
}

.active {
 color: #000000;	
}

.imageright {
 float: right;
 margin: 0 0 20px 50px;
}

.imageleft {
 float: left;
 margin: 0 50px 40px 0;
}

/* Content Styles */

#top1 {
 background-image: url(../img/welkom.jpg);
 background-repeat: no-repeat;
 background-position: center;
}	

#top2 {
 background-image: url(../img/gezondheid.jpg);
 background-repeat: no-repeat;
 background-position: center;
}

#top3 {
 background-image: url(../img/wellness.jpg);
 background-repeat: no-repeat;
 background-position: center;
}

#top4 {
 background-image: url(../img/persoonlijkeontwikkeling.jpg);
 background-repeat: no-repeat;
 background-position: center;
}

#top5 {
 background-image: url(../img/contact.jpg);
 background-repeat: no-repeat;
 background-position: center;
}

#menu {
 height: 306px;
}

#menu p {
 margin: 0;
 padding: 270px 0px 0 236px;
 font-size: 13px;
 text-align: left;
}

.title {
 font-size: 22px;	
}

.emphasize {
 font-size: 16px;
}

.quote {
 font-size: 16px;
 font-style: italic;
}

#content {
 background-color: #be202e; 
 background-image: url(../img/contentback.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 font-size: 13px;
 line-height: 22px;
}	

#content p {
 width: 520px;
 left: 50%;
 margin: 0 0 0 -228px;
 padding: 40px 0 60px 0;
 position: relative;
 color: #ffffff;
}

#content a, #content a:visited {
 color: #ffffff;
 text-decoration: underline;
}

#content a:hover, #content a:active {
 color: #000000;
 text-decoration: underline;
}

#footer {
 height: 80px;
 background-color: #ffffff; 
 background-image: url(../img/footer.gif);
 background-repeat: no-repeat;
 background-position: center top;
}


