/******************************************************************************************************
	STANDAARD
******************************************************************************************************/
html, body {
   margin: 0;
   padding: 0;
   border: none;
   height: 100%;
}

img, fieldset {
   border: 0;
}

p, h1, h2, h3, h4, h5, h6, fieldset, form, input, select, table, tr, td {
   margin: 0;
   padding: 0;
   font:11px Verdana;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

#icstats {
   visibility: hidden;
   display:none;
   height: 0px;
}

/******************************************************************************************************
	PROJECT-SPECIFIEK
******************************************************************************************************/
* {

}

body {
	background-color: #FFFFFF;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #EE2D24;
}
h2 {
	font-size: 16px;
	font-weight: bold;
   color: #FF9900;
}
h3 {
   font-size: 11px;
	font-weight: bold;
   color: #EE2D24;
}
h4 {
   font-size: 11px;
	font-weight: bold;
   color: #FF9900;
}

#content ul li {
	font-size: 11px;
	font-family: Verdana;
}
#content p a{
	color: #EE2D24;
	font-size: 10px;
	font-family: Verdana;
}
.link {
	color: #EE2D24;
	font-size: 10px;
	font-family: Verdana;
}
#container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -497px;
	margin-top: -309px;
	width: 994px;
	height: 608px;
	background-image: url(../images/midden_background.jpg);
	background-position: 103px 56px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	z-index: 1;
}
.container_800 {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 994px;
	height: 608px;
	background-image: url(../images/midden_background.jpg);
	background-position: 103px 56px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	z-index: 1;
}
#header {
	height: 57px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header.jpg);
	background-position: -1px 0px;
}
#menu {
	height: 561px;
	width: 103px;
	position: absolute;
	top: 57px;
	left: 0px;
	background-image: url(../images/menu_background.jpg);
}
#omo {
	position: relative;
   width: 170px;
   height: 29px;
	bottom: 0px;
   top: 455px;
	left: 155px;
	background-color: #FFFFFF;
	z-index: 2;
	padding-top: 2px;

}
#footer {
	position: absolute;
	bottom: 0px;
	left: 103px;
	width: 891px;
	height: 14px;
	background-color: #EE2D24;
	color: white;
	z-index: 2;
	font-family: Verdana;
	font-size: 10px;
	padding-top: 2px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#fader_content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: 145px;
	width: 574px;
	height: 10px;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	z-index: 1000;
}
#content {
	width: 573px;
	height: 293px !important;
	position: absolute;
	top: 170px;
	left: 204px;
	padding-right: 10px;
	z-index: 2;
	overflow-y: auto;
	overflow-x: hidden;
}
#foto_onder{

}
#foto_rechts{
	height: 545px;
	width: 177px;
	position: absolute;
	top: 57px;
	left: 817px;
	margin: 0;
	padding: 0;
	z-index: 1;
}
/*******************************************************************************
	Menu items
*******************************************************************************/
.hoofdmenu {
	width: 103px;
	list-style-type: none;
	padding: 0px;
	color: white;
	margin: 0;
	margin-top: 66px;
	font-family: Verdana;
	font-size: 13px;
	text-align: right;
}
.hoofditem, .hoofditem a {
	margin-bottom: 29px;
	background-color: #EF2E25;
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
	padding-right: 10px;
	cursor: pointer;
}
.hoofditem:hover > a, .hoofditem:hover{
	color: #EF2E25;
	background-color: white;
}

.submenu_ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.submenu_div {
	display: none;
	visibility: hidden;
	z-index: 1001;
}
.submenu_show {
	display: block;
	visibility: visible;
	background-color: #EE2D24;
	width: 150px;
	padding: 3px;
	z-index: 1001;
}
.submenu_show a{
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
.submenu_show a:hover{
	color: #EE2D24;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}
.subitem_width {
	width: 150px;
	cursor: pointer;
}
.submenu_item:hover > a, .submenu_item:hover {
	color: #EE2D24;
	background-color: white;
}
/*******************************************************************************
	IE 6 BUG-FIX Menu items
*******************************************************************************/
.ie6_hoofdmenu a{
	background-color: #EF2E25;
	color: #FFFFFF;
	text-decoration: none;
}
.ie6_hoofdmenu a:hover{
	background-color: #FFFFFF;
	color: #EF2E25;

}
.ie6_hoofddiv{
	width: 83px;
	cursor: pointer;
	font-size: 13px;
	font-family: Verdana;
	text-align: right;
	padding-right: 20px;
}
.quicklinks {
	position: absolute;
	top: -3px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}
/*******************************************************************************
	Formulier
*******************************************************************************/
.frmContact{

}
.frmInput {
	width: 300px;
	border: solid 1px #EF2E25;
}
.frmInputRadio {
	margin: 0px;
}
.frmTextarea{
	height: 120px;
	width: 298px;
	border: solid 1px #EF2E25;
}
#frmNn input {
	border: solid 1px #EF2E25;
	margin-bottom: 1px;
}
.button {
	margin: 1px;
	border: solid 1px #EF2E25;
	background-color: white;
}
.nnField {
	width: 298px;
}
.small {
	padding: 2px 0px 2px 1px;
	font-size: 9px;
	color: black;
}
.warning {
	color: #EF5044;
	font-weight: bold;
}
.titel {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
/*******************************************************************************
	Foto's onderin
*******************************************************************************/
#image1,
#image2,
#image3,
#image4,
#image5 { position: absolute; top: 50%; left: 50%; width: 74px; height: 74px; }

#image1 { margin-left: -180px; margin-top: 195px;}
#image2 { margin-left: -85px; margin-top: 202px;}
#image3 { margin-left: 9px; margin-top: 195px; }
#image4 { margin-left: 104px; margin-top: 197px; }
#image5 { margin-left: 202px; margin-top: 189px; }

.album_slides {
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0%;
	left: 0%;

}
.slideTitle {
	color: black;
	font-weight: bold;

}
#content a{
	color: #EE2D24;
	font-size: 10px;
	font-family: Verdana;
}
/*******************************************************************************
	Actualiteiten opmaak
*******************************************************************************/
.actualiteit {
	border: solid 1px #ffffff;
	padding: 3px;
	width: 90%;
}
.actualiteit:hover {
	border: solid 1px #cccccc;
	background-color: #fcfcfc;
	margin: 0px;
}
.actualiteit .titel {
	font-weight: bold;

}
.actualiteitLink {
	color: blue;
	text-decoration: none;
}
.actualiteitLink:hover {
	text-decoration: underline;
}
.actueel_monthList {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: black;
	border-top: solid 1px #EF2D24;
	border-bottom: solid 1px #EF2D24;
	border-right: solid 1px #EF2D24;
	padding: 2px 0px 2px 0px;
}
.actueel_monthList_verder {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: black;
	border-top: solid 1px #EF2D24;
	border-bottom: solid 1px #EF2D24;
	padding: 8px 0px 8px 0px;
}
.actueel_monthList_terug {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: black;
	border-top: solid 1px #EF2D24;
	border-right: solid 1px #EF2D24;
	border-bottom: solid 1px #EF2D24;
	padding: 8px 0px 8px 0px;
}
.actueel_monthList a, .actueel_monthList_verder a,.actueel_monthList_terug a{
	font-weight: bold;
	font-size: 10px;
	color: black;
	text-decoration: none;
}
.actueel_monthList a:hover{
	color: #FF0000;
}
.actueel_monthList_actief{
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: black;
	border-top: solid 1px #EF2D24;
	border-bottom: solid 1px #EF2D24;
	padding: 2px 0px 2px 0px;
	border-right: solid 1px #EF2D24;
	color: #FF0000;
}
.grijs {
	color: #666666;
}
.planningLink a {
	color: #000000;
	text-decoration: none;
}
.planningLink a:hover{
	color: #FF0000;
	text-decoration: underline;
}
