body {
    width: 900px;
    margin: 0px auto;
}


#header {
    background-image: url('images/a1balans_header.gif');
    width: 900px;
    height: 217px;
    position: absolute;
    padding: 0px;
    margin: 0px 0px 41px 0px;
    top: 0px;
    clear: both;
}

#nav_content_container {
    background-image: url('images/content_background.png');
    background-repeat: no-repeat;
    width: 900px;
    height: 585px;
    margin: 250px 0px 0px 0px;
    padding: 20px 50px 20px 0px;
    position: absolute;
    clear: both;
}

#navigatie {
    width: 150px;
    float: left;
    height: 700px;
}

#content {
    width: 600px;
    height: 585px;
	margin: 0px 0px 0px 175px;
    padding: 0px 100px 20px 0px;
    position: inherit;
    bottom: 0px;
	text-align: left;
}

/*--- ********************************* ---*/
/*-----------  GROUP LIST MENU ------------*/
/*--- ********************************* ---*/



#navigatie ul {
    list-style-type: none;
    margin: 0px 0 0 0;
    padding: 0px;
}

#navigatie li {
    margin-left: 5px;
    
} 

#navigatie li,
#navigatie li a {
    display: block;
    background-repeat: no-repeat;
    
}

/* -- 100px naar 151px veranderen? Zie beneden! -- */

#navigatie li a {
    padding-top: 45px;
    height: 0 !important;
    overflow: hidden;
    width: 157px;
}

#navigatie li a:hover, li #current {
    background-position: 0 -45px;
}

#navigatie li.home,
#navigatie li.home a {
    background-image: url('images/b1_home.png');
}

#navigatie li.shiatsu,
#navigatie li.shiatsu a {
    background-image: url('images/b2_shiatsu.png');
}

#navigatie li.do-in,
#navigatie li.do-in a {
    background-image: url('images/b3_do_in.png');
}

#navigatie li.behandeling,
#navigatie li.behandeling a {
    background-image: url('images/b4_behandeling.png');
}

#navigatie li.cursussen,
#navigatie li.cursussen a {
    background-image: url('images/b5_cursussen.png');
}

#navigatie li.onvruchtbaarheid,
#navigatie li.vruchtbaarheid a {
    background-image: url('images/b6_onvruchtbaarheid.png');
}

#navigatie li.agenda,
#navigatie li.agenda a {
    background-image: url('images/b7_agenda.png');
}

#navigatie li.links,
#navigatie li.links a {
    background-image: url('images/b8_links.png');
}

#navigatie li.contact,
#navigatie li.contact a {
    background-image: url('images/b9_contact.png');
}

/*--- ********************************* ---*/
/*---------------  CONTENT ----------------*/
/*--- ********************************* ---*/



h1 {
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 180%;
    font-weight: 400;
	margin-top: 0px;
}

p {
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 96%;
    font-weight: 100;
	margin-bottom: 30px;
}

.smallcenter  {font-size: 80%;
text-align: center;
}
a:link {
	color: #491966;
}
a:visited {
	color: #491966;
}
a:hover {
	color: #A694C2;
}
a:active {
	color: #491966;
}