@charset "UTF-8";
/* CSS Document
   FOR MOGRAPHICS.BE
   CREATED BY FRiZBee.be
   WEBDESIGN & GRAFISCHE OPMAAK
*/


/* ALGEMEEN ----------------------------------------------------------------*/
body, html{
  margin:0px;
  background-color:#000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#3b3a39;
  text-align:center;
  height:100%;
}

table, input, select, div, textarea{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#3b3a39;
}
a img{border:none; text-decoration:none;}

a{
  color:#7eb036;
}
a:hover{
  color:#436019;
}

#container_site{
	width:100%;
	background-color:#000000;
	margin: 0 auto;
	position:relative;
    min-height: 100%;
    height:auto !important;
    height:100%;
}

#container_cms{
	width:100%;
	background-color:#ffffff;
	margin: 0 auto;
	position:relative;
    min-height: 100%;
    height:auto !important;
    height:100%;
}

#top{
	background-color:#000000;
	height:165px;
	width:100%;
	border-bottom:#FFFFFF solid 3px;
}
#top_holder{
	width:770px;
	text-align:right;
	margin:auto;
	padding-top:80px;
}
#menu{
    background: url(../htmimages/menu_bg.gif) repeat-x;
	background-color:#87c13a;
	height:55px;
	width:100%;
}
#menu_holder{
	width:770px;
	text-align:left;
	margin:auto;
}
#content{
	padding-top:25px;
	padding-bottom:25px;
	background:#FFFFFF;
	width:100%;
	text-align:center;
}
#band4{
    background: url(../htmimages/band4_bg.gif) repeat-x;
	background-color:#ccc8c8;
	height:100px;
	width:100%;
	margin-bottom:0px;
}

#footer{
	background:url(../htmimages/footer_bg.gif) repeat-x top;
	height:35px;
	width:100%;
	padding-top:15px;
	position:absolute;
	left:0;
	bottom:0;
}
#footer_holder{
	width:770px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	color:#93cc41;
}
#footer a{
  color:#93cc41;
}
#footer a:hover{
  color:#e8ffc8;
}


/* MAINCONTENT ---------------------------------------------------------*/
.titel{
  font-size:16px;
  font-weight:bold;
  color:#649d12;
}

/* CONTACT ---------------------------------------------------------------*/
#contact_adres td{font-size:9px;}

.contact_formfield, .contact_formfieldmessage, .contact_formfieldcaptcha{
  color:#537622;
  border:none;
  height:19px;
  width:422px;
  padding:3px;
  background-color:#f0efef;
  margin-bottom:2px;
  margin-top:0px;
}
.contact_formfieldmessage{
  height:98px;
  background-color:#dedcdc;
  margin-top:0px;
  margin-bottom:2px;
}
.contact_formfieldcaptcha{
  width:305px;
}
.contact_formfieldcaptcha_wrong{
  color:#ffffff;
  border:none;
  height:19px;
  padding:3px;
  margin-bottom:2px;
  width:305px;
  background-color:#FF0000;
}



/* CMS ---------------------------------------------------------------*/
#cms_top{
  background:url(../admin/htmimages/top_bg.gif) repeat-x bottom;
  text-align:center;
  height:157px;
}
#cms_top table{color:#ffffff;}
#cms_top a{color:#ffffff;}
#cms_top a:hover{color:#FFFF00;}
#cms_content{
  background-color:#FFFFFF;
  padding-top:20px;
  padding-bottom:60px;
  width:100%;
}
#cms_content_holder{
	width:750px;
	margin:auto;
	text-align:left;
	background-color:#f0f0f0;
	padding:10px;
	margin-bottom:2px;
}
#cms_content_holder:after {content: ""; display: block; height: 0; clear: both; }
.cms_titel{font-size:22px; color:#649d12;}

