/* FRIENDLY GLOBAL STYLE RESETTING */
* {
	margin: 0;
	padding: 0;
}

html, body {    
   height: 100%; 
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	}
html, body, form, fieldset {
	color: #222;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	}
ol, ul {
	list-style-type: square; 	
	}
abbr {
	border-style: none;
	}
address, cite,th {
	font-style: normal;
	font-weight: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
::-moz-selection{
	background:#0063DC;
	color:#fff;
}
::selection {
	background:#0063DC;
	color:#fff;
}
code::-moz-selection {
	background: #333333;
}
code::selection {
	background: #333333;
}

/* BODY */

body {background: #fff url(../images/bg_top_v2.gif) repeat-x; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;font-size:12px;}

/* MAIN */
#container_content {
	width: 100%;
	min-width: 792px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -160px;
	background: #fff url(../images/bg_top_v2.gif) repeat-x;	
	position: relative;
}


div.container {
	width: 752px;
	margin: 0 auto;
	}
div.container_pf_items {
	width: 792px;
	margin: 0 auto;
	}	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */
.hidden {
  display: none;
}

/* HEADER */

div#header {
	margin: 0px auto;
	padding: 0px;
	width: 752px;
	text-align: right;
	overflow: none;
}
div#header p {
	padding-top: 6px;
	padding-bottom: 8px;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
	line-height: 1.5em;
}
#header p a:link, #header p a:visited, #header p a:active {
	color: #0063DC;	
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #0063DC; 
	text-decoration:none;
	margin: 2px 4px 2px 4px;
	}
#header p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	border-bottom-width: 0px;  
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	padding: 2px 4px 2px 4px;
	margin: 1px 0px 0px 0px;
	}
#header ul {
		list-style-type: none; 
		float: right;
		padding-top: 6px;
		padding-bottom: 8px;
		
}
#header li {
	float: left;
	color: #0063DC;	
	text-decoration:none;
	margin: 2px 0px 2px 20px;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
	line-height: 1.5em;
	text-transform: lowercase;
/*	background: white;*/
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
		
}
#header li a:link, #header li a:active, #header li a:visited{
	color: #0063DC;	
	text-decoration:none;
	margin: 2px 4px 2px 4px;
}
#header li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	padding: 2px 4px 2px 4px;
	margin: 1px 0px 0px 0px;
}

.invisible{
	display: none;
}
/* BAND */

div.band {
	background: url(../images/bg_header_v2.gif) repeat-y;
	background-position: center; 
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	clear: both;
	}
.logo {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	}
.logo img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	}
.logo a:hover {
	border: 0;
	display: block;
	}	
	
/* INTRO HOMEPAGE */

div.intro_container {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	}
div.intro_v3 {
	background: #ffffff url(../images/intro_bg_v3.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #beced9;
	height: 333px;
	display: block;
	}
.intro_logo_v3 {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	height: 333px;
	}

/* BREADCRUMB */

#breadcrumb {
	color: #888a85;
	margin: 25px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-decoration:none; 
	text-transform: uppercase;
	letter-spacing: 2px;
}

#breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited {
	color: #888a85;
	text-decoration:none;
	border-bottom:solid 1px #d3d7cf;
	padding-bottom: 0px;
}
#breadcrumb a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
}	
	
/* CONTENT752 STYLES */

#content752 {
	width: 752px;
	margin-bottom: 30px;
	margin-top: 20px;
	}
#content752 p {
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.5em;
	color: #222;
	font-family: georgia, times;
	text-align: left; 
	letter-spacing: normal;
	}
#content752 img {
	margin: 25px 0 0 0;
	border: solid 1px #d9d9d9;
}	
		
#content752 p a:link, #content752 p a:visited, #content752 p a:active {
	color: #0063DC;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #0063DC; 
	text-decoration:none;
	padding-bottom: 0px;
	}
#content752 p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}
#content752 ul {
	list-style-type: square; 
	margin-left:20px;
	margin-right:20px; 
	}
#content752 li {
	list-style-type: square; 
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-weight: normal; 
	text-align: left; 
	line-height: 150%;
	margin-bottom:1em; 
	}
#content752 table {
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	border-collapse: collapse;
	margin-bottom: 10px;
	}			
#content752 td { 
	margin: 0px;
	padding-right: 15px;
	padding-top: 15px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
	}			
#content752 td img { 	
	border: 3px solid #CCCCCC;		
	}
#content752 a:hover img { 	
	background-color:#FFFFFF;	
	}	
#content752 td a:hover img { 	
	border: 3px solid #0063DC;		
	}	
#content752 th {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 5px;
		}
#content752 h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 23px;
	font-weight: normal;
	line-height: 1.5em;
	color: #222;
	font-family: georgia, times, "times new roman";
	text-align: left;
	letter-spacing: normal;
	}		

/* 2 COLUMNS */

#column_left {
	width: 330px;
	float: left;
	margin-bottom: 2em;
}
#column_right {
	width: 330px;
	float: right;
	margin-bottom: 2em;
}

/* 2 COLUMNS PRODUCTEN */

#column_left_prod {
	width: 350px;
	float: left;
/*	margin-bottom: 2em;*/
}
#column_right_prod {
	width: 350px;
	float: right;
/*	margin-bottom: 2em;*/
}
#column_left_home {
	width: 350px;
	float: left;
	margin-bottom: 25px;
	margin-top: 40px;
}
#column_left_homepage {
	width: 350px;
	float: left;
	margin-bottom: -10px;
	margin-top: 40px;
}
#column_right_homepage {
	width: 350px;
	float: right;
	margin-bottom: -10px;
	margin-top: 40px;
}
#column_center_home {
	width: 752px;
	float: left;
	margin-bottom: 25px;
	margin-top: 0px;
}
#column_center_gmaps {
	width: 752px;
	float: left;
	margin-bottom: 25px;
	margin-top: 5px;
}
#column_right_home {
	width: 350px;
	float: right;
	margin-bottom: 25px;
	margin-top: 40px;
}
#column_left_recent {
	width: 353px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
#column_center_recent {
	width: 752px;
	float: left;
	margin-bottom: 0px;
	margin-top: 40px;
}
#column_right_recent {
	width: 353px;
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
}
#column_right_recent_homepage {
	width: 353px;
	float: right;
	margin-bottom: 40px;
/*	margin-top: 28px;*/
	padding-top: 50px;
	background: #f2f2f2 url(../images/recente_projecten_home.gif) top left no-repeat;
	background-position: -4px 0px;
}
#column_left_homepage_bottom {
	width: 350px;
	float: left;
	margin-bottom: 2em;
		margin-top: 34px;
	
}
#column_right_twitter {
	width: 353px;
	float: right;
	margin-bottom: 40px;
/*	margin-top: 28px;*/
}
#column_left_over_ons {
	width: 353px ;
	float: left;
	margin-bottom: 2em;
}
#column_right_over_ons {
	width: 353px;
	float: right;
	margin-bottom: 2em;
}

/* PRODUCTEN */

.producten {
padding-right: 0px;
}
.producten h1 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5em;
	color: #3b8bd3;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
}
.producten h2 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
	color: #3b8bd3;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
}
.producten h3 {
	font-size: 16px;
	color: #555753;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	margin-top: -22px;
	margin-bottom: 25px;
	background: url(../images/h3_bg.png) no-repeat top left;
	background-position: 0px 6px;
	padding-left: 25px;
	font-weight:normal;
}
.producten h3 a:link {
	color: #0063DC;	
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #0063DC; 
	text-decoration:none;
	}
.producten h3 a:visited {
	color: #0259C4;
border-bottom-width: 1px;  
border-bottom-style: solid; 
border-bottom-color: #0063DC; 
text-decoration:none;
	}
.producten h3 a:hover {
	color: #FFFFFF;
border-bottom-width: 1px;  
border-bottom-style: solid; 
border-bottom-color: #0063DC; 
text-decoration:none;
	background: #0063DC;
	}
.producten h3 a:active {
	color: #FFFFFF;
border-bottom-width: 1px;  
border-bottom-style: solid; 
border-bottom-color: #0063DC; 
text-decoration:none;
	background: #0259C4;
	}



.producten p {
	font-size: 16px;
	color: #555753;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	margin: 0 0 30px 0;
	text-align: left; 
	}
.producten ul {
	list-style-type: square; 
	margin: -20px 20px 10px 16px;
	}
.producten li {
	list-style-type: square; 
	font-size: 16px;
	color: #232323;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	}	
.producten li a:link, .producten li a:visited, .producten li a:active{
	color: #0063DC;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #0063DC; 
	text-decoration:none;

}
.producten li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}
.producten p a:link, .producten p a:visited, .producten p a:active {
	color: #0063DC;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #0063DC; 
	text-decoration:none;
	padding-bottom: 0px;
	}
.producten p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}
.producten h4 {
	color: #ff097c; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-weight: normal; 
	line-height: 150%; 
	text-align: left; 
	margin-bottom: 0px;
	margin-top: 0px;
	}
.producten h4 a:link {
	color: #0063DC;	
	text-decoration: underline;
	}
.producten h4 a:visited {
	color: #0259C4;
	text-decoration: underline;
	}
.producten h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}
.producten h4 a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #0259C4;
	}
.producten_pers_pro_divider {
	padding-bottom:10px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #beced9;
}
.producten img {
	border: 3px solid #d3d7cf;
}

/* RECENT HOMEPAGE */

.recent {
	background-color: #f2f2f2;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.recent h1 {
	font-size: 12px;
	line-height: 1.2em;
	color: #555753;
	text-transform: uppercase;
	letter-spacing: 1px; 
	font-family: Helvetica, sans-serif;
	margin: 15px 15px 6px 15px;
}
.recent h1 a:link, .recent h1 a:visited,.recent h1 a:active {
		font-size: 13px;

	color: #555753;
	border: none;
	text-decoration:none;
	padding-bottom: 0px;
	}
.recent h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	border: none;
	}

.recent img {
margin: 4px 15px 6px 15px;
border: none !important;
text-decoration: none !important;

	}
.recent img a:link, .recent img a:visited,.recent img a:active,.recent img a:hover {	
border: none !important;
text-decoration: none !important;
}
	
.recent p {
	font-size: 16px;
	color: #555753;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	margin: 0 15px 15px 15px;
	text-align: left; 
	}
.recent p a:link, .recent p a:visited,.recent p a:active {
	color: #0063DC;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #0063DC; 
	text-decoration:none;
	padding-bottom: 0px;
	}
.recent p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}
.recent .caption {
	color: #888a85;
	font-family: Arial;
	text-transform: lowercase; 
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0 15px 15px 15px;
} 
/* PORTFOLIO ITEMS */

.pf_items {
	width: 353px;
/*	height: 270px;*/
	background-color: #f2f2f2;
	margin: 0 20px 40px 20px;
	float: left;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	outline:none;
	display: inline;
	}


.pf_items h1 {
	font-size: 12px;
	line-height: 1.2em;
	color: #555753;
	text-transform: uppercase;
	letter-spacing: 1px; 
	font-family: Helvetica, sans-serif;
	margin: 15px 15px 6px 15px;
}
.pf_items h1 a:link, .pf_items h1 a:visited,.pf_items h1 a:active {
		font-size: 13px;

	color: #555753;
	border: none;
	text-decoration:none;
	padding-bottom: 0px;
	}
.pf_items h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	border: none;
	}

.pf_items img {
margin: 4px 15px 13px 15px;
border: none !important;
text-decoration: none !important;

	}
.pf_items img a:link, .recent img a:visited,.recent img a:active,.recent img a:hover {	
border: none !important;
text-decoration: none !important;
}
	
.pf_items p {
	font-size: 16px;
	color: #555753;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	margin: 0 15px 15px 15px;
	text-align: left; 
	}
.pf_items p a:link, .pf_items p a:visited,.pf_items p a:active {
	color: #0063DC;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #0063DC; 
	text-decoration:none;
	padding-bottom: 0px;
	}
.pf_items p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}

.lab {
	width: 752px;
/*	height: 270px;*/
	background-color: #f2f2f2;
	margin: 0 20px 30px 20px;
	float: left;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	outline:none;
	display: block;
	}


.lab h1 {
	font-size: 12px;
	line-height: 1.2em;
	color: #555753;
	text-transform: uppercase;
	letter-spacing: 1px; 
	font-family: Helvetica, sans-serif;
	margin: 16px 15px 6px 15px;
}
.lab h1 a:link, .lab h1 a:visited,.lab h1 a:active {
		font-size: 13px;

	color: #555753;
	border: none;
	text-decoration:none;
	padding-bottom: 0px;
	}
.lab h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	border: none;
	}
.lab h3 {
	font-size: 16px;
	color: #555753;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	margin-top: -7px;
	background: url(../images/h3_bg.png) no-repeat top left;
	background-position: 0px 6px;
	padding-left: 25px;
	font-weight:normal;
	float: left;
}
.lab h3 a:link {
	color: #0063DC;	
border-bottom-width: 1px;  
border-bottom-style: solid; 
border-bottom-color: #0063DC; 
text-decoration:none;
	}
.lab h3 a:visited {
	color: #0259C4;
border-bottom-width: 1px;  
border-bottom-style: solid; 
border-bottom-color: #0063DC; 
text-decoration:none;
	}
.lab h3 a:hover {
	color: #FFFFFF;
border-bottom-width: 1px;  
border-bottom-style: solid; 
border-bottom-color: #0063DC; 
text-decoration:none;
	background: #0063DC;
	
	}
.lab h3 a:active {
	color: #FFFFFF;
border-bottom-width: 1px;  
border-bottom-style: solid; 
border-bottom-color: #0063DC; 
text-decoration:none;
	background: #0259C4;
	}
.lab img {
margin: 16px 15px 13px 15px;
border: none !important;
text-decoration: none !important;
clear:inherit;


	}
.lab img a:link, .recent img a:visited,.recent img a:active,.recent img a:hover {	
border: none !important;
text-decoration: none !important;
}
	
.lab p {
	font-size: 16px;
	color: #555753;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	padding: 0 15px 15px 15px;
	text-align: left; 
	
	}
.lab p a:link, .lab p a:visited,.lab p a:active {
	color: #0063DC;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #0063DC; 
	text-decoration:none;
	padding-bottom: 0px;
	}
.lab p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}


.mod_booknav{
	
}
.mod_booknav ul {
	list-style-type: none; 
	margin: 0px 0px 0px 0px;
	}
.mod_booknav li {
	list-style-type:none; 
	font-size: 16px;
	color: #232323;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	}	
.mod_booknav a:link, .mod_booknav a:visited,.mod_booknav a:active {
	color: #0063DC;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #0063DC; 
	text-decoration:none;
	padding-bottom: 0px;
	}	
.mod_booknav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}	
.prev{
	float: left;
	background: url(../images/previous.png) no-repeat top left;
	background-position: 0px 5px;
	padding-left: 25px;
	
}
.next{
	float: right;
	background: url(../images/next.png) no-repeat top right;
/*	background-position:  7px;*/
background-position:right 7px;
	padding-right: 25px;
	
}
.up{
	display:none;
}
.portfolio_onderschrift p {
	font-size: 16px;
	color: #888a85;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	margin: 0 0 30px 0;
	text-align: left; 
	}

/* CONTACTGEGEVENS */

.contactgegevens {
	background-color: #f2f2f2;
	padding: 15px;
	height: 512px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	
}
.contactgegevens p {
	font-size: 16px;
	color: #555753;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	text-align: left; 
	}
.contactgegevens p a:link, .contactgegevens p a:visited, .contactgegevens p a:active {
	color: #0063DC;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #0063DC; 
	text-decoration:none;
	padding-bottom: 0px;
	}
.contactgegevens p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}
	
.belmij {
	background-color: #f2f2f2;
	padding: 15px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	
}
.belmij p {
	font-size: 16px;
	color: #555753;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	text-align: left; 
		margin-bottom: 15px;
	
	}
.belmij p a:link, .belmij p a:visited, .belmij p a:active {
	color: #0063DC;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #0063DC; 
	text-decoration:none;
	padding-bottom: 0px;
	}
.belmij p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}

.belmij h1{
	font-size: 16px;
	color: #555753;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	text-align: left; 
	
}
.belmij input.upload, input.captcha, input.text, input.password, input.upload  {
display:block;
height:20px !important;
margin:1px 0 7px !important;
width:215px !important;
}	
.belmij label {
color:#555753!important;
display:block;
font:16px/22.5px georgia, times, "times new roman";
height:22px;
text-align:left;
vertical-align:middle;
width:100px !important;
	margin-bottom: 5px;

}	
.belmij .submit {
background:none repeat scroll 0 0 #3B8BD3;
border:medium none;
color:#FFFFFF;
cursor:pointer;
display:inline-block;
font-family: georgia, times, "times new roman";
font-size:15px;
font-weight:bold;
height:28px !important;
padding:0 0 2px;
position:relative;
text-decoration:none;
width:221px !important;

}
.mail_odyssey {
	background-color: #f2f2f2;
	padding: 15px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin-top: 52px;
	
}
.mail_odyssey p {
	font-size: 16px;
	color: #555753;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	text-align: left; 
		margin-bottom: 15px;
	
	}
.mail_odyssey p a:link, .mail_odyssey p a:visited, .mail_odyssey p a:active {
	color: #0063DC;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #0063DC; 
	text-decoration:none;
	padding-bottom: 0px;
	}
.mail_odyssey p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}

.mail_odyssey h1{
	font-size: 16px;
	color: #555753;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	text-align: left; 
	
}
.mail_odyssey input.upload, input.captcha, input.text, input.password, input.upload  {
display:block;
height:20px !important;
margin:1px 0 7px !important;
width:215px !important;
}	
.mail_odyssey label {
color:#555753!important;
display:block;
font:16px/22.5px georgia, times, "times new roman";
height:22px;
text-align:left;
vertical-align:middle;
width:100px !important;
	margin-bottom: 5px;

}	
.mail_odyssey .submit {
background:none repeat scroll 0 0 #3B8BD3;
border:medium none;
color:#FFFFFF;
cursor:pointer;
display:inline-block;
font-family: georgia, times, "times new roman";
font-size:15px;
font-weight:bold;
height:28px !important;
padding:0 0 2px;
position:relative;
text-decoration:none;
width:221px !important;
}

.mail_odyssey textarea {
height:125px;
margin:1px 0 8px;
width:219px;
}

.foto_gebouw
{
	margin: 0;
	padding: 0;
	border: 0;
}
.foto_gebouw img
{
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#dlh_googlemap_23{
	width: 752px;
	float: left;
	margin-bottom: 25px;
	margin-top: -18px;
}

/* OVER ONS */

.mensen {
	background-color: #f2f2f2;
	padding: 12px;
	margin: 0 0 45px 0;
	min-height:500px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.mensen h1 {
	color: #3b8bd3;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px; 
	font-family: Helvetica, sans-serif;
}
.mensen h2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px; 
	font-family: Helvetica, sans-serif;
	color: #3b8bd3;
	font-weight: normal;
	line-height: 1.5em;
	margin-top:35px;
	margin-bottom:5px;
}
.mensen h3 {
	color: #4e4e4e;
	font-weight: bold;
	font-size: 1.20em;
	line-height: 1.5em;
	padding-top:  3px;
}
.mensen p {
	font-size: 16px;
	color: #555753;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	text-align: left; 
	font-weight: normal; 
	margin-bottom: 0px; 
	}
.mensen p a:link, .mensen p a:visited, .mensen p a:active {
	color: #0063DC;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #0063DC; 
	text-decoration:none;
	padding-bottom: 0px;
	}
.mensen p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}
.mensen h4 {
	color: #ff097c; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-weight: normal; 
	line-height: 150%; 
	text-align: left; 
	margin-bottom: 0px;
	margin-top: 0px;
	}
.mensen h4 a:link, .mensen h4 a:active, .mensen h4 a:visited {
	color: #0063DC;	
	text-decoration: underline;
	}
.mensen h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}
.mensen ul {
	list-style-type: none; 
	margin: 0px 18px 0px 0px;
	}	
.mensen li {
	list-style-type: none; 
	font-size: 16px;
	color: #232323;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	margin-top: 15px;
	}	
.mensen li a:link, .mensen li a:visited, .mensen li a:active{
	color: #0063DC;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #0063DC; 
	text-decoration:none;

}
.mensen li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}	
.mensen p a img{
	border: none !important;
	text-decoration:none !important;
	background:f2f2f2 !important;
}	
.mensen_pers_pro_divider {
	padding-bottom:12px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #beced9;
}
.social {
	margin-top: 30px;
}
.social a, .social a:active, .social a:visited,.social a:hover {
border: none !important;
text-decoration:none !important;
	background:#f2f2f2 !important;
	color: #f2f2f2;
}
.social img, .social img a:hover {
border: none !important;
text-decoration:none !important;
	background:#f2f2f2 !important;
	color: #f2f2f2;
	margin-right: 8px;
	}
	
/* QUOTES */

div.quote {
	width: 100%;
	margin: 25px 0;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background-color: #fff;
	clear: both;
}
div.quote h2 a {
	color: #3671a1;
}
div.quote h2 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.3em;
	color: #222;
	font-family: georgia, times, "times new roman";
}
div.quote cite {
	color: #666;
	font-size: 16px;
	line-height: 1.3em;

}

/* TWITTER */

#twitter_badge_container{	
	width: 100%; 
	background: #C1EAFF;
	margin: 9px 0 0 0; 
	float: left;
}
#twitter_badge_tl{
	background: transparent url(../images/twitter_tl.png) top left no-repeat;
	}
#twitter_badge_tr{
	background: transparent url(../images/twitter_tr.png) top right no-repeat;
	}
#twitter_badge_bl{
	background: transparent url(../images/twitter_bl.png) bottom left no-repeat;
	}
#twitter_badge_br{
	background: transparent url(../images/twitter_br.png) bottom right no-repeat;
	}
#twitter_badge_inner{
	padding: 45px 10px 10px 10px;
	}
.my_twitter_status{
	padding: 5px 5px 0 5px;
	}
.my_twitter_status p{
	font-size: 15px;
	color: #555753;
	font-family: georgia, times, "times new roman";
	line-height: 1.5em;
	margin: 0 0 5px 0;
}
.my_twitter_status p a:link, .my_twitter_status p a:visited, .my_twitter_status p a:active {
	color: #555753;	
	text-decoration: underline;
	}
.my_twitter_status p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
}
.my_twitter_status_time{	
	color: #888a85;
	font-size: 14px;
}
.twitter_follow{	
	width: 100%; 
	float: left;
}
.twitter_follow p{
	margin: 5px 0 0 15px; 
	color: #888a85;
	font-size: 11px;
}
.twitter_follow a:link, .twitter_follow a:active, .twitter_follow a:visited{	
	color: #888a85;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #888a85; 
	text-decoration:none;
}
.twitter_follow a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;

}
/* FOOTER */
div.footer {
	font-family: verdana;
	
	color: #999;
	padding: 50px 0;
	font-size: 10px;
	text-align: center;
	line-height: 25px;
	margin-top: 25px;
	clear: both;
	}
div.footer a:link, div.footer a:visited, div.footer a:active {
	color: #999;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #999; 
	text-decoration:none;
	padding-bottom: 0px;
	}	
div.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}	
div.footer a img, div.footer img{
	border:0;
	vertical-align: middle; 
	}
	
/* FOOTER V2 */

.clearfooter {
	height: 160px;
	clear: both;
}

#container_footer {
	width: 100%;
	height: 111px;
	min-width: 792px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -111px;
	background: #eeeeec url(../images/footer_bg.gif);
	position: relative;
	margin-top: 48px;
	border-top-width: 1px;  
	border-top-style: solid; 
	border-top-color: #ddd; 

	
}
div.footer2 {
	width: 752px;
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
	}
div.footer2 p{
	font-family: georgia, times, "times new roman";
	letter-spacing: 1px;
	color: #888;
	font-size: 13px;
	text-align: left;
	line-height: 1.6em;
	margin: 0 0 0 0;

	
}	
div.footer2 p a:link, div.footer2 p a:visited, div.footer2 p a:active {
	color: #888;
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #888; 
	text-decoration:none;
	padding-bottom: 0px;
	}	
div.footer2 p a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0063DC;
	}	
div.footer2 p a img, div.footer2 p img{
	border:0;
	vertical-align: middle; 
	}
.footer_right {
	float: left;
	width: 188px;
}
.google_adwords img{
	border: none !important;
	float: right;
}	

/* DIVERS */	
.caption {
	color: #babdb6;
	font-family: Arial;
	text-transform: lowercase; 
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 0px;
} 
p.published {
	color: #888a85 !important;
	font-style: italic; 
	margin-bottom: 0px !important;
}
p.published a:link, p.published a:visited, p.published a:active{
	color: #888a85 !important;
	border-bottom-color: #888a85 !important;
}
p.published a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
	background: #0063DC;
	}
.no-border img{
	border: none !important;
}

/*COMMENTS*/
.mod_comments{
	margin-bottom: 20px;
}
.mod_comments h1{
	margin-bottom: 8px;
	color:#3B8BD3;
	font-family:Helvetica,sans-serif;
	font-size:14px!important;
	line-height:1.5em;
	margin:0 0 2px;
	padding:0;
	text-transform:uppercase;
}
.comment{
	border-bottom: 1px dotted #888A85;
	margin-bottom: 15px;
	margin-top: 15px;
}
.comment p{
		margin-top: 6px !important;
		margin-bottom: 6px !important;
	font-size: 14px!important;
}
.comment_name{
	color:#464646 !important;
	font:italic 14px georgia,times,serif !important;
	padding-bottom: 15px !important;
}
.comment_name a:link, .comment_name a:visited, .comment_name a:active{
	color:#464646 !important;
border-bottom-color:#888A85 !important;
}
.comment_name a:hover{
	background:none repeat scroll 0 0 #0063DC;
color:#FFFFFF !important;
text-decoration:none;
}
.comment_date{
	color:#888A85;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
	}

/*FORM*/
.form{
/*	margin-top: 25px;*/
}
label{
	height: 22px;
	text-align: left;
	vertical-align: middle;
	font: 12px Arial;
	line-height: 22.5px;
	color: #7e7e7e;
	width: 325px;
	display: block;
}
input.text,
input.password,
input.upload,
input.captcha
{
	margin:1px 0px 12px 0px;
	height:22px;
	width:  321px;
	display: block;
/*	border: 1px solid #222222;*/
}
textarea
{
	width:325px;
	height: 175px;
	margin:1px 0px 12px 0px;
	
	
}
div.checkbox_container
{
	margin:0px 0px 1px 0px;
}

* html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

div.checkbox_container span
{
	padding-right:6px;
	display:block;
	clear: right;
}

input.checkbox
{
	margin:0px 3px 0px 1px;
	padding:0px;
}

* html input.checkbox
{
	margin:-4px 0px 0px -3px;
	position:relative;
	top:1px;
}



div.radio_container
{
	margin:0px 0px 1px 0px;
}

* html div.radio_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.radio_container
{
	margin:2px 0px -1px 0px;
}

div.radio_container span
{
	padding-right:6px;
	display:block;
	clear: right;
}

input.radio
{
	margin:3px 3px 0px 1px;
	padding:0px;
}

* html input.radio
{
	margin:-4px 0px 0px -3px;
	position:relative;
	top:1px;
}




* html input.text,
* html input.password
{
	margin:0px;
}


.error
{
	color:#ff0000 !important;
}

.submit{
	background: #3b8bd3;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 150px !important;
	height: 28px !important;
	display: inline-block; 
	padding: 0px 0 2px 0; 
	color: #fff; 
	text-decoration: none;
/*	text-shadow: 0 -1px 1px #2677ad;*/
/*	border-bottom: 1px solid #2677ad;*/
border: none;
	position: relative;
	cursor: pointer;
	
	
}
	.submit:hover{ 
	background:#0063DC ;
	}

