@charset "UTF-8";
/* ///////////////////////////////////////////////////// 

Bestandsnaam: print_style.css
Versie: 1.0.0 (25-06-2009)

Om hover acties toe te passen gebruik je de volgende regel op het juiste element:
behavior:url("/htc/csshover.htc");
		
Om .png bestanden als achtergrond te gebruiken in CSS en ze in IE 6 goed weer te geven je de volgende regel op het juiste element:
behavior:url("/htc/iepngfix.htc");

///////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* ALGEMEEN */

* {
	margin: 0;
	padding: 0;
}
	 
.clr {
	clear: both;
}

.flt_rgt {
	float: right;
}

.flt_lft {
	float: left;
}

.print {
	display: block !important;
}

a {
	color: #6699cc;
}

a:hover {
	text-decoration: none;
}

#map {
	width: 500px;
	height: 400px;
	border: 3px solid #cccccc;
}

#map span {
	display: none;
}

.adres {
	line-height: 14px;
}

.route {
	line-height: 14px;
}

address {
	font-style: normal;
}

.searchfield {
	width: 95px;
	padding: 5px 3px 5px 3px;
	margin: 0 15px 0 0;
}

.searchresult {
	margin: 10px 0;	
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	 /* GLOBALE PAGINA OPMAAK */	 

body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 1px;
	background-color: #FFFFFF;
}

html {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
}

#wrap {
	height: 100%;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

#main {
	width: 980px;
}

#header {
	width: 980px;
	position: relative;
}

#logo {
	position: absolute;
	left: 0;
	top: 15px;	
}

#content {
	margin: 5px 0 0 0;
	position: relative;
}

#content_left {
	width: 733px;
	margin: 8px 0 0 0;
	position: absolute;
	top: 130px;
}

#content_right {
	width: 175px;
	position: absolute;
	right: 0;
	top: 130px;
	border-left: 1px solid #6699cc;
	padding: 0 0 0 20px;
}

.text {
	color: #666666;
	line-height: 20px;
	padding: 0 20px 10px 0;
	margin: 10px 0;
}

#content_right .text {
	padding: 20px 0 0 0 !important;
}

.text p {
	margin: 10px 0;
}

.text h1 {
	font-family: Arial;
	font-size: 16px;
	padding: 0 0 5px 0;
	font-weight: bold;
	color: #6699cc;
	margin: 0 0 15px 0;
}

.text h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #666666;
	margin: 0 0 15px 0;
}

.text h3 {
	font-family: Arial;
	font-size: 14px;
	padding: 0 0 5px 0;
	font-weight: bold;
	color: #6699cc;
	margin: 0 0 15px 0;
}

.text h4 {
	font-family: Arial;
	font-size: 14px;
	padding: 0 0 5px 0;
	font-weight: bold;
	color: #666666;
	margin: 0 0 15px 0;
}

.text h5 {
	font-family: Arial;
	font-size: 12px;
	padding: 0 0 5px 0;
	font-weight: bold;
	color: #6699cc;
	margin: 0 0 15px 0;
}

.text h6 {
	font-family: Arial;
	font-size: 12px;
	padding: 0 0 5px 0;
	font-weight: bold;
	color: #666666;
	margin: 0 0 15px 0;
}

.text hr {
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
	line-height: 1px;
	margin: 5px 0 10px 0;;
}

.text ul, .text ol  {
	margin: 5px 0 5px 30px;
}

.text ol {
	margin: 5px 0 5px 33px;	
}

.content_image {
	float: right;
	vertical-align: middle;
	margin: 10px 0 0 15px;
}

.content_image img {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	line-height: 0;
}

.album_photo {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	line-height: 0;
}

.geen_rand {
	border: 0 !important;
}

#footer {
	position: relative;
	margin-top: -58px; /* negative value of footer height */
	height: 58px;
	clear: both;
	background-image: url('/img/footer_back.jpg');
	background-repeat: repeat-x;
} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

#webdeveloper {
	display: none;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* TOPMENU - LANGUAGES */ 	 

#languages, #languages ul {
	display: none;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* HOOFDMENU */ 	 

#nav, #nav ul { /* all lists */
	display: none;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */
     
	/* FOOTERMENU */ 	 

#footernav, #footernav ul { /* all lists */
	display: none;
}

/* ////////////////////////////////////////////////// */

/* ////////////////////////////////////////////////// */

	/* FORMULIER */	

label {
	display: block;
	width: 150px;
	float: left;	
}

input, textarea {
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 1px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	color: #666666;
	padding: 3px;
	width: 200px;
	overflow: auto;
}

.required {
	background-image: url('/img/input_required.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

form img {
	border: 3px solid #6699cc;
}

#required_img {
	border: 0;
	vertical-align: middle;
	margin: 0 5px;	
}

.send_btn {
	height: 24px;
	background-image: url('/img/btn_back.jpg');
	background-repeat: repeat-x;
	border: 1px solid #dcdcdc;
	width: auto !important;
	color: #000000;
	padding: 0 10px;
	font-weight: bold;
	vertical-align: middle;
}

.send_btn:hover {
	color: #6699cc;
}

#content_right form {
	display: none;
}

/* ////////////////////////////////////////////////// */
