@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, em, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	/*line-height: 1; /* tijdelijk verwijderd i.v.m. IE8 Bug */
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* #################### Einde reset ###################### */
/* ################### General Rules ##################### */


body {
	font-size: 62.5%;
	color: #28166f;
}

html, body {
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 1px 0 0;
	position: relative;
	min-height: 100%;
	height:auto !important;
	height:100%;
	background-image: url(/images/layout/border.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#header, #content, #footer, #menu {
	margin: 0 auto;
	font-size: 1.6em;
	padding: 0px;
}

/* ################### Header & Menu Rules ##################### */

#header {
	border-bottom: 0;
	padding: 0 30px;
	width:710px;
}

#header img {
	margin: 12px 0 10px;
	z-index: 2;
}

#subheader {
	background-color: #3AB;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	height:150px;
	background-image: url(/images/layout/footer.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#menu {
	border-bottom: 1px solid #000000;
	padding: 5px 0;
	width: 770px;
}

	#menu ul {
		list-style: none;
	}

	#menu ul li {
		width: 100px;
		text-align: left;
		padding: 0 20px 0 30px;
		display: inline;
		font-size: 1.1em;
		font-weight: bold;
	}

		#menu ul li a:link, #menu ul li a:visited {
			text-decoration: none;
			color: #28166f;
		}
		
		#menu ul li a:hover, #menu ul li a:focus {
			color: #990000;
		}
		
		#menu ul li a:active {
			color: #FF0000;
		}
/* ################### MainContent Rules ##################### */

#content {
	padding: 25px 60px 70px 30px;
	width: 680px;
}

#content p {
	margin-bottom: 1em;
	margin-left: 1em;
}

#content a:link, #content a:visited {
	text-decoration: underline;
	color: #28166f;
}

#content a:hover, #content a:focus {
	color: #990000;
}

#content a:active {
	color: #FF0000;
}

#content h1, #content h2 {
	font-size: 1.1em;
	font-weight:bold;
	margin-bottom: 1em;
}

#content abbr {
	border-bottom: dotted 1px black;
}

	#content a abbr {
		border: none;
	}

#content del {
	text-decoration: line-through;
	color: #F00;
}



dd p {
	margin-left: 0;
}

dt {
	padding: 0 0 .6em 0;
	font-weight:bold;
}
dd {
	padding: 0 0 .6em 1em;
}


/* ################### Footer Rules ##################### */

#footer {
	background-image: url(/images/layout/border.jpg);
	background-position:bottom;
	background-repeat:repeat-y;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	height: 15px;
	position: absolute;
	bottom: 30px;
	padding: 5px 0;
	z-index: 2;
}
	
	#subfooter a:link, #subfooter a:visited {
		text-decoration: none;
		color: #28166f;
	}
	#subfooter a:hover, #subfooter a:focus {
		color: #990000;
	}
	#subfooter a:active {
		color: #FF0000;
	}
		
#subfooter {
	width: 768px;
	margin: 0 auto;
	height: 25px;
}

#footerline {
	background-image:url(/images/layout/footer.jpg);
	background-position:bottom;
	background-repeat:repeat-y;
	width: 100%;
	text-align: center;
	background-color: #33AABB;
	height: 30px;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

/* ###################### Diverse Classes ####################### */

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.belangrijk {
	color: #FF0000;
}

.nobreak {
	display: inline-block;
}

.ab {
	padding: 0 0 1em 1em;
}
.vb {
	margin: .3em .3em 0 .3em;
}

.floatright { /* Voor afbeeldingen die rechts uit moeten lijnen */
	float: right;
	margin: 0 0 10px 8px;
	border: 1px solid #000;
}

.floatmiddle { /* Voor afbeeldingen die in het midden uit moeten lijnen */
	text-align:center;
}

	.redesign { /* Voor afbeeldingen die in het midden uit moeten lijnen */
		text-align:center;
	}
	
		.redesign img {
			margin: 0 40px;
			border: 1px solid #000;
		}

/* ####################### Pagina specefieke Rules ##################### */
																   
#werkwijze {
	list-style: decimal inside;
	margin: 10px;
}

#disclaimer ol {
	list-style: decimal;
	margin-left: 2em;
}
#disclaimer ul {
		list-style: disc;
		margin-left: 1em;
	}
	#disclaimer ol li, #disclaimer ul li {
		margin: .3em;
	}
		
#webdesignaanbod ul {
	list-style: disc;
	margin: 0 0 1em 3em;
}
	#webdesignaanbod ul li {
		margin: 0 0 .1em 0;
	}

#sitemap ul {
	padding:  0 20px;
	list-style: disc;
}
	#sitemap ul li {
		padding: 2px 0px;
	}
	#sitemap ul ul {
		padding: 10px 0 0;
		list-style: disc;
	}
		#sitemap ul ul ul {
			padding:  0 20px;
			list-style: circle;
		}
		#sitemap ul ul ul ul {
			padding:  0 30px;
			list-style: square;
		}

#klantenlijst ul {
	padding:  0 30px;
	list-style: disc;
}
	#klantenlijst ul li {
		padding: 2px 0px;
	}
		#klantenlijst ul li span.webadres {
				display: inline-block;
		}
		#klantenlijst ul li span.klanttitel {
			display: inline-block;
			width: 320px;
		}
			#klantenlijst ul li span.klanttitel a:link, #klantenlijst ul li span.klanttitel a:visited {
				font-weight: bold;
				text-decoration: none;
			}
		
#plaatslijst ul {
	list-style: none;
}
	#plaatslijst ul li {
		display: inline;
	}
		#plaatslijst ul li a:link, #plaatslijst ul li a:visited {
			text-decoration: none;
		}
		
/* ##################### Fieldset Rules ################### */

fieldset {
	border: 1px solid #333333;
}

	#content .shadowbox .shadowcontent .pakket p, #content .shadowbox .shadowcontent .prijs p {
		margin: 0;
		padding: 0;
	}

legend {
	font-weight: bold;
	padding: 0 5px;
}

.pakket {
	float: left;
	width: 470px; /* real size */
	margin: 0 20px 0 0;
	text-align: left;
}
	* html .pakket { /* IE6 hack ( = real size + border ) */
		width: 430px;
		w\idth: 470px; /* IE5 hack ( = real size) */
		}
	*:first-child+html .pakket { /* IE7 hack ( = real size ) */
		width: 490px;
		padding-left: 10px;
	}
		
.prijs {
	width: 80px; /* real size */
	text-align: center;
	height: 55px;
}
	* html .prijs { /* IE6 hack ( = real size + border ) */
		width: 100px;
		w\idth: 80px; /* IE5 hack ( = real size) */
	}
		
	*:first-child+html .prijs { /* IE7 hack ( = real size ) */
		width: 100px;
		height: 65px;
		padding-left: 10px;
	}
		

/* #################### Fieldset boxes ################### */

.shadowbox {
	margin: 10px;
	margin-bottom: 30px;
	background-color: #999999;
}

#firstbox {
	margin-top: 40px;
}

.shadowbox .shadowcontent {
	position: relative;
	padding: 10px;
	top: -5px; /* these two define the shadow 'offset'*/
	left: -5px; /*...*/
	background-color: #FFFFFF;
	color: #28166f;
	border: 1px solid #000000;
}

.shadowbox .shadowcontent .site {
	float: left;
	width: 400px;
	margin: 0 20px 0 0;
}
	* html .shadowbox .shadowcontent .site { /* IE6 hack ( = real size + border ) */
		width: 355px;
		w\idth: 395px; /* IE5 hack ( = real size) */
	}
	*:first-child+html .shadowbox .shadowcontent .site { /* IE7 hack ( = real size ) */
		width: 415px;
	}
		
		
.shadowbox .shadowcontent .voorbeeld {
	width: 150px; /* real size */
	padding: 0 .3em .3em 1em;
}
	* html .shadowbox .shadowcontent .voorbeeld { /* IE6 hack ( = real size + border ) */
		width: 170px;
		w\idth: 150px; /* IE5 hack ( = real size) */
	}
	*:first-child+html .shadowbox .shadowcontent .voorbeeld { /* IE7 hack ( = real size ) */
		width: 170px;
	}


/* ###################### mailform ####################### */
				
#contactform label {
	width: 175px; 
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}
#contactform #Naam, #contactform #Email, #contactform #Website, #contactform #Bericht {
	width: 400px;
	display: inline-block;
	vertical-align: top;
}

#contactform #captcha_code {
	width: 175px;
	display: inline-block;
	vertical-align: top;
}


#contactform #Bericht {
	height: 150px;
	margin-bottom: 10px;
	line-height: 15px;
}
ul#fouten {
	/*color: red;*/
	margin-bottom: 1em;
	list-style: disc;
	list-style-position: outside;
	text-indent: 3em;

}
#captchacontrol {
	width: 230px;
	float: right;
	line-height: 20px;
	height: 30px;
}
#captchacontrol:after {
	clear:right;}
#captchacontrol a#reloadlink {
	background: url(/test/mailzooi/securimage/images/refresh.gif) no-repeat;
	padding-left: 20px;
}
#captchacontrol a#audiolink {
	background: url(/test/mailzooi/securimage/images/audio_icon.gif) no-repeat;
	padding-left: 20px;
}

img#captcha, #captcha_code {
	margin-bottom: 10px;

}
img#captcha {
	border: double #999;
	}
	
div#phpwpoison {
	color: #c8a6ff !important;
}
div#phpwpoison a:link {
	color: #AAA !important;
}
