
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/

body {
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 12px;
   font-size: 11px;
   background: #fffbf7 url(../images/bg_vert.png) repeat-x; 
}

/*
set font size for all divs,
this overrides some body rules 
*/
div {
   font-size: 11px;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #d24128; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #d24128;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #d24128;
}

/*****************
basic layout 
*****************/
body {
   color: #000;
   margin:0em;    /* gives some air for the pagewrapper */
   margin-top:0px;
   padding-top:0px;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin:0 auto;
   border: 0px solid black;
   max-width: 1000px; /* IE wont understand these, so we will use javascript magick */
   min-width: 1000px;
   color: black;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 308px; /* adjust according your image size */
   background: url(../images/header.png) no-repeat;
   margin-left:235px;
   margin-top:12px;
}
fieldset{
  border:0px;
}

#menu_vert{
  position:absolute;
  width:100%;
  top:309px;
  left:0px;
     background: url(../images/bg_menu.png) repeat-x;
}
#menu_vert2{
  position:absolute;
  width:100%;
  top:325px;
  left:0px;
     background: url(../images/bg_menu.png) repeat-x;
}
#menu_vert2 #menuwrapper{
	padding-left:134px;
	}
#menuwrapper{
  margin:0 auto;
  width:530px;
  
}
#menuwrapper span{
  color:#836239;
  background-color:#fef2e3;
	}
#menuwrapper span a{
  text-decoration:none;
  color:#836239;
  font-weight:normal;
  font-size:11px;
  letter-spacing:1px;
  padding:0px 10px;
  margin:0;
}

#menuwrapper span.selected a{
  color:#D44128
}

div#content {
   clear:both;
   margin: 0em auto 0em 0; /* some air above and under menu and content */
}
div#center {
   clear:both;
   padding: 10px 0 0 0; /* some air above and under menu and content */
   font-size:12px;
   width:1000px;
   display:block;
   float:left;
   }

div#center #content_left{
  float:left;
  display:block;
  width:225px;
  margin-top:-50px;
}
div#center #content_left h1{
  text-align:right;
}

div#center #content_middle{
  float:left;
  display:block;
  width:250px;
  padding-left:245px;
}

div#center #content_middle_large{
  float:left;
  display:block;
  width:530px;
  padding-left:245px;
}

div#center div#contact_1{
  float:left;
  display:block;
  width:270px;
  margin-left:-90px;
  
}
input,textarea{
  border:1px solid #646464;
  margin-left:5px;
}

div#center #content_right{
  float:left;
  display:block;
  width:250px;
  padding-left:10px;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

hr {
   height: 1px;
   margin-top: 1em;
   border-bottom: 1px solid #444;
}

/********************
CONTENT STYLING
*********************/
div#content {
	color:#000;
}

/* HEADINGS */
div#content h1 {
   color: #E9907A; 
   font-size: 25px; 
   text-align: left; 
   padding-bottom: 1px;
   margin:0 0 0.5em 0;
   line-height: 18px;
}
div#content h2 {
   color:#D44128;
   text-decoration:none;
   font-size: 14px; 
   text-align: left; 
/* some air around the text */
   padding-bottom: 1px;
   margin:0em 0 0.5em 0;
   line-height: 1.5em;
/* and some air under the border */
}
div#content h2#noline{
	text-decoration:none;
}
div#content h2#noline a{
	text-decoration:none;
	}

div#content h3 {
   color: #D44128; 
   margin:0 0 0.5em 0;
   font-size: 14px;
   line-height: 14px;
}
div#content h4 {
   color: #D44128; 
   font-size: 13px;
   margin:0 0 0.25em 0;
   line-height: 14px;
}
div#content h5 {
   font-size: 13px;
   line-height: 14px;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

/* END HEADINGS */

/* TEXT */
p {
   font-size: 11px;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}
/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
#headersub span#title{
	color:#d24128;
	}
#headersub span#title_sub{
  color:#836239;
  float:left;
}
#headersub a{
  color:#836239;
  text-decoration:none;
}
#headersub{
  position:absolute;
  margin-left:310px;
  top:40px;
  font-size:11px;
}
#menu{
  color:#646464;
}
#menu h2.menu_head{
  float:left;
  display:block;
  width:530px;
  font-size:12px;
  color:#D44128;
  padding-top:15px;
  padding-bottom:0px;
  line-height:10px;
}
#menu h3.menu_head{
  float:left;
  display:block;
  width:530px;

  font-size:10px;
  color:#000;
}
#menu .gerecht{
  width:490px;
  float:left;
  padding-bottom:3px;
}
#menu .prijs{
  padding-bottom:3px;
  width:40px;
  float:left;
}

div#flash{
  float:left;
  display:block;
  position:absolute;
  top:67px;
  margin-left:0px;
  z-index:1;
}

