body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #453a2e;
	background-image: url(../images/layout/background/standaard_background.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
}

img, div, input { behavior: url("/styles/pngfix/iepngfix.htc"); }

#mainFrame {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 757px;
	left: 50%; 
	margin-left: -378px;

}
#menuFrame {
	position: absolute;
	width: 757px;
	left: 6px;
	top: 90px;
}

#zoekFrame {
	position: absolute;
	width: 292px;
	height: 92px;
	top: 45px;
	left: 460px;
}

#headerFrame {
	position: absolute;
	width: 719px;
	top: 140px;
	height: 202px;
}

#logo {
	position: absolute;
	width: 151px;
	left: 10px;
	top: 15px;
	height: 66px;
}

#contentFrame {
	position: absolute;
	width: 719px;
	top: 342px;
	left: 10px;
}

.link-arrow {
	background-image: url(../images/layout/content/special/arrow/arrow_normal.gif);
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	font-weight: bold;
}
.link-arrow:hover {
	background-image: url(../images/layout/content/special/arrow/arrow_animated.gif);
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}
.link-arrow-menu {
	background-image: url(../images/layout/content/special/arrow/arrow_normal.gif);
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454444;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	font-weight: bold;
}
.link-arrow-menu:hover {
	background-image: url(../images/layout/content/special/arrow/arrow_animated.gif);
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454444;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom:10px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}
