html {
    height: 100%;
    margin: 0;
    padding: 0;
    background: url('../images/background.png');
}
body {
    font-family: "Calibri";
    margin: 0;
    padding: 0;
    height: 100%;
}
#container {
    width: 907px;
    background: url('../images/containerBackground.png') repeat-y;
    margin-left: auto;
    margin-right: auto;
    padding: 0 48px;
    min-height: 100%;
}

#content {
    position: relative;
}
#menuAndText {
    height: 100%;
}
#header {
    width: 100%;
    height: 180px;
    padding-top: 20px;
}
#logo {
    width: 285px;
    height: 152px;
    float: left;
    margin-left: 24px;
}
#logo img {
    border: 0;
}
#headerPhotos {
    background: url('../images/headerPhotosBackground.png');
    width: 365px;
    height: 150px;
    float: left;
    margin-left: 140px;
    padding-left: 13px;
    padding-top: 13px;
}
#slider {
    width: 365px;
    height: 150px;
}
h1 {
    margin: 0;
    margin-bottom: 16px;
}
#slogan {
    float: left;
    width: 615px;
    text-align: right;
    color: #702c91;
    font-family: "Calibri";
    font-weight: bold;
    font-size: 14px;
}
/*
MENU
*/
#menuDiv {
    float: left;
    width: 260px;
    height: 679px;
    position: relative;
    overflow: hidden;
    left: 15px;
}
#menuDiv a {
    text-decoration: none;
}
#menuButtonHome {
    position: relative;
    top: 0px;
    left: 26px;
}
#menuButtonGoedEten {
    background: url('../images/menu/menu_item1.png');
    width: 168px;
    height: 168px;
    cursor: pointer;
    position: relative;
    left: 64px;
    top: 12px;
}
#menuButtonGoedEten:hover {
    background: url('../images/menu/menu_item1Hover.png');
}
#menuButtonEnergiekBewegen {
    background: url('../images/menu/menu_item2.png');
    width: 133px;
    height: 160px;
    cursor: pointer;
    position: relative;
    left: 2px;
    top: -46px;
}
#menuButtonEnergiekBewegen:hover {
    background: url('../images/menu/menu_item2Hover.png');
}
#menuButtonMentaleGezondheid {
    background: url('../images/menu/menu_item3.png');
    width: 121px;
    height: 165px;
    cursor: pointer;
    position: relative;
    top: -98px;
    left: 116px;
}
#menuButtonMentaleGezondheid:hover {
    background: url('../images/menu/menu_item3Hover.png');
}
#menuButtonVitaliteit {
    background: url('../images/menu/menu_item4.png');
    width: 133px;
    height: 196px;
    cursor: pointer;
    position: relative;
    top: -152px;
    left: 3px;
}
#menuButtonVitaliteit:hover {
    background: url('../images/menu/menu_item4Hover.png');
}
.menuButton div { 
    font-weight: bold;
    font-family: "Verdana";
    font-size: 13px;
    text-align: center;
    color: black;
    text-decoration: none;
}
.menuButton  {
   text-decoration: none;
}
#menuButtonGoedEten div {
    position: relative;
    top: 73px;
    left: 10px;
}
#menuButtonGoedEten:hover div {
    position: relative;
    top: 68px;
    left: 0px;
}
#menuButtonEnergiekBewegen div {
    position: relative;
    top: 60px;
    left: 16px;
}
#menuButtonEnergiekBewegen:hover div {
    position: relative;
    top: 54px;
    left: 10px;
}
#menuButtonMentaleGezondheid div {
    position: relative;
    top: 60px;
    left: -21px;
}
#menuButtonMentaleGezondheid:hover div {
    position: relative;
    top: 54px;
    left: -27px;
}
#menuButtonVitaliteit div {
    position: relative;
    top: 74px;
    left: 17px;
}
#menuButtonVitaliteit:hover div {
    position: relative;
    top: 68px;
    left: 11px;
}
.menuButtonSmall {
    background: url('../images/menu/normalButton.png');
    position: relative;
    text-align: center;
    padding-top: 6px;
    width: 197px;
    height: 29px;
    top: -150px;
    left: 26px;
    cursor: pointer;
    color: black;
}
.menuButtonSmall:hover {
    background: url('../images/menu/activeButton.png');
}
/*
END MENU
*/
#contentTextDivWrapper {
    float: left;
}
#contentTextDivTop {
    background: url('../images/contentTextBackgroundTop.png');
    width: 625px;
    height: 20px;
}
#contentTextDiv {
    width: 624px;
    background: white;
    height: 630px;
    margin-bottom: 0;
}
#contentTextDivBig 
{
    width: 624px;
    background: white;
    height: 725px;
    margin-bottom: 0;
}

#contentTextDiv h1, #contentTextDivBig  h1 {
    margin-left: 22px;
}
#contentTextDivBottom {
    background: url('../images/contentTextBackgroundBottom.png');
    width: 625px;
    height: 20px;
    position: relative;
}
#contentText {
    margin-right: 25px;
    margin-left: 22px;
    font-size: 12px;
}
#contentTextFooter {
    margin-top: 22px;
    text-align: center;
    font-size: 11px;
}
.horizontalLine {
    width: 570px;
    margin: 17px;
    margin-left: 5px;
    height: 1px;
    background: #e6e2e2;
}
#contactformTitle {
    font-size: 17px;
    font-weight: bold;
    color: #6f6e6e;
    font-style: italic;
}
.contactErrorMessage {
    font-size: 11px;
    color: red;
}
#verplichteInvoer {
    color: #6f6e6e;
    font-style: italic;
}
.successMessage {
    position: relative;
    top: 10px;
    color: green;
    font-style: italic;
}

/*
Teksten
*/
.textPurpleBold {
    color: #702C91;
    font-weight: bold;
}
.homeText_slogan {
    color: #702C91;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.textAlignCenter {
    text-align: center;
}
#vitaliteitCitaat {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
}
#vitaliteitCitaatAuteur {
    font-size: 10px;
    font-style: italic;
    text-align: right;
    padding-right: 60px;
}
#goed_eten_image {
    float: right;
    margin-left: 10px;
    margin-bottom: 18px;
    position: relative;
    top: 10px;
}
#energiek_bewegen_image {
    float: right;
    margin-left: 10px;
    margin-bottom: 13px;
    position: relative;
    top: 2px;
}
#mentale_gezondheid_image {
    float: right;
    margin-left: 10px;
    margin-bottom: 13px;
    position: relative;
    top: 2px;
}
#vitaliteit_image img {
    margin-top: 35px;
    margin-left: 163px;
}
.contact_nameSelles {
    font-size: 15px;
}
#home_image {
    float: right;
    margin-left: 12px;
    margin-bottom: 13px;
    position: relative;
    top: 2px;
}
#vitaliteitsmanagement_image {
    float: right;
    margin-left: 12px;
    margin-bottom: 13px;
    position: relative;
    top: 2px;
}


.beroepsvereniging_logo {
	clear: left;
	float: left;
	width: 80px;
	padding: 20px 10px;
}
.beroepsvereniging_tekst {
	float: left;
	width: 260px;
	height: 100px;
	border: 1px solid black;
	padding: 9px;
}

/*///// clearfix /////*/
.clear:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clear {
    display: inline-block;
}
html[xmlns] .clear {
    display: block;
}
