body{
	background-image: url( bg.gif );
	margin: 0px;
}

h1{
	color: #c83128;
	font-size: 18px;
	font-weight: 900;
	font-family: Arial black;
	padding-top: 30px;
}

h2{
	color: #3C5267;
	font-family: arial;
	font-size: 11px;
	font-weight: 900;
	margin-bottom: 5px;
}

p{
	font-size: 11px;
	font-family: Arial;
	color: #818181;
	margin-top: 0px;
	margin-bottom: 11px;
}
a{
	font-size: 11px;
	font-family: Arial;
	color: #3C5267;
	text-decoration: none;
}

a:hover{
	color: red;
	text-decoration: underline;
}

#logo{
	position: absolute;
}

.wrapper{
	margin: 0 auto;
	width: 747px;
	background-color: white;
	margin-top: 100px;
}

.menu1{
	background-color: #EEEEE8;
	height: 40px;
	text-align: right;
	vertical-align: middle;
	color: #3c5267;
	font-family: arial;
	font-size: 10px;
	padding-top: 30px;
	padding-right: 30px;
}

.menu1 a{
	color: #3c5267;
	font-family: arial;
	font-size: 10px;
	text-decoration: none;
}

.menu1 a:hover{
	text-decoration: underline;
	color: red;
}

.grijzebalk{
	background-color: #D2D2C9;
	height: 8px;
}

.menu2 .left{
	clear: both;
	background-image: url( menu2_left.jpg );
	width: 52px;
	height: 54px;
	float: left;
}

.menu2 .middle{
	background-image: url( menu2_button_hover.jpg );
	width: 645px;
	height: 54px;
	float: left;
}

.menu2 a{
	display: block;
	float: left;
	font-family: arial;
	font-size: 13px;
	color: white;
	text-decoration: none;
	font-weight: 900;
	width: 160px;
	height: 39px;
	padding-top: 15px; 
	text-align: center;
	background-image: url( menu2_button_hover.jpg );
}

.menu2 a:hover{
	background-image: url( menu2_button.jpg );
}

.menu2 .right{
	background-image: url( menu2_right.jpg );
	width: 50px;
	height: 54px;
	float: left;
}
.flash{
	margin-top: 30px;
}

.body{
	padding-left: 30px;
	padding-right: 30px;
	min-height: 300px;
}

.block{
	float: left;
	padding-top: 30px;
	text-align: justify;
	width: 180px;
	padding-left: 40px;
}

.leesmeer{
	float: left;
	text-align: right;
	width: 180px;
	padding-left: 40px;
}

.footer{
	background-color: #E5E5E0;
	text-align: center;
	height: 65px;
	padding-top: 5px;
}

.footer a{
	font-size: 10px;
	color: #818181;
	font-family: verdana;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
	color: red;
}

#rechter_banners{
	position: absolute;
	top: 100px;
	min-height: 300px;
	width: 180px;
}
#linker_banners{
	position: absolute;
	top: 100px;
	min-height: 300px;
	width: 180px;
}
#rechter_banners img{
	border: 0px;	
}
#linker_banners img{
	border: 0px;	
}




/* ADMIN STYLESHEET */
.admin_TextField{
	border: 1px solid #00FF00;
	cursor: pointer;
	min-height: 10px;
	min-width: 3px;
	clear: both;
}

.admin_TextField:hover{
	border: 1px solid red;
}

.admin_menu{
	position: fixed;
	top: 0px;
	right: 0px;
	border: 1px solid black;
	background-color: white;
	padding: 3px;
	font-family: verdana;
}

.admin_menu a{
	color: black;
	text-decoration: underline;
	font-weight: 100;
}

.admin_menu a:hover{
	color: red;
}


#AdminEditFrame{
	display: none;
	
	position: fixed;
	top: 25px;
	right: 0px;
	border: 1px solid black;
	background-color: white;
	padding: 3px;
	font-family: verdana;
}

#AdminEditTextarea{
	width: 400px;
	height: 100px;
}

#AdminPagesFrame{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	border: 1px solid black;
	background-color: white;
	padding: 3px;
	font-family: verdana;
}

