@charset "UTF-8";

html, body {
	margin: 0px;
	padding: 0px;
	height:100%; /* needed for container min-height */
	background-attachment: fixed;
	background-image: url(../images/verloop.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: white;
	color: #3C4044;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
p {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #3C4044;
}
ul {
	list-style-image:url(../images/bullet_1.png);
	list-style-position: outside;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}
ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
tr {
	margin: 0;
	padding: 0;
}
a:link, a:active, a:visited {
	color: #3C409B;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #b21b16;
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #b21b16;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #b21b16;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #b21b16;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #3C4044;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

/* CONTENT */
#wrapper {
	position: relative; /* needed for footer positioning*/
	width: 1010px;
	margin: 0 auto; /* center, not in IE5 */
	background-image: url(../images/achtergrond.png);
	background-repeat: repeat-y;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	padding-left: 10px;
	text-align: left;
}
#banner {
	width: 100%;
	height: 173px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#paard {
	width: 246px;
	height: 133px;
	background-image: url(../images/paard.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0; /* stick to bottom */
	padding-bottom: 91px;
}
#menu-content {
	width: 180px;
	float: left;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 224px;
	padding-left: 0px;
}
#main-content-1K {
	width: 740px;
	float: left;
	margin-left: 60px;
	z-index: 999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 92px;
	padding-left: 0px;
}
#main-content-2K {
	width: 520px;
	float: left;
	margin-left: 60px;
	z-index: 999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 92px;
	padding-left: 0px;
}
#main-sidebar {
	width: 200px;
	float: right;
	margin: 0 20px 15px 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 92px;
	padding-left: 0px;
}
#main-sidebar .sidekop {
	width: 200px;
	height: 19px;
	color: #b21b16;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	background-image: url(../images/kop200_grijs.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 2px;
	margin: 0;
}
#main-sidebar .sidemain {
	width: 188px;
	background-color: #F5F5F5;
	border: 1px solid #BEBEBE;
	padding: 5px;
	margin: 0 0 15px 0;
}

/* FOOTER */
#footer {
	width: 100%;
	height: 91px;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0; /* stick to bottom */
}
#naw {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	padding-top: 70px;
}
#naw a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

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

/* stijlen */
.column {
	background-image: url(../images/td-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	border: solid 1px #BEBEBE;
	padding: 5px;
	text-align: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
}
.grijs9 {
	color: #64686C;
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #64686C;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.klein9pt {
	font-size: 9px;
}
.grijs9_L {
	color: #64686C;
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #64686C;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.bold-groen {
	color: #83b817;
	font-weight: bold;
	margin: 0px;
}
.bold-oranje {
	color: #dc6e0a;
	font-weight: bold;
	margin: 0px;
}
.bold-rood {
	color: #b21b16;
	font-weight: bold;
	margin: 0px;
}
.float-left {
	float: left;
	padding: 0;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.float-right {
	float: right;
	padding: 0;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.float-left_border {
	float: left;
	padding: 0;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #BEBEBE;
}
.float-right_border {
	float: right;
	padding: 0;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #BEBEBE;
}
.image {
	border: 1px solid #BEBEBE;
}

/* tabellen */
.tabel-grijs {
	background-image: url(../images/td-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	border: solid 1px #BEBEBE;
}
.tabel-dots {
	background-image: url(../images/td-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	border: 1px dotted #BEBEBE;
}
.tabel-groen {
	background-image: url(../images/td-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	border: solid 1px #83b817;
}
.tabel-oranje {
	background-image: url(../images/td-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	border: solid 1px #db6b08;
}
.tabel-wit {
	border: solid 1px #BEBEBE;
}

