@charset "utf-8";
html, body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	/*text-align: center;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
}

.bodystyle #shim{
	/*visibility: hidden;*/
	width: 100%;
	height: 50%;
	margin-top: -377px; /* Halve hoogte */
	float: left;
}

.bodystyle #container {
	width: 1041px;
	height: 754px;
	clear: both;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: -377px;       /* Halve hoogte */
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../Images/Homepage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bodystyle #clear{
	clear: both;
}


.bodystyle #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 256px;
}
.bodystyle  #ContentContainer {
	float: right;
	width: 785px;
	height: 754px;
}

.bodystyle #header {
	height: 195px;
}


.bodystyle #mainContent {
	height: 392px;
	padding-top: 65px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 62px;
	background-image: url(../Images/Content.jpg);
} 
.bodystyle #mainContentscroll {
	height: 392px;
	padding-top: 65px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 62px;
	background-image: url(../Images/Content.jpg);
}
.bodystyle #footer {
	height: 72px;
	background-image: url(../Images/Footer.jpg);
	text-align: right;
	padding-right: 80px;
	padding-top: 10px;
	background-repeat: no-repeat;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 35px;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 0px;
}
h2 {
	font-size: 22px;
	margin-top: 35px;
	margin-bottom: 35px;
	font-family: Helvetica, Arial, sans-serif;
}
ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -15px;
}
li {
	background-image: url(../Images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
p {
	margin-bottom: 20px;
	margin-top: 0px;
}



img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #252258;
	font-weight: bold;
}

.menu a {
	text-decoration: none;
	color: #2d337a;
}

.menu a:hover {
	text-decoration: underline;
	color: #2d337a;
}

