@charset "utf-8";
body  {
	font: 100% "Comic Sans MS";
	background: #e7e7e7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-y;
	background-position:left 200px;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	height: 110px;
	background-image: url(images/lblue131.jpg);
	text-align: center;
	border-bottom:10px solid #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 100px 20px 0 20px; 
	font-family:"Comic Sans MS";
	background: transparent url(images/head-bg.jpg) top left no-repeat;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/lblue131.jpg);
	text-align: center;
	border-top: 10px solid #FFFFFF;
	background-repeat: repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* --------- DDACCORDION MENU ---------------- */

.ddaccordionmenu{
margin: 0;
padding: 0;
width: 200px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
text-align:left;
background: #8b0304 url(images/menu-bg.jpg) center center no-repeat;
background: #557395 url(images/menu2-bg.jpg) center center no-repeat;

}

.ddaccordionmenu a.menuitem{
font-size: 14px;
font-weight:normal;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 6px 0;
padding-left: 30px;
text-decoration: none;
border-bottom: 1px solid #580303;
border-top: 1px solid #b30304;
border-bottom: 1px solid #3b5067;
border-top: 1px solid #6d94bf;

}

.ddaccordionmenu a.menuitem.selected{
	color:#fff;
	font-weight:bold;
}

.ddaccordionmenu a.menuitem.submenuheader.selected{
	color:#fff;
	font-weight:bold;
}

.ddaccordionmenu a.menuitem:visited, .ddaccordionmenu .menuitem:active{
color: white;
}

.ddaccordionmenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
left: 26px;
border: none;
}

.ddaccordionmenu a.menuitem .accordprefix {
position: absolute;
top: 5px;
left: 16px;
border: none;
}

.ddaccordionmenu a.menuitem:hover{
	color:#fff;
	background-color:#b30304;
}

.ddaccordionmenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.ddaccordionmenu div.submenu ul li{
border-bottom: 0px solid #9c9683;
}

.ddaccordionmenu div.submenu ul li a{
display: block;
color: #000;
text-decoration: none;
padding: 2px 0;
padding-left: 42px;
font-size:14px;
}

.ddaccordionmenu div.submenu ul li a.selected{
	color:#fff;
font-weight: bold;
}

.ddaccordionmenu div.submenu ul li a:hover{
color:#fff;
}



/* ------------- contactformulier ------------- */
table.input {
	width:480px;
}

.input input, .input textarea {
	width: 300px;
}

.input input#Postcode {
	width: 60px;
}


.input a {
	float:right;
	color: #000;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

.input a:hover {
	text-decoration:underline;
}

#contactform input#sendBtn {
	width: 100px;
	height: 30px;
	margin-left: 216px;
	color: #000;
	background-color: transparent;
	border: 1px solid #000;
	text-align: center;
	height:24px;
	font-weight:bold;
}

/* ------------- Fieldvalidation errors ------------------------ */
#contactform #errormsg {
	display: none;
	color: red;
	padding: 0 4px 12px 0;
}
#contactform input.error, #contactform select.error, #contactform textarea.error  {
	border:1px solid #000;
	background-color:#FF0000;
	color:#FFFFFF;
}
#contactform label.error, #contactform .error {
	color:red;
	line-height: 1.5;
	display:block;
	font-weight:normal;
	clear: both;
}

#contactform .radiofld label.error, #contactform .radio.error {
	display: inline;
}

