/**
 * Stylesheet for <##coppens##>
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Stijn De Lathouwer <stijn@netlash.com>
 */

/**
 * = Reset
 * ----------------------------------------------------------
 */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lowe  r halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/**
 * = Basic
 * ----------------------------------------------------------
 */

body { 
	font: small Arial, sans-serif; 
	text-align: center;
	background: #123662 url('../images/deco_bg_body.jpg') repeat-x;
}

#containerHome, #container { 
	font-size: 100%; 
	width: 740px;
	margin: auto;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
}

/**
 * = Header
 * ----------------------------------------------------------
 */

#containerHome #header {
	clear: left;
	float: left;
	height: 178px;
	width: 740px;
	background: url('../images/deco_bg_headerHome.jpg') no-repeat bottom;
	position: relative;
}

#container #header {
	clear: left;
	float: left;
	height: 178px;
	width: 740px;
	background: url('../images/deco_bg_headerDetail.jpg') no-repeat bottom;
	position: relative;
}

#header h1 {
	float: left;
	background: url('../images/title_h1.gif') no-repeat;
	margin-top: 26px;
	margin-left: 15px;
	display: inline;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	width: 399px;
	height: 73px;
}

#headerAddress {
	position: absolute;
	left: 79px;
	top: 88px;
	font-size: 11px;
}

#headerAddress li {
	float: left;
	padding-right: 11px;
	margin-left: 5px;
	background: url('../images/deco_bg_bulletAdresgegevens.gif') no-repeat right 4px;
	display: inline;
}

#headerAddress a {
	color: #000;
	text-decoration: underline;
}

#headerAddress li.last {
	background-image: none;
}

#metaMenu {
	float: right;
	margin-right: 8px;
	margin-top: 21px;
}

#metaMenu li {
	float: left;
	margin-left: 5px;
	background:	#0B2A49 url('../images/deco_bg_metaMenuButtonLeft.gif') no-repeat;
	height: 21px;
	padding-left: 15px;
	display: inline;
}

#metaMenu li a {
	float: left;
	color: #dcfbfa;
	background:	#0B2A49 url('../images/deco_bg_metaMenuButtonRight.gif') no-repeat right 0;
	padding-top: 2px;
	height: 19px;
	padding-right: 15px;
}

#metaMenu li a:hover {
	color: #fff;
}

/**
 * = menuAndFeaturedImage
 * ----------------------------------------------------------
 */

#menuAndFeaturedImage {
	clear: left;
	float: left;
	width: 228px;
}

#menuAndFeaturedImage ul {
	float: left;
	width: 210px;
	background-color: #F3A511;
	padding: 11px 9px 29px 9px;
}


#menuAndFeaturedImage ul li {
	clear:left;
	float: left;
	width: 210px;
	color: #392807;
}

#menuAndFeaturedImage ul li a {
	float: left;
	width: 198px;
	padding: 6px;
	color: #392807;
	background: url('../images/deco_bg_menuStroke.gif') no-repeat 0 bottom;
}

#menuAndFeaturedImage ul a:hover, #menu li:hover {
	background-color: #fff;
	background-image: none;
}

#menuAndFeaturedImage ul li.last a {
	background-image: none;
}


#menuAndFeaturedImage ul li.selected {
	background-color: #fff;
}

#menuAndFeaturedImage ul li.selected a {
	padding: 6px;
	background-color: #fff;
	font-weight: bold;
	width: 198px;
}

/* sub menu */


#menuAndFeaturedImage ul li.selected ul {
	padding: 0;
	float: left;
	width: 210px;
	background-color: #F7A400;
	margin-bottom: 0;
	display: inline;
	border-bottom: 1px solid #fff;
}



#menuAndFeaturedImage ul li.selected ul a {
	font-weight: normal;
	padding: 6px 6px 6px 20px;
	width: 184px;
	background-image: none;
	background-color: transparent;
}



#menuAndFeaturedImage ul li.selected ul a:hover {
	background-color: #ca8e16;
	color: #fff;
}

#menuAndFeaturedImage ul li.selected ul li.selected {
	width: 210px;
	background-color: #ca8e16;
	color: #fff;
}

#menuAndFeaturedImage ul li.selected ul li.selected a {
	color: #fff;
	font-weight: bold;
}

#menuAndFeaturedImage img {
	clear: left;
	float: left;
	margin: 15px 0 0 15px;
	border-bottom: 30px solid #fff;
	display: inline;
}

/**
 * = main
 * ----------------------------------------------------------
 */

#main {
	float: left;
	width: 448px;
	padding: 12px 32px 50px 32px;
}

#main a {
	color: #CD8D0D;
	text-decoration: underline;
}

#main a:hover {
	color: #F7A400;
	text-decoration: underline;
}

#main h1 {
	color: #F3A511;
	font-size: 240%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	clear: left;
	float: left;
	width: 448px;
}

#main h2 {
	color: #123662;
	font-size: 130%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin: 12px 0 12px 0;
	clear: left;
	float: left;
	width: 448px;
}

#main ul {
	clear: left;
	float: left;
	width: 448px;
	margin-bottom: 12px;
	margin-top: 7px;
}

#main li {
	clear: left;
	float: left;
	background: url('../images/deco_bg_bulletAdresgegevens.gif') no-repeat 0 4px;
	padding-left: 11px;
	margin-bottom: 8px;
	width: 407px;
}

#main ul.imageList li {
	clear: none;
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	background-image: none;
	padding-left: 0;
	width: auto;
}

#main p {
	clear: left;
	float: left;
	width: 448px;
	margin-bottom: 12px;
	line-height: 150%;
}

#main table p {
	display: block;
	width: auto;
}

#main table {
	clear: left;
	float: left;
}

#main img {
	max-width: 440px;
}

/**
 * = Forms
 * ----------------------------------------------------------
 */

 /** Contact - formulier  */

 input.input-textfield,
 textarea.input-textarea{
	border: 1px solid #c7d0da;
 }

 input.input-textfield-error,
 textarea.input-textarea-error{
 	border: 1px solid red;
 }

 input.input-datefield,
 input.input-timefield{
	border: 1px solid #c7d0da;
	margin-bottom: 2px;
 }

 textarea.input-textarea{

 }

 span.form-error{
 	color: red;
 }

 input.input-submit{
 	color: white;
 	border: none;
 	background: #123662;
 	padding: 3px;
 }

 input.hidden{
	display: none;
 }

 /** Afspraak aanvraag  */

 dl.daterequest dt{
 	width: 200px;
 	float: left;
 	margin-bottom: 8px;
 	font-weight: bold;
 }

  dl.daterequest dd{
   	margin-bottom: 8px;
 }

 dl.daterequest dt.adress{
	width: 400px;
	float: none;
 }
form #message {
	width: 400px;
}

 dl.daterequest dd.adress{
	width: 180px;
	float: left;
 }



 dl.daterequest dd.adressnr{
 	float: left;
 	width: 250px;
 }
 dl.daterequest dd.adresszip{
 	width: 60px;
 	float: left;
 }
 dl.daterequest dd.adressplace{
 	float: left;
 	width: 340px;
 }


 dl.daterequest dd input#street{
	width: 170px;
	float: left;
	margin: 0 0 5px 0;
 }

 dl.daterequest dd input#nr{
	width: 30px;
	float: left;
	margin: 0 0 5px 10px;
 }

  dl.daterequest dd input#zip{
	width: 50px;
	float: left;
	margin: 0 10px 0 0;
 }

 dl.daterequest dd input#place{
	width: 150px;
 }

 dl.daterequest dt.dates{
 	width: 500px;
 	float: none;
 	margin: 5px 0 0 0;
 }

 dl.daterequest dd.dates{
	float: none;
 }

 dl.daterequest dt.submit{
	width: 1px;
	float: left;
 }

 dl.daterequest dd.submit{
	margin: 10px 0 0 0;
 }


 dl.daterequest dt.response{
 	width: 500px;
 }

 dl.daterequest dt.response,
 dl.daterequest dd.response{
	margin-bottom: 0;
 }



 /** Informatie aanvraag  */

 dl.inforequest dt , form dt {
	margin: 0;
	padding: 0;
 	width: 150px;
	clear: left;
 	float: left;
 	margin-bottom: 8px;
 	font-weight: bold;
 }

  dl.inforequest dd , form dd {
	margin: 0;
	padding: 0;
   	margin-bottom: 8px;
	float: left;
 }

form dd {
	clear: left;
	float: left;
}

form dl.inforequest dd {
	clear: none;
}

 dl.inforequest dt.adress{
	width: 400px;
	clear: left;
	float: left;
 }

 dl.inforequest dd.adress{
	clear: left;
 	float: left;
}

 dl.inforequest dd.adressnr{
	clear: none;
 	float: left;
	margin-left: 15px;
	display: inline;
 	width: 60px;

 }

dd.adressnr input {
	float:left;
 	width: 60px;
}

 dl.inforequest dd.adresszip{
	clear: left;
	float: left;
 	width: 60px;
 }

 dl.inforequest dd.adresszip input {	
	float: left;
	width: 60px;
}

 dl.inforequest dd.adressplace{
 	float: left;
 	width: 340px;
	margin-left: 17px;
	display: inline;
 }

 dl.inforequest dt.insurance{
	width: 500px;
 }

 dl.inforequest dd.insurance{
	clear: left;
	float: left;
	margin: 0;
	margin-bottom: 10px;
	width: 420px;
 }


dl.inforequest #message {
	width: 400px;
}

dl.inforequest dt.response, dl.inforequest dd.response {
	clear: left;
	float: left;
	width: 420px;
}

dl.inforequest dt.submit {
	clear: left;
	width: auto;
}

dl.inforequest dd.submit {
	clear: left;
}

/*
 dl.inforequest dd input#street{
	width: 170px;
	float: left;
	margin: 0 0 5px 0;
 }

 dl.inforequest dd input#nr{
	width: 30px;
	float: left;
	margin: 0 0 5px 10px;
 }

  dl.inforequest dd input#zip{
	width: 50px;
	float: left;
	margin: 0 10px 0 0;
 }

 dl.inforequest dd input#place{
	width: 150px;
 }

 dl.inforequest dt.dates{
 	width: 500px;
 	float: none;
 	margin: 5px 0 0 0;
 }

 dl.inforequest dd.dates{
	float: none;
 }

 dl.inforequest dt.submit{
	width: 1px;
	float: left;
	margin: 10px 0 0 0;
 }

 dl.inforequest dd.submit{
	margin: 10px 0 0 0;
 }

 dl.inforequest dt.response{
 	width: 500px;
 }

 dl.inforequest dt.response,
 dl.inforequest dd.response{
	margin-bottom: 0;
 }

 dl.inforequest dt.insurance{
	width: 500px;
 }

 dl.inforequest dd.insurance{
	margin: 0;
 }

*/

/**
 * = footer
 * ----------------------------------------------------------
 */

#footer {
	clear: left;
	float: left;
	width: 740px;
	color: #fff;
	background: #123662 url('../images/deco_bg_footer.gif') no-repeat;
	padding: 13px 0 15px 0;
	margin-right:-3px; /* duplivate content bug */
}

#footerAddress {
	float: left;
	font-size: 11px;
	margin-left: 12px;
	display: inline;
}

#footerAddress li {
	float: left;
	padding-right: 11px;
	margin-left: 5px;
	background: url('../images/deco_bg_bulletAdresgegevens_footer.gif') no-repeat right 4px;
	display: inline;
}

#footerAddress li.last {
	background-image: none;
}

#extraLinks {
	float: right;
	color: #fff;
	text-decoration: underline;
	margin-right: 17px;
	font-size: 11px;
	display: inline;
}

#extraLinks li {
	float: left;
	padding-left: 11px;
}

#extraLinks a {
	color: #fff;
}

#extraLinks a:hover {
	color: #F7A400;
}