/*  In De Vingers, Reclamebureau

 *  copyleft 2004 Ben de Groot -- http://stijlstek.nl/contact
 *  licensed under the GNU Free Documentation License
 *  which in layman's terms means you are free to use and modify this stylesheet
 *  as long as you keep the license notice and credit to the original author intact
 */


/*  Next we set the page height, to position the footer at the bottom of the window
 *  when page is short, and at the bottom of the page when page is longer
 */

html, body {
    height: 100%;
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    }

body {background: url(./images/achtergrond.jpg) no-repeat; }

body, td { font-size: 13px; font-family: tahoma, verdana;} /* for modern browsers that can resize px */

h1 {
    font-size: 2em;
    margin-top, margin-bottom: .5em 15px; 
    color: #006043;
    }

/* opsommingstekens in de kantlijn, i.p.v. inspringen  */
ul,ol {
	padding-left: 0px;
	margin-top: 0px;
	list-style: circle;
	}


h1, h2, h3, h4, h5, h6 {
    color: #006043;    
    margin-bottom: 0;
	}

a 		{color: #006043; text-decoration: none;}
a:hover	{text-decoration: underline;}

#wrap {
    position: relative;
    height: 100%;
    width: 100%;
    }

#middle {
    position: relative;
    height: auto;
    min-height: 100%; /* for modern browsers, to push the footer down */
    margin-right: 100px; /* right column width */
    margin-left: 200px; /* left column width */
    margin-bottom: -20px; /* footer height */
    width: auto;
    }

#middle:after { /* this will keep the floats contained, for modern browsers */
    content: ".";    
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
    }

* html #middle {
    height: 100%; /* for IE because it doesn't do min-height */
    }

/*  Now we set the header, footer and columns...
 */

#header {
	position: absolute;
	top: 2px;
	left: 31px;
	height: 12em;
	width: 100%;
	overflow: hidden;
	z-index: 3; /* to show it on top */
    }

#footer {
    clear: both; /* just to make sure it comes below the columns */
    position: relative;
    width: 100%;
    height: 40px;
    background: #006043;
    }

#main, #xtra { /* so that the content will not overlap with the header or footer */
    padding-top: 14em;
    padding-bottom: 40px;
    }

#main {
    position: relative; /* IE float bug workaround */
    float: left;
    width: 100%;
    margin-right: -1px;
    }

#content {
    position: relative;
    float: right;
    width: 100%;
    margin: 0 -1px;
    line-height: 120%;
	}

#content table { text-align: justify; }

#nav {
    position: relative;
    float: left;
    width: 170px;
    margin-left: -199px; /* width -1 */
	padding-left: 8px;
	padding-top: 15px;
    }
#nav p {
	padding: 0 0 0 5px;
	}
#xtra {
    position: relative;
    float: right;
    width: 200px;
    margin-right: -200px; /* width -1 */
    background: #fff;
    }
* html #xtra { /* addressing some IE bugs */
    width: 199px;
    margin-top: 1.7em;
    }
* html #xtra, * html #nav, * html #content {
    overflow:hidden;
    }

/*  Some block elements that influence div sizes and positioning
 */


#footer p {
    text-align: center;
    line-height: 1em;
    padding-top: 1em;
    margin-top: 0; /* otherwise it pushes footer down */
    color: #fff;
    }

#footer a {color: #fff;}


/*  And finally giving block elements inside the columns a default margin.
 *  This prevents the need for a box model hack on all the columns.
 *  If it wasn't for IE, we could do #nav>*,#content>*,#xtra>* { rules }
 */

.centreren {margin-left: auto 200px; text-align: center;}
.linkslijnend {text-align: left;}
.rechtslijnend {text-align: right;}
.uitvullen {text-align: justify;}

.logo {
	float:left;
	margin-left: 305px;
	margin-top: 40px;}
.nieuws {
	float:left;
	margin-left: 200px; 
	margin-top: 40px;
	}
.geel {
	background-color: #FF6;
	padding: 5px 8px 5px 8px;
	font-size:14px;
	font-weight: bold;
}
.adv {
    padding: 7px;
    border: 1px dashed;
    font-family: tahoma, verdana;
    background: #fff;
    /* width: 100%; */
    }

.adv H1 {
    margin: 0em 0px;
    padding: 7px;
    text-align: center;
    font-family: tahoma, verdana;
    color: #fff;
    background: #006043;
    }

.adv H2 {
    margin: 3px 0px;
    font-family: tahoma, verdana;
    }

.adv H3 {
    margin: 3px 0px;
    padding: 3px;
    color: #fff;
    background: #000;
    font-family: tahoma, verdana;
    }

.adv .prijs {
    padding-left: 5px;
    font-size: 3em;
    font-weight: bold;
    line-height: 100%;
    }

.adv .prijs sup {
    font-size: 50%;
    }

.cv  {
	border: 1px solid #ccc;
	border-spacing: 10px;
	background: #fff;
	}

/* Menu */

ul.menu  {
    margin: 0px;
    padding: 0 0 20px 0;
    list-style: none;
    width: 150px; /* Width of Menu Items */
    }

ul.menu li {
    position: relative;
    }

/* Submenu */
.menu li ul {
    position: absolute;
    left: 150px; /* Set 1px less than menu width */
    top: 0px;
    display: none;
    border: 1px solid #000;
    border-bottom: 0px;
    width: 150px; /* Width of Submenu Items */
   }

/* Styles for Menu Items */
ul.menu li a {
    display: block;
    padding: 5px;
    font-family: tahoma, verdana;
    font-size: 110%;
    text-decoration: none;
    line-height: 135%;
    color: #fff;
    }

/* Styles for Submenu items */
.menu li ul li a {
    padding: 3px;
    display: block;
    font-family: tahoma, verdana, sans-serif;
    font-size: 100%;
    text-decoration: none;
    color: #000;
    }

/* Fix IE. Hide from IE Mac
* html ul li { float: left; height: 1%; } */
* html ul li a { height: 1%; }
/* End */

/* Menu Hover */
ul.menu li a:hover { color: #338069; background: #fff; filter:alpha(opacity=80); border: #8CB7AA 1px solid; padding: 4px; text-decoration: none;} 


/* Submenu Hover */
.menu li ul li a:hover { width: 150px; color: #fff; background: #000;} /* Sub Menu Styles */

.menu li:hover ul, li.over ul { display: block; } /* The magic */


/* Formulier */

input, select, textarea {
        background: #fff;
        color: #000;
        border: 1px solid;
        font-family: tahoma, verdana, sans-serif;
		font-size: 12px;
		margin-top: 3px;
        }

input.noborder{
        background: #fff;
        border: 0px;
        font-family: tahoma, verdana, sans-serif;
        font-size: 11px;
		/* margin-top: 2px; */
		}

a.meer {
		color:#006043;
		font-size: 9px;
		}

/* CV blok*/

.textcontentbold { font-weight: bold; }

.myStyle {
        position: absolute;
        visibility: hidden;
        }

.myStyleEmpty {
        position: absolute;
		height: 250px;
        visibility: visible;
        }

