html {
	font-size: 125%; 
}

* {
	margin: 0; 
	padding: 0;
}

body {
    background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
	behavior:url(http://www.lfloopbaan.nl/css/csshover.htc);
}

/*  BEGIN: hacks */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* END: hacks */ 

/* BEGIN: text */
h1 {
	font-size: 1.3em;
	color: #333;
	margin-bottom:0.5em;
}

h2 {
	font-size: 1.1em;
	color: #333;
	margin-bottom:0.5em;
}

p, input {
	font-size: 1.1em;
	color: #333;
}

sup { font-size: 0.8em; }


	
div#intro_header_quotation p, div#main_header_quotation p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
	margin-right: 10px;
}

div#main_header_quotation p{
	font-size: 1.2em;
}	

div#intro_header_quotation p:first-child, div#main_header_quotation p:first-child, p.quote {
	margin-top:10px;
}

p.name {
	font-style: italic;
	font-weight:bold;
	margin-top: 2px;
}

.tel {
	color: #c82635;	
}

div#intro_dropdown p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align:justify;
	color:#000;
	margin-top: 1em;
}

div#main_text_content p, div#main_text_content ul {
	font-size: 1.1em;
	text-align: justify;
	margin-bottom: 1em;
	color: #333;
}

div#main_text_content a {
	background: url(/img_pres/link.png) center right no-repeat;
	padding-right: 13px;	
}	

div#main_text_content a.nolink {
	background: none;
}	

div#main_text_content ul {
	padding: 0 2em;
	text-align: left;
}

div#main_text_content p.citaat {
	font-style: italic;
	text-align: left;
	color: #f60;
	padding: 0 2em;
}	
	
p#copyright {
	font-size: 1.0em;
	letter-spacing: 0.1em;
}

a {
	color: #c82635;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}	

/* END: text */

/* BEGIN: form */

form p sup {
	color: #c82635;
}

td {
	vertical-align: middle;
}	

input.shaded {
	background-color: #eeece6;
	vertical-align:middle;
}


/* END: form */


/* BEGIN: images */
img {
	border:0;
	padding:0;
}

img#map {
	float:right;
	margin: 0 10px 10px 10px;
}

div#main_text_content img {
	float: left;
	margin: 0 1.5em 1em 0;
	border: 1px solid #000;
}

div#main_text_content img#map {
	float:none;
	padding:0;
	margin: 0;
}	

img#logo {
	margin: 25px 0 0 10px;
}

img#designedby { margin-top: 201px; }
/* END: images */

/* BEGIN: layout div's */

/* div { border: 1px solid red; } */

div#intro_content_holder, div#main_content_holder {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	width: 800px;
	height: 600px;
	border: 1px solid #000;
	overflow: hidden;
}

div#main_content_holder {
	background-color:  #fbf8f1;
}

div#intro_header, div#main_header {
	position: relative;
	height: 140px;
	background-color: #c82635;
}

div#main_header {
	background-image: url(/img_pres/bigredleaf.jpg);
	background-repeat: no-repeat;
}	

div#intro_inner_header {
	position: absolute;
	bottom: 0px;
	margin: 0px 105px;
	width: 590px;
	height: 110px;
	background-image: url(/img_pres/redleaf.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	border-top: 1px solid black;	
}

div#intro_header_logo, div#main_header_logo {
	float: left;
	width: 39%;
	height: 110px;
}

div#main_header_logo, div#main_header_quotation {
	margin-top: 30px;
}	

div#intro_header_quotation, div#main_header_quotation{
	float: right;
	width: 59%;
	height: 110px;
}

div#intro_navigation, div#main_navigation {
	float: left;
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #f59c00;
}

div#main_content {
	background-color: #fbf8f1;
}

div#intro_side_bar {
	float: left;
	width: 105px;
	height: 370px;
	background-image: url(/img_cont/subtitle.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

div#left_side_bar {
	float: left;
	width: 200px;
	height: 430px;
	background-color: #eeece6; 	
}

div#seo {
	padding: 25px 100px;

}
div#intro_dropdown {
	float: left;
	margin: 0 0 25px 0;
	width: 590px;	
	height: 370px;
	background-image: url(/img_pres/leaf.jpg);
	background-repeat: no-repeat;
	background-position: 0px -105px;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	border-bottom: 1px solid black;	
}

div#main_text_content {
	float: left;
	margin: 10px 0;
	padding: 10px 20px;
	width: 450px;	
	height: 390px;
	overflow: auto;
}

div#design_tag {
	float: left;
	height: 370px;
}

div#right_side_bar {
	float:left;
	height: 410px;
	width:100px;
	background-image: url(/img_cont/subtitle2.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

div#intro_footer, div#main_footer {
	width:100%;
	height: 30px;
	text-align: center;
}

* html div#intro_footer, * html div#main_footer {
	margin-top: 25px;
}	
/* END: layout div's */

/* BEGIN: navigation */
div#intro_navigation ul, div#main_navigation ul {
	margin: 0 0 0 47px;
}

* html div#intro_navigation ul, * html div#main_navigation ul {
	float: left;
	margin: 0 0 0 28px;
}

div#intro_navigation li, div#main_navigation li {
	float:left;
	position: relative;
	list-style-type:none;
}

div#intro_navigation ul li:hover {
}

div#intro_navigation ul li:active {
}

div#intro_navigation  ul li ul, div#main_navigation  ul li ul {
	position: absolute;
	margin: 0 0 0 1px;
	display: none;
	width: 180px;
	height: 339px;
	background-image: url(/img_pres/dropdown.jpg);
	background-repeat:no-repeat;
}

div#intro_navigation  ul li:hover ul, div#intro_navigation ul li ul:hover {
	display:block;
}	

div#intro_navigation ul li ul li {
	width: 180px;
}	

div#intro_navigation ul li ul li:first-child {
	margin-top: 10px;
}	


div#intro_navigation a, div#main_navigation a {
	text-decoration:none;
	font-size:1.1em;
	color:#c82635;
	letter-spacing: .05em;
	padding: 0 10px;
	line-height: 30px;
}

* html div#intro_navigation a, div#main_navigation a {
	padding:0 5px;

}

* html div#intro_navigation a, * html div#main_navigation a { display: block; }

div#intro_navigation a:hover, div#main_navigation a:hover {
	font-weight: bold;
	letter-spacing: 0;
}


div#intro_navigation ul li ul li a {
	color: #fff;
	letter-spacing: 0;
	font-size:1.1em;
	line-height:15px;
}


/* END: navigation */

/* BEGIN: sub-navigation */

div#sub_navigation ul {

	width: 200px;
}
	
 div#sub_navigation li {
	list-style-type:none;
}	

div#sub_navigation a {
	text-decoration:none;
	font-size:1.0em;
	color:#c82635;
	padding: 0 10px;
	line-height: 30px;
	display:block;		
}

* html div#sub_navigation a {
	display:block;		
}

div#sub_navigation a:hover {
	font-weight: bold;
}

div#sub_navigation ul li:hover {
	background-color: #e1e0db;
/* border-left: 10px solid #d4d3ce; */
	border-right: 10px solid #d4d3ce;
	border-top: 1px solid #fbf8f1;
}