* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/

body {
   background-color:#b0ac9f;
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   line-height: 12px;
}

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

/*
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: #002e54; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #002e54;                /* 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: #002e54;
}

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

/* center wrapper, min max width */
div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 940px; /* IE wont understand these, so we will use javascript magick */
   min-width: 940px;
   background-color: #fff;
   color: black;
   background: #fff url(../images/bg_center.jpg) repeat-y; 
}

div#news {
   border: 0;
   margin: 0 0 0 0px;     /* this centers wrapper */
   padding: 40px 10px 20px 10px;
   color: black;
   width:159px;
   height:80px;
   background: #fff url(../images/nieuws.gif) no-repeat; 
}
div#news a{
	background-color:transparent;	
}
div#aanbieding {
   border: 0;
   margin: 0 0 0 0px;     /* this centers wrapper */
   padding: 40px 10px 20px 10px;
   color: black;
   width:159px;
   height:80px;
   background: #fff url(../images/aanbieding.gif) no-repeat; 
}
div#aanbieding a{
	background-color:transparent;	
}

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

div#header {
   height: 380px; /* adjust according your image size */
   background: #fff;
   padding:0px;
   margin:0px;
 
}

div#front_webdesign{
   margin-left: 21px;
}
fieldset{
  border:0px;
}

img.special, .handel{
	border: none;/*1px solid #002e54;*/ 
}

#menu{
	background: #fff url(../images/bg_center.jpg) repeat-y;
}

div#header_1 h1 a {
/* you can set your own image here */
   background: #fff url(../images/header.jpg) no-repeat;
   display: block; 
   height: 380px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
div#header_2 h1 a {
/* you can set your own image here */
   background: #fff url(../images/header_3.jpg) no-repeat; 
   display: block; 
   height: 380px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
div#header_3 h1 a {
/* you can set your own image here */
   background: #fff url(../images/header_3.jpg) no-repeat; 
   display: block; 
   height: 380px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
div#header_4 h1 a {
/* you can set your own image here */
   background: #fff url(../images/header_4.jpg) no-repeat; 
   display: block; 
   height: 380px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
div#header_5 h1 a {
/* you can set your own image here */
   background: #fff url(../images/header_5.jpg) no-repeat; 
   display: block; 
   height: 380px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#content {
   margin: 0em auto 0em 0; /* some air above and under menu and content */
   background: #fff url(../images/bg_center.jpg) repeat-y;
}
div#center {
   padding: 1em 3.5em 1em 135px; /* some air above and under menu and content */
   background: url(../images/center.gif) no-repeat;
   }
div#center_home {
   padding: 1em 3.5em 1em 285px; /* some air above and under menu and content */
   background: url(../images/center.gif) no-repeat;
   }

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   background: #fff url(../images/footer.jpg) no-repeat; 
   height:54px;
   text-align:center;
}

div#footer p {
   font-size: 10px;
   letter-spacing:0px;
   padding: 1.5em;      /* some air for footer */
   margin:0;
   color:#002e54;
}

div#footer p a {
  text-decoration:none;
  color: #002e54; /* needed becouse footer link would be same color as background otherwise */
}


div#footer2 {
   background-color:#b0ac9f;
   clear:both;       /* keep footer below content and menu */
   color: #fff;
}

div#footer2 p {
   font-size: 11px;
   padding: 1.5em;      /* some air for footer */
   margin:0;
   color: #fff;
}

div#footer2 p a {
  text-decoration:none;
  color: #fff;
}


#logos{
  min-height:400px;
  height:400px;
  position:absolute;
  display:inline;
  margin-left:20px;
}

#pagina{
  height:400px;
  min-height:400px;
}

/* 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;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




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

/* HEADINGS */
div#content h1 {
   color: #002e54; 
   font-size: 18px; 
   text-align: left; 
/* some air around the text */
   padding-bottom: 1px;
   margin:0 0 0.5em 0;
   line-height: 18px;
/* and some air under the border */
}
div#content h2 {
   color: #002e54;
   text-decoration:none;
   font-size: 15px; 
   text-align: left; 
/* some air around the text */
   padding-bottom: 1px;
   margin:0 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: #002e54; 
   margin:0 0 0.5em 0;
   font-size: 14px;
   line-height: 14px;
}
div#content h4 {
   color: #002e54; 
   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: 8pt;
   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 */

li.notes{
    font-size: 10pt;
}
.note{
  font-size:9px;
  font-style:italic;
}/*
div#menu_1{
  float:left;
  margin-left:0px;
  margin-top:25px;
  position:absolute;
  display:none;
}
*/
div#menu_1{
  z-index:10;
  float:left;
  margin-left:134px;
  top:405px;
  position:absolute;
  display:none;
}
div#menu_2{
  z-index:10;
  float:left;
  margin-left:524px;
  top:405px;
  position:absolute;
  display:none;
}
div#menu_3{
  z-index:10;
  float:left;
  margin-left:788px;
  top:405px;
  position:absolute;
  display:none;
}




/* TABBLADEN */
ul,ol,li {margin:0; padding:0; }
div#container {margin: 0 10 auto;}

.TabNav {
    padding:0;
    margin:0;
    font-family: arial, helvetica, sans-serif;
    white-space:nowrap;
    list-style-type:none;
}
.TabNav li {
    display:inline;
    padding:0px 25px;
    line-height:17px;
	font-size:14px;
	
    /*background: lightgrey;
    color:black;*/
    text-decoration:underline;
    float:left;
}
.TabNav li:hover {
    /*background:#dddddd;
    color:#fff;*/
}

.TabNav li a {
    
}
.TabNav li.selectedTab a{
	text-decoration:none;
}  
.TabNav li.selectedTab {    
	font-weight:bold;
	text-decoration:none;
    /*background:#AFAFAF;
    color:black; 
    border-bottom-style: solid;
    border-bottom-color: #AFAFAF;*/    
}

.spacertab {
    height:16px;
    margin:0px 0px 0px 0px;
    padding:3px 0px 0px 0px;
}

#pagina ul{
  padding-left:20px;
}

div.contactgegevens{
	position:absolute;
	top:30px;
	#top:35px;
	margin-left:700px;
	text-align:right;
	width:200px;
	height:200px;
	color:#002E54;
	font-size:8pt;
	line-height:1.4em;
}

#menu_top{
  top:100px;
  margin-left:710px;
  position:absolute;
  display:inline;
}

#menu_vert{
	#margin-top:-10px;
}

.submenu{
	#margin-top:-3px;
}
