/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html { min-height: 100.2%; margin-bottom: 1px; }

html, body, p, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, #uitblinkers h1, #uitblinkers h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-color: #fff;
	}
p {
	color: #21205b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
}
#tekstdeel-diensten ul li {
	color: #21205b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	list-style-type: disc;
	margin-left: -10px;
}
#tekstdeel-z-foto-rechts ul li {
	color: #21205b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	list-style-type: disc;
	margin-left: -10px;
}

a img {border:none;
}
object {outline:none;}
a{outline: none;}
/* Commonly used to style page titles. */
h1 {
	color: #21205b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: uppercase;
}
/* Commonly used to style section titles. */
h2 {
	color: #0080AC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 4px;
}
h3 {
	color: #21205b;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: uppercase;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #21205b;
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 2px;
	font-weight: normal;
}
a:link {
	color: #0080AC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0080AC;
}
a:hover {
	text-decoration: underline;
	color: #0080AC;
}
a:active {
	text-decoration: none;
	color: #0080AC;
}
#wrap {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	background-position: 0 top;
	background-color: #FFF;
	}
#content {
	float: left;
	width: 820px;
	margin-left: 105px;
	overflow: hidden;
	}
#logo {
	padding-top: 0px;
	padding-left: 0px;
	float: left;
	display: block;
	width: 185px;
}
#homeslide {
	padding-top: 0px;
	padding-left: 0px;
	height: 160px;
	background-image: url(images/home-slide/01.jpg);
}
#ruimte {
	padding-top: 0px;
	padding-left: 0px;
	height: 20px;
}
/*---------------HOOFDMENU--------------*/
#hoofdmenu {
	padding-left: 0px;
	background-color: #21205B;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 0px;
}
/*-----------Einde hoofdmenu------------*/


/*-----------SUBMENU Diensten------------*/
#submenu {
	padding-left: 0px;
	background-color: #0080ac;
	margin-bottom: 4px;
	padding-top: 0px;
}
/*-----------Einde submenu------------*/
#uitblinkers {
	width: 165px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	float: left;
	background-color: #F4F4F4;
	height: 215px;
}
#tekstdeel {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	width: 350px;
}
#tekstdeel-diensten{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	width: 450px;
	border-left-color: #F4F4F4;
}
#portfolio-projecten{
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	width: 435px;
	border-left-color: #F4F4F4;
}
#portfolio-submenu {
	padding-top: 15px;
	padding-bottom: 5px;
	float: left;
	width: 165px;
	padding-left: 15px;
}
#tekstdeel-z-foto-rechts{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	width: 600px;
	border-left-color: #F4F4F4;
}
#foto {
	padding-top: 15px;
	padding-bottom: 5px;
	float: left;
	width: 245px;
}
#foto-diensten-rechts {
	padding-top: 15px;
	padding-bottom: 5px;
	float: left;
	width: 150px;
}
#tekstdeel2 {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	width: 595px;
}

#wrapper-content{
	background-color: #FFF;
	background-image: url(images/bg-uitblinkers.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#header-tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #0071bc;
	display: block;
	padding-top: 57px;
	float: left;
	padding-left: 100px;
	font-weight: bold;
}
/*--------------VIER blokken-----------------*/
#linksfotoblok {
	clear: both;
	padding-top: 25px;
	background-color: #FFF;
	background-image: url(images/lijn.gif);
	background-repeat: repeat-x;
	background-position: left 5px;
}
#linksfotoblokdeel {
	float: left;
	width: 190px;
	padding-right: 15px;
	background-color: #FFF;
}
#rechtsfotoblok {
	clear: both;
	padding-top: 25px;
	background-color: #FFF;
	background-image: url(images/lijn.gif);
	background-repeat: repeat-x;
	background-position: left 5px;
	padding-bottom: 15px;
}
#rechtsfotoblokdeel4 {
	float: left;
	width: 205px;
}
#rechtsfotoblokdeel {
	float: left;
	width: 190px;
	padding-right: 15px;
	background-color: #FFF;
}
/*------------EEN blok----------------------*/

#enkelblok {
	clear: both;
	padding-top: 25px;
	padding-bottom: 5px;
	background-color: #FFF;
	background-image: url(images/lijn.gif);
	background-repeat: repeat-x;
	background-position: left 5px;
}
#enkelblok-padding {
	clear: both;
	padding-top: 15px;
	padding-left: 25px;
	background-color: #FFF;
	background-image: url(images/lijn.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/*-------------------------------------------*/

/*-----------REFERENTIES homepage------------*/
#referenties-woord {
	width: 165px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	float: left;
}
#referenties-foto {
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	width: 615px;
}
/*-------------------------------------------*/
/*-----------NIEUWS------------*/
#nieuwsblok {
	clear: both;
	padding-top: 15px;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
}
#nieuws-links {
	width: 395px;
	padding-right: 7.5px;
	float: left;
	background-color: #FFF;
}
#nieuws-rechts {
	padding-left: 7.5px;
	float: left;
	width: 408px;
}
#fotowrap-0-links {
	width: 250px
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#fotowrap-0-links2 {
	width: 250px
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;	
	
}
#textwrap-links {
	display: block;
	width: auto;
}
#fotowrap-0-rechts {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left: 20px;
	float: right;
}

/*-------------------------------------------*/
#footerTop {
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	background-color: #21205b;
	font-family: Arial, Helvetica, sans-serif;
	height: 21px;
	padding-top: 4px;
	text-align: center;
	margin-bottom: 10px;
	clear: both;
	padding-left: 115px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#footerTop p{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#footerTop a:link {
	color: #fff;
	text-decoration: none;
}
#footerTop a:visited {
	color: #fff;
	text-decoration: none;
}
#footerTop #copyright {
	display: block;
	float: left;
}
#footerTop #link a:link, #link a:visited {
	display: block;
	float: left;
	padding-left: 15px;
}
#link{	zoom: 1;}
#footerTop #link a:hover {
	color: #50C9FB;
	text-decoration: none;
	
}
#uitblinkers h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #21205B;
	padding-bottom: 8px;
	font-variant: normal;
	text-transform: none;
}
#uitblinkers h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #799EB9;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
}
#calimiteiten-service {
	width: 138px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color: #E6E6E6;
	padding-top: 1px;
}
.blauw-fel {
	color: #0CF;
}

