body {
	background-color: #14477d;
	background-image: url(/Themes/ijsleeuwen1/images/design/menubackgroundfiller.gif);
	background-repeat: repeat-y;
	margin: 0px;
}

#pageheader1 {
	height: 103px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	background-image: url(/Themes/ijsleeuwen1/images/design/header.jpg);
	background-repeat: no-repeat;
}
#pageheader2 {
	height: 85px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 103px;
	background-color: #FFF200;
}
#pageheader2_bar {
	height: 74px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 111px;
	background-color: #FFFFFF;
	background-image: url(/Themes/ijsleeuwen1/images/design/imagebar.jpg);
	background-repeat: repeat-x;
}
#toplogo {
	height: 166px;
	width: 156px;
	position: absolute;
	left: 9px;
	top: 9px;
	background-color: #00467F;
	background-image: url(/Themes/ijsleeuwen1/images/design/logo.gif);
}
#pagemenuback {
	background-image: url(/Themes/ijsleeuwen1/images/design/menubackground.jpg);
	background-repeat: no-repeat;
	width: 176px;
	position: absolute;
	left: 0px;
	top: 188px;
	height: 542px;
}
#pagecontentback {
	background-image: url(/Themes/ijsleeuwen1/images/design/pagebackground.jpg);
	background-repeat: no-repeat;
	width: 295px;
	position: absolute;
	left: 176px;
	top: 188px;
	height: 600px;
}

#pagemenu {
	position: absolute;
	left: 36px;
	top: 231px;
	width: 140px;
}

div.headlink a {
	background-color: #cfc62a;
	border-bottom: 1px solid #FFF200;
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 0px solid;
	padding: 0px;
	display: block;
	float: left;
	width: 140px;
	height: 25px;
		
	text-align: center;
	text-decoration: none;
	color: #00467F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
div.headlink a:hover {
	background-color: #00467F;
	color: #cfc62a;
}

div.sublink a {
	background-color: #FFF200;
	border-bottom: 1px solid #cfc62a;
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 0px solid;
	padding: 0px;
	display: block;
	float: left;
	width: 140px;
	height: 16px;
		
	text-align: center;
	text-decoration: none;
	color: #00467F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.sublink a:hover {
	background-color: #cfc62a;
}

div.submenu {
	/*position: relative; top: -15px; left: 120px; display: none;*/
}

.legalnote {
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	clear: both;
	top: 100px;
}
.legalnote a {
	color: #000000;
	text-decoration: none;
}

#pagecontent {
	position: absolute;
	left: 190px;
	top: 210px;
	width: 790px;
	border: 0px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}

#pagecontent a {
	color: #FFFFFF;
}

h1 {
	font-size: 20px;
	letter-spacing: 4px;
}

.newsbox {
	width: 245px;
	border: 1px solid #FFFFFF;
	padding: 5px;
	float: right;
}
.newsbox a {
	color: #FFFFFF;
}


/* 
 * #############################################################################
 *
 * Form styling
 *
 * #############################################################################
 */
 
.formButton {
    font-family: arial;
    font-size: 12px;
} 

.formTextField {
	font-family: verdana;
	font-size: 12px;
	border-width: 2px;
}

.formSelect {
    font-family: arial;
    font-size: 12px;
}

form {
	margin: 0px;
}

.errorMessage {
	font-weight: bold;
	color: #D1020E;
}

