a, td, tr, table, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.input {
	width: 220px;
	height: 20px;
	background: #fff;
	border: 1px solid #000;
	margin-left: 5px;
	margin-bottom: 3px;
}

.area {
	width: 220px;
	height: 50px;
	background: #fff;
	border: 1px solid #000;
	margin-left: 5px;
	margin-bottom: 3px;
}

.button {
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	margin-left: 2px;
	color: #000;
	font-weight: bold;
}

:-moz-any-link:focus {
outline: none;
}

body, html{
	height: 100%;
	margin: 0px;
}

body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-shadow-color: #000;
	scrollbar-highlight-color: #fff;
	scrollbar-face-color: #e13a3e;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #fff;
	overflow: auto;
}

#wrapper {
	width: 1000px;
	height: 580px;
	background-repeat: no-repeat;
	background-position: left top;
}

.pos {
	position: relative;
	width: 0px;
	height: 0px;
	left: 0px;
	top: 0px;
}

#menu {
	position: absolute;
	width: 230px;
	height: 580px;	
	left: 0px;
	top: 0px;
	z-index: 2;
}

#menu a {
	width: 206px;
	height: 74px;
	display: block;
	margin-left: 24px;
	margin-top: 5px;
	_margin-top: 3px;
	background-image: url(../images/knop.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/knop.png', sizingMethod='crop');
	
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #e13a3e;
	cursor: pointer;
}

#menu a:hover {
	color: #000;
}

#topmenu {
	position: absolute;
	width: 1000px;
	height: 27px;
	left: -20px;
	_left: 0px;
	top: 0px;
	z-index: 2;
	background-image: url(../images/top_menu.png);
	background-repeat: no-repeat;
	background-position: right top;
	
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top_menu.png', sizingMethod='crop');
	
	line-height: 24px;
	padding-right: 20px;
	text-align: right;
}

#topmenu2 {
	position: absolute;
	width: 1000px;
	height: 27px;
	left: -20px;
	_left: 0px;
	top: 0px;
	z-index: 3;
	
	line-height: 24px;
	padding-right: 20px;
	text-align: right;
}

#topmenu2 a {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

#topmenu2 a:hover {
	color: #e13a3e;
}

#submenu {
	width: 310px;
}

.subtop {
	width: 310px;
	height: 19px;
	background-image: url(../images/sub_top.png);
	background-repeat: no-repeat;
	
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sub_top.png', sizingMethod='crop');
}

.submiddle {
	width: 310px;
	background-image: url(../images/sub_middle.png);
	background-repeat: repeat-y;
	
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sub_middle.png', sizingMethod='scale');
}

.submiddle a {
	width: 164px;
	_width: 174px;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #e13a3e;
	display: block;
	background-image: url(../images/transspace.png);
	
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/transspace.png', sizingMethod='scale');
}

.submiddle a:hover {
	color: #e13a3e;
}

.leeg {
	width: 164px;
	_width: 174px;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #e13a3e;
	display: block;
	background: #e13a3e;
}

.subbottom {
	width: 310px;
	height: 20px;
	background-image: url(../images/sub_bottom.png);
	
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sub_bottom.png', sizingMethod='crop');
}

#submenu1, #submenu2, #submenu3, #submenu4, #submenu5 {
	position: absolute;
	width: 310px;
	left: 240px;
	z-index: 2;
}

#submenu1 {
	top: 70px;
}

#submenu2 {
	top: 135px;
}

#submenu3 {
	top: 225px;
}

#submenu4 {
	top: 310px;
}

#submenu5 {
	top: 385px;
}

#nieuws {
	background-image: url(../images/nieuws.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nieuws.png', sizingMethod='crop');
	
	position: absolute;
	width: 218px;
	height: 426px;
	left: 782px;
	top: 74px;
	z-index: 4;
	cursor: pointer;
}

.content {
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content.png', sizingMethod='crop');
	
	position: absolute;
	width: 369px;
	height: 420px;
	left: 601px;
	top: 74px;
	z-index: 1;
}

.contentscroll {
	width: 324px;
	_width: 370px;
	height: 379px;
	_height: 419px;
	padding: 20px;
	position: absolute;
	left: 601px;
	top: 74px;
	z-index: 3;
	overflow: auto;
}

.extraback {
	background-image: url(../images/transspace.png);
	background-position: left top;
	
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/transspace.png', sizingMethod='scale');
	
	position: absolute;
	width: 30px;
	height: 419px;
	left: 970px;
	top: 74px;
	z-index: 1;
}

.footer {
	position: absolute;
	width: 1000px;
	height: 50px;
	left: 0px;
	top: 530px;
	_top: 540px;
	z-index: 2;
	background-image: url(../images/footer_photo.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer_photo.png', sizingMethod='crop');
}

.slogan {
	position: absolute;
	width: 905px;
	height: 63px;	
	left: 40px;
	top: 495px;
	_top: 505px;
	z-index: 1;
	background-image: url(../images/slogan.png);
	background-repeat: no-repeat;
	
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/slogan.png', sizingMethod='crop');
}

h1, H1, h2, H2, h3, H3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.h1, .H1, .h2, .H2, .h3, .H3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

h1, H1 {
	font-size: 18px;
	color: #e13a3e;
	text-transform: uppercase;
}
.h1, .H1 {
	font-size: 18px;
	color: #e13a3e;
	text-transform: uppercase;
}
h2, H2 {
	font-size: 16px;
	color: #e13a3e;
}
.h2, .H2 {
	font-size: 16px;
	color: #e13a3e;
}
h3, H3 {
	font-size: 14px;
	color: #e13a3e;
}
.h3, .H3 {
	font-size: 14px;
	color: #e13a3e;
}

h4, H4 {
	font-size: 12px;
	color: #e13a3e;
}
h5, H5 {
	font-size: 10px;
	color: #e13a3e;
}
h6, H6 {
	font-size: 8px;
	color: #e13a3e;
}
.zwartKader{
	display:block;
	background-image: url(../images/zwart.png);
	background-position: left top;
	color:#fff;
	padding:10px;
	font-style: normal;
	
	/*_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/zwart.png', sizingMethod='scale');*/
}
.roodKader{
	display:block;
	background-image: url(../images/rood.png);
	background-position: left top;
	color:#fff;
	padding:10px;
	font-style: normal;
	
	/*_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/rood.png', sizingMethod='scale');*/
}
.witKader{
	display:block;
	background-image: url(../images/wit.png);
	background-position: left top;
	color:#000;
	padding:10px;
	font-style: normal;
	white-space: normal;
	
	/*_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/wit.png', sizingMethod='scale');*/
}
.wit, .geel, .groen, .blauw, .paars, .rood, .bruin, .zwart {
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	float: left;
	margin-right: 3px;
	cursor: pointer;
}

.wit {
	background: #fff;
}

.geel {
	background: #fdee21;
}

.groen {
	background: #8cc63e;
}

.blauw {
	background: #0000fe;
}

.paars {
	background: #66007f;
}

.rood {
	background: #e42336;
}

.bruin {
	background: #764c24;
}

.zwart {
	background: #000;
}

.birdsound {
	position: absolute;
	width: 22px;
	height: 22px;	
	left: 250px;
	top: 1px;
	z-index: 2;
}

#inhoud {
	margin-left: 44px;
	margin-right: 24px;
	margin-top: 14px;
	margin-bottom: 14px;
	line-height: 20px;
	position: absolute;
	width: 174px;
	height: 394px;
	left: 782px;
	top: 74px;
	z-index: 5;
	overflow: auto;
}

#inhoud img {
	border: 2px solid #000;
}

/* TEKSTEN OP PAGINAS */

#teksten {
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 240px;
	width: 350px;
	height: 450px;
}

.times_new_roman {
	font-family: "Times New Roman";
}

.verdana {
	font-family: Verdana;
}

.arial {
	font-family: Arial;
}

.helvetica {
	font-family:  Helvetica;
}

.comic_sans {
	font-family: "Comic Sans MS";
}

.trebuchet {
	font-family: "Trebuchet MS";
}

.geneva {
	font-family: Geneva;
}

.georgie {
	font-family: Georgia;
}

.courier_new {
	font-family: "Courier New";
}

.gill_sans {
	font-family: "Gill Sans MT";
}

.impact {
	font-family: Impact;
}