body {
	background-image: url(pictures/background-body.jpg);
    background-repeat: repeat-x;
    font : 16px/1.5 Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
}

#center {
	width: 950px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -475px;
}

#header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 950px;
    height: 253px;
	background-image: url(pictures/background-header.png);
    float: left;
}

#headerPand {
    position: absolute;
    top: 50px;
    left: 166px;
    width: 768px;
    height: 166px;
    z-index: 4;
}

#headerLogo {
    position: absolute;
    top: 80px;
    left: 40px;
    width: 240px;
    height: 49px;
    z-index: 5;
}

#contentBackground {
    position: relative;
    top: 0px;
    left: 0px;
	background-image: url(pictures/background-content.png);
    top: 0px;
    left: 0px;
    width: 950px;
    float: left;
}

.contentLeft {
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 30px;
    margin-left: 45px;
    width: 400px;
    padding-bottom: 20px;
    float: left;
}

.contentRight {
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 30px;
    margin-left: 55px;
    width: 400px;
    padding-bottom: 20px;
    float: left;
}

.contentWhole {
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 30px;
    margin-left: 45px;
    width: 855px;
    padding-bottom: 20px;
    float: left;
}

.contentWholeBorder {
    position: relative;
    top: 0px;
    left: 0px;
    border-top: 1px solid #003466;
    width: 705px;
    padding-top: 10px;
    padding-bottom: 12px;
    float: left;
}

.contentLeftBorder {
    position: relative;
    top: 0px;
    left: 0px;
    width: 400px;
    border-top: 1px solid #003466;
    padding-top: 10px;
    padding-bottom: 12px;
    float: left;
}

#contentNieuws {
    position: relative;
    top: 0px;
    left: 0px;
	background-image: url(pictures/background-nieuws.jpg);
    width: 400px;
    height: 172px;
}

#contentNieuwsText {
    position: relative;
    top: 10px;
    left: 0px;
    margin-left: 15px;
    width: 370px;
}

#content-bottom {
    position: relative;
	background-image: url(pictures/background-content-bottom.png);
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    width: 950px;
    height: 50px;
    float: left;
}

#footerTop {
    position: relative;
    top: 0px;
    left: 0px;
	background-image: url(pictures/background-bottom-up.png);
    top: 0px;
    left: 0px;
    width: 950px;
    height: 16px;
    float: left;
}

#footerContent {
    position: relative;
    top: 0px;
    left: 0px;
    color: #FFFFFF;
    height: 150px;
	background-image: url(pictures/background-bottom-content.png);
    top: 0px;
    left: 0px;
    width: 950px;
    float: left;
	     font : 12px/1.5 Arial, Helvetica, sans-serif;
}

#footerTextLeft {
    position: relative;
    top: 0px;
    left: 0px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 45px;
    float: left;
}

#footerTextMiddle {
    position: relative;
    top: 0px;
    left: 0px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px dashed #ffffff;
    border-right: 1px dashed #ffffff;
    float: left;
}

#footerTextMiddleRight {
    position: relative;
    top: 0px;
    left: 0px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px dashed #ffffff;
    float: left;
}

#footerTextRight {
    position: relative;
    top: 0px;
    left: 0px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 5px;
    float: left;
}

#footerBottom {
    position: relative;
    top: 0px;
    left: 0px;
	background-image: url(pictures/background-bottom-bottom.png);
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    width: 950px;
    height: 60px;
    float: left;
}

#menuTop {
    position: absolute;
    top: 13px;
    width: 920px;
    height: 50px;
    margin-left: 15px;
    left: 0px;
}

#menuBottom {
    position: absolute;
    top: 216px;
   width: 920px;
    height: 37px;
    margin-left: 15px;
    left: 0px;
}

.menuButtomItemRight {
	color: White;
	text-align: center;
	text-decoration: none;
	margin-left: 0px;
	display: block;
	padding-left: 32px;
	padding-right: 12px;
	height: 37px !important;
    line-height: 37px;
	float: left;

}

.menuButtomItemRight:hover {
	background-color: #728da5;
}

.menuButtomItemRightChosen {
	color: White;
	text-align: center;
	text-decoration: none;
	margin-left: 0px;
	display: block;
	padding-left: 32px;
	padding-right: 12px;
	height: 37px !important;
    line-height: 37px;
	float: left;
    background-color: #728da5;

}

.menuButtomItem {
	color: White;
	text-align: center;
	text-decoration: none;
	margin-left: 0px;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	height: 37px !important;
    line-height: 37px;
	float: left;

}

.menuButtomItem:hover {
	background-color: #728da5;
}

.menuButtomItemChosen {
	background-color: #728da5;
	color: White;
	text-align: center;
	text-decoration: none;
	margin-left: 0px;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	height: 37px !important;
    line-height: 37px;
	float: left;

}

.textSmall {
    font : 12px/1.5 Arial, Helvetica, sans-serif;
}




h1 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    font : 22px/1.5 Arial, Helvetica, sans-serif;

}

h2 {
    font : 18px/1.5 Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px;
    margin: 0px;

}

.homeNieuwsKop {
    font : 14px/1.5 Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
	 margin-bottom: 15px;
	 margin-top: 3px;
	 color: #00008b;
}

.homeNieuwsHeading {
    font : 14px/1.5 Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
	 color: #00008b;
}

h3 {
    font : 18px/1.5 Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
color: #00008b;
}

h4 {
    font : 18px/1.5 Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    margin-bottom: 3px;
}

h5 {
     font : 16px/1.5 Arial, Helvetica, sans-serif;
     color: #000000;
    padding: 0px;
    margin: 0px;
}



#contentBackground a {
	text-decoration: none;
	color: #00008b;
}

#contentBackground a:hover {
    text-decoration: underline;
}



.aWhite {
	color: #ffffff;
	text-decoration: none;
}

.aWhite:hover {
	text-decoration: underline;
}

.vlagnl {
	margin-top: 0px; 
	margin-left: 288px;
}

.vlagen {
	margin-top: 0px; 
	margin-left: 8px;
}


