body {
	background-image: url(pictures/background-body.jpg);
	background-repeat: repeat-x;
	background-color: #3777be;
    font-family: MS Sans Serif, sans-serif;
    font-family: Arial;
    line-height: 20px;
    font-size: 12px;
}

#body {
	position: absolute;
	top: 2px;
	left: 50%;
	width: 950px;
	margin-left: -475px; /* de helft van de breedte */
}

#header {
	background-image: url(pictures/background-header.jpg);
	background-repeat: no-repeat;
	width: 950px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 202px;
	z-index: 2;

}

#headerText {
    position: absolute;
    top: 32px;
    left: 205px;
    font-size: 13px;
    color: #d58c08;
    font-weight: bold;
}

#headerTextList {
    position: absolute;
    top: 55px;
    left: 223px;
    font-size: 20px;
    color: #3675bc;
    line-height: 28px;
}

#headerSearch {
	position: absolute;
	top: 48px;
	left: 625px;
	width: 210px;
	height: 60px;
	float: left;
}

#addthis {
    position: absolute;
    float: 0px;
    top: 153px;
    left: 710px;
    z-index: 44;
}

#contentBackground {
	position: relative;
	top: 0px;
	left: 0px;
	width: 950px;
	background-image: url(pictures/background-content.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	float: left;
	padding-bottom: 0px;
	z-index: 1;
}

#leftScreen {
	position: relative;
	top: 20px;
	left: 40px;
	width: 175px;
	margin-bottom: 30px;
	margin-left: 5px;
    padding-bottom: 50px;
	float: left;
}

#content {
	position: relative;
	top: 20px;
	left: 100px;
	width: 610px;
	padding-bottom: 50px;
	margin-bottom: 20px;
	float: left;
	background-repeat: no-repeat;

}

#copyright {
	margin-top: 18px;
	margin-left: 344px;
	color: #999999;
}

.linkCopyright {
	color: #999999;
}

#footer {
	width: 950px;
	position: relative;
	background-image: url(pictures/background-footer.jpg);
	background-repeat: no-repeat;
	top: 0px;
	height: 74px;
	margin-bottom: 30px;
	float: left;
}

/* Tekst */

ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style: square;
}

h1 {
  	font-size: 17px;
	margin-bottom: 22px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
 	color: #3777be;
}

h2 {
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
 	color: #3777be;
}

#leftScreen h2 {
    color: #d58c08;
    padding-top: 0px;
}

h3 {
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h4 {
	margin-bottom: 5px;
	margin-top: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/* Links */

a {
    color: black;
    text-decoration: underline;
}

.linkEmpty {
	text-decoration: none;
}

.linkInvisible {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.linkUnderlineHoverBlackNormal {
	text-decoration: none;
	color: #273179;
}

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

.linkUnderlineHoverBlack {

	text-decoration: none;
	color: black;
}

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

.linkUnderlineHoverBlackChosen {

	text-decoration: underline;
	font-weight: bold;
	color: black;
}

.linkCities {
	text-decoration: none;
    color: #767778;
}

.linkCities:hover {
	text-decoration: underline;
    color: #767778;
}

.linkUnderlineBlack {

	color: black;
    text-decoration: underline;
}

.linkUnderlineBlackBold {

	font-weight: bold;
	color: #000000;
}


.divLabel {
   float: left;
   width: 130px;
   margin-right: 10px;
   margin-bottom: 3px;
   float: left;
}

.divInputText {
    margin-bottom: 3px;
	width: 430px;
	float: left;
}

.labelStandard {
	float: left;
   width: 130px;
   margin-right: 10px;
             font-family: "Verdana";
    font-size: 10pt;
}

.formInputStandard {
	border: 1px solid #A0B2D6;
	background-color: White;
    font-family: "Verdana";
	font-size: 10pt;
	width: 300px;
	float: left;
}

.formInputStandardMiddle {
	border: 1px solid #A0B2D6;
	background-color: White;
    font-family: "Verdana";
	font-size: 10pt;
	width: 130px;
	float: left;
}

.formTextareaLines {
	border: 1px solid #A0B2D6;
	background-color: White;
    font-family: "Verdana";
	font-size: 10pt;
	width: 400px;
    height: 190px;
	float: left;
}

.formSelectBoxStandard {
	border: 1px solid #A0B2D6;
	background-color: White;
    line-height: 25px;

    font-family: "Verdana";
	font-size: 10pt;

	width: 200px;
	float: left;
}

.formInputStandardSmall {
	border: 1px solid #A0B2D6;
	background-color: White;
    font-family: "Verdana";
	font-size: 10pt;
	width: 70px;
	float: left;
}

.formSubmitStandard {
	border: 1px solid #3777be;
	background-color: White;
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
	width: 130px;
	float: left;
}

/* Tabellen */
.table100 {
    width: 100%;
}

.tdStandard110 {
	font-family: Arial;
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
    width: 110px;
}

.tdStandard20 {
	font-family: Arial;
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
    width: 20px;
}

.tdStandardFull {
	font-family: Arial;
	font-size: 80%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.tdStandard {
	font-size: 12px;;
	padding-left: 3px;
	padding-right: 3px;
}

.tdLineHeadingDate {
	font-family: Arial;
	font-size: 80%;
	border-top: 1px solid #fbb03c;
    border-bottom: 1px solid #fbb03c;
    font-weight: bold;
	padding-left: 3px;
	padding-right: 15px;
	width: 65px;
}

.tdLineHeadingStandard {
	font-family: Arial;
	font-size: 80%;
	border-top: 1px solid #fbb03c;
    border-bottom: 1px solid #fbb03c;
    font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.tdLineStandard {
	font-family: Arial;
	font-size: 80%;
    border-bottom: 1px solid #fbb03c;
    padding-top: 3px;
    padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.tdShowCity {
     line-height: 20px;
	font-size: 12px;
    width: 190px;
}

.tdPadding5 {

	font-size: 12px;
	padding: 10px;
}

/* Formulieren */

.formSearch {
	margin: 0px;
	padding: 0px;
    width: 250px;
}

.formLabelSearch {
	width: 300px;
    font-size: 18px;
    color: #3675bc;
	float: left;
}



.formInputSearch {
	border: 1px solid #3675bc;
	background-color: White;
    font-size: 18px;
   position: relative;
	float: left;
	width: 200px;
    top: 18px;
	float: left;
	height: 25px;
}

.formSubmitSearch {
  position: absolute;
                 width: 48px;
                 height: 49px;
                 top: 30px;
                 left: 222px;
                 font-family: "MS Sans Serif", sans-serif;

         	float: right;

}

/* navigatie - niveau 1 */

#menuMain {
	position: absolute;
	top: 153px;
	left: 158px;
	width: 707px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	z-index: 2; 
}


.buttonMenuMain {
    position: relative;
	color: #000000;
    padding-left: 17px;
    padding-right: 17px;
    margin-left: 0px;
    margin-right: 0px;
	text-decoration: none;
	text-align: center;
	display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #a6a89a;
    float: left;
}

.buttonMenuMain:hover {
	color: #ffffff;
    background-color: #2f69a8;
}

.buttonMenuMainChosen {
    position: relative;
	color: #ffffff;
    padding-left: 17px;
    padding-right: 17px;
    margin-left: 0px;
    margin-right: 0px;
	text-decoration: none;
	text-align: center;
	display: block;
    background-color: #2f69a8;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #a6a89a;
    float: left;
}





