/*
CSS Stylesheet IGG
Author: Joris van Summeren, Connectholland BV
*/

/* Standaard elementen */

body {
	behavior: url('/lib/behaviors/hover.htc');
	font-family: Arial, Sans-serif;
	font-size: 0.75em;
	color: #404040;
	background-color: #404040;
	padding: 0;
	margin: 0;
}

h1 {
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 1.1667em;
	line-height: 2.1428em;
	color: #404040;
}

h2 {
	font-family: Arial, Sans-serif;
	font-weight:normal;
	font-size: 1em;
	color: #404040;
}


h3 {
	font-family: Arial, Sans-serif;
	font-weight:bold;
	font-size: 1.4em;
	color: #404040;
	line-height: 1.1428em;
}

p {
	font-family: Arial, Sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #404040;
	line-height: 1.5em;
}

a {
	color: #404040;
	text-decoration: underline;
}

a.name {
	text-decoration: none;
}

li {
	list-style-type: square;
}

div.intromenu li,
div.topmenu li,
div.footer li {
	list-style-type: none;
}

a:hover {
	text-decoration: none;
}

div.introcontentwrapper,
div.contentcontainer {
	margin-top: 1.6667em;
	margin-left: 1.6667em;
}

/* Clearfix hack */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Intropagina */

div.introbanner div.noflash img {
	border: 0;
}

div.bannerflash{
	position: absolute;
	top: 575px;
}

div.introbanner div.bannerflash object {
	margin-left: -0.17em;
}

h1.intropagina {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 0.9em;
	margin-bottom: -0.6em;
}

div.introkolomlinks {
	background-color: #fff;
	float: left;
	padding: 2.4167em;
	height: 56.5833em;
	width: 34.3333em;
}

div.introtussenkolom,
div.tussenkolom {
	background-color: #000;
	float: left;
	width: 0.4167em;
}

div.introtussenkolom {
	height: 61.4167em;
}

div.introkolomrechts {
	position: relative;
	float: left;
	height: 61.4167em;
	width: 39.1667em;
}

div.introkolomrechts img {
	vertical-align: bottom;
}

div.introkolomrechts div.afbeeldingstitelbalk {
	position: absolute;
	bottom: 2em;
	background-color: #ebebeb;
	opacity: 0.84;
	filter: alpha(opacity=84);
	height: 2.6667em;
	width: 39.1667em;
	z-index: 1000;

}

div.introkolomrechts div.afbeeldingstitel {
	position: absolute;
	bottom: 2.23em;
	text-align: right;
	font-weight: normal;
	font-size: 0.9583em;
	height: 1.8333em;
	width: 39.1667em;
	padding-top: 0.6667em;
	z-index: 1001;
}

div.schaduwrechts {
	float: left;
	background-image: url('/images/schaduw_zijkant.gif');
	background-repeat: repeat-y;
	width: 1.25em;
	height: 61.4167em;
}

div.schaduwrechts img {
	vertical-align: top;
}

div.schaduwonder {
	clear: both;
	background-image: url('/images/schaduw_onderkant.gif');
	background-repeat: no-repeat;
	background-position: right;
	width: 80.0833em;
	height: 1.1667em;
}

div.vervolgpaginaschaduwrechts {
	height: 1em;
	z-index: 1002;
	position: relative;
	left: -1.25em;

}

div.vervolgpaginaschaduwonder {
	margin-top: -1.6667em;
		padding-left: 1.6em;
}
div.vervolgpaginaschaduwonder2 {
	margin-left: -1.6em;
	margin-top: -1.6667em;
}
div.introbanner {
	padding-top: 1em;
}

div.introbanner div.bannerheader {
	background-image: url('/images/button_breed.gif');
	background-repeat: no-repeat;
	font-size: 0.9583em;
	line-height: 2.6162em;
	margin-left: -0.32em;
	padding-left: 1em;
	cursor: pointer;
	cursor: hand; /* For IE 5.5 and below */
}

div.introbanner div.bannerheader:hover {
	background-image: url('/images/button_breed_rollover.gif');
}

div.introbanner a {
	text-decoration: none;
}

div.introbanner img {
	margin-left: -0.4em;
    width: 403px;
    height: 149px;
}

/* Menu op introductie pagina */

div.intromenu ul,
div.menu ul,
div.topmenu ul,
div.footer ul {
	list-style-type: none;
}

div.intromenu li {
	background-image: url('/images/button_breed.gif');
	background-repeat: no-repeat;
	font-size: 0.9583em;
	line-height: 2.6162em;
	margin-left: -3.8em;
}

div.intromenu li p {
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: inherit;
}

div.intromenu li a {
	display: block;
	text-decoration: none;
	padding-left: 1em;
}

div.intromenu li:hover {
	background-image: url('/images/button_breed_rollover.gif');
}

/* Menukolom */

div.menukolom {
	float: left;
	background-color: #fff;
	background-image: url('/images/menu_bg.gif');
	background-repeat: repeat-y;
	width: 15.5833em;
	padding: 2.4167em;
	min-height: 42.67em;
}

div.adresgegevens {
	clear: both;
	position: relative;
	left: 4.1667em;
	width: 12.5em;
	height: 1em;
	top: -14.4167em;
}

div.adresgegevens p {
	line-height: 1.5697em;
}

/* Menuitems */

div.menu ul {
	margin-top: 2em;
	margin-left: -2.4167em;
	padding: 0;
}

div.menu li {
	line-height: 2em;
	padding-left: 2.55em;
	width: 18.3333em;
}

div.menu li.active {
	background-image: url('/images/menu_enkelebutton_metpijltje.gif');
	background-repeat: no-repeat;
}

div.menu a {
	font-weight: bold;
	font-size: 1em;
	color: #2a2868;
	text-decoration: none;
}

div.menu li:hover,
div.menu a:hover {
	color: #666666;
	list-style-type: none;
}

div.menu li.subitem {
	background-image: url('/images/menu_midden.gif');
	background-repeat: repeat-y;
	padding-left: 3.8em;
}

div.menu li.subitem.subactive {
	background-image: url('/images/menu_midden_metpijltje.gif');
}

div.menu li.subitem.lastsubactive {
	background-image: url('/images/menu_onderkant_metpijltje.gif');
}

div.menu li.firstitem {
	background-image: url('/images/menu_bovenkant.gif');
	background-repeat: no-repeat;
}

div.menu li.firstitem.subactive {
	background-image: url('/images/menu_bovenkant_metpijltje.gif');
	background-repeat: no-repeat;
}

div.menu li.lastsubitem {
	background-image: url('/images/menu_onderkant.gif');
	background-repeat: no-repeat;
}

/* Topmenu */

div.topmenu {
	height: 12em;
	width: 58.3333em;
}

div.topmenu ul {
	font-size: 0.9167em;
	padding: 0;
	padding-top: 0.3478em;
	margin: 0;
	margin-left: 2.7em;
	margin-bottom: 1.7391em;
}

div.topmenu li {
	float: left;
	margin-right: 1em;
}

div.topmenu li.active a {
	text-decoration: underline;
}

div.topmenu a {
	text-decoration: none;
}

div.topmenu a:hover {
	text-decoration: underline;
}

/* Footer */

div.footer {
	clear: both;
	position: relative;
}

div.footer ul {
	font-size: 0.9166em;
	color: #9f9f9f;
	letter-spacing: 0.07em;
	padding: 0;
	margin: 0;
	margin-left: 26.7em;
	position: relative;
	top: -8em;
	padding-bottom: 2em;
}

div.footer li {
	float: left;
	margin-right: 1.2em;
}

div.footer a {
	color: #9f9f9f;
}

/* Content */

div.contentkolom {
	float: left;
	background-image: url('/images/content_bg.gif');
	background-color: #e6e6e6;
	width: 59.5833em;
	min-height: 47.5em
}

div.content {
	padding-top: 1.6667em;
	padding-right: 3.6667em;
	padding-bottom: 5em;
	padding-left: 2.4167em;
}

/* Google Maps */

div.google {
	height: 33.3333em;
	margin-top: 2.25em;
	padding-bottom: 0.25em;
	position: relative;
	width: 36.6667em;
}

div.google_canvas {
	width: 53.5em;
	height: 33.3333em;
	border: 1px solid #9F9F9F;
}

div.google_loader {
	height: 33.3333em;
	left: 0;
	position: absolute;
	top: 0;
	width: 53.5em;
	z-index: 1000;
	background-color: black;
	opacity: 0.8;
}

div.google_details input {
	margin-right: 1em;
}

div.google_loader img {
	left: 25.8333em;
	position: absolute;
	top: 15em;
	z-index: 1001;
}

div.googledir td a {
	font-weight: bold;
	text-decoration: none;
}

div.googledir td a:hover {
	color: #666666;
}

span.google_adres {
	line-height: 2em;
}

div#google_error {
	color: #FF0000;
}

/* Opdrachtgevers */

div.gemeentes,
div.particulier,
div.projectontwikkelaars,
div.advies,
div.architecten {
	font-size: 0.9em;
}

table.tablegemeentes tr td,
table.tableparticulier tr td,
table.tableprojectontwikkelaars tr td,
table.tableadvies tr td,
table.tableopdrachtgevers tr td {
	width: 25.83em;
}

/*  Projecten */
div.content div.projectendetails h1 {
	margin-bottom: 0;
}

div.content div.projectendetails p {
	margin-top: 0;
}

div.content div.projectendetails img {
	margin-bottom: 1em;
}

div.content div.projectendetails div.projectendetailsnavigatie div.vorige {
	float: left;
	width: 49em;
}

div.content div.projectendetails div.projectendetailsnavigatie div.volgende {
	float: left;
	text-align: right
}

div.content div.projectendetails ul.projectenlijst {
	padding-left: 1.2em;
}

div.content div.projectendetails ul.projectenlijst li.projectactief {
	font-weight: bold;
}

.route_input {
    width: 200px;
    height: 16px;
    font-family: arial;
    font-size: 12px;
    background: #ffffff;
    color: #072f67;
    border: 1px solid #607a9e;
    vertical-align: top;
    padding-top: 3px;
    margin-top: 0px;
}

.route_btn {
    width: 150px;
    height: 25px;
    font-family: arial;
    font-size: 12px;
    background: #ffffff;
    color: #072f67;
    border: 1px solid #607a9e;
    vertical-align: top;
    padding-top: 3px;
    filter:progid:DXImageTransform.Microsoft.Gradient   
   (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#40404040');   

    }

.stl_input {
    width: 308px;
    height: 16px;
    font-family: arial;
    font-size: 12px;
    background: #ffffff;
    color: #072f67;
    border: 1px solid #607a9e;
    vertical-align: top;
    padding-top: 3px;
    margin-top: 0px;
}

.stl_btn {
    width: 308px;
    height: 25px;
    font-family: arial;
    font-size: 12px;
    background: #ffffff;
    color: #072f67;
    border: 1px solid #607a9e;
    vertical-align: top;
    padding-top: 3px;
    filter:progid:DXImageTransform.Microsoft.Gradient   
   (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#40404040');   
    }
.stl_input#s {
    width: 246px;
    padding-left: 4px;
}

.stl_input#k {
    width: 233px
}

.stl_select {
    width: 308px;
    font-family: arial;
    font-size: 12px;
    background: #ffffff;
    color: #072f67;
    border: 1px solid #607a9e;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    margin-top: 4px;
}

.stl_textarea {
    width: 308px;
    height: 120px;
    font-family: arial;
    font-size: 11px;
    background: #ffffff;
    color: #072f67;
    border: 1px solid #607a9e;
    margin-top: 4px;
}

.red {
    color: #D00101;
}

.stl_contactfill {
    width: 309px;
    text-align: justify;
    font-family: arial;
    font-size: 12px;
    background: #ffffff;
    color: #072f67;
    border: 1px solid #607a9e;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    margin-top: 4px;
}

.tabel_kop
{
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    background: #ffffff;
    color:  #404040;
    border-bottom: 1px solid  #404040;
    padding: 4px;
    
}

.tabel_kop2
{
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    background: #cccccc;
    color:  #404040;
    border: 1px solid  #404040;
    padding: 4px;
    
}

.dag
{
    font-family: arial;
    font-size: 12px;
    background: #ffffff;
    color:  #292a67;
    padding: 3px;
    border: 1px solid #292a67;
    text-align: center;
}
.daggeselecteerd
{
    font-family: arial;
    font-size: 12px;
    background: #292a67;
    font-weight: bold;
    color:  #ffffff;
    padding: 3px;
    border: 1px solid #292a67;
    text-align: center;
    
}
.daghover
{
    font-family: arial;
    font-size: 12px;
    background: #cccccc;
    color:  #292a67;
    padding: 3px;
    border: 1px solid #292a67;    
    text-align: center;
}
.maand
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color:  #292a67;
    padding: 3px;
}
.week
{
    font-family: arial;
    font-size: 12px;
    color:  #292a67;
    padding: 3px;
    border: 1px solid #292a67;
    text-align: center;
}
