/* CSS OM ALLE MARGINS AAN TE PASSEN VAN ELEMENTEN DIE PER BROWSER ANDERS ZIJN */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
div.print { display: none; }

/* OVERIGE CSS */

/* BASIS ELEMENTEN VAN DE WEBSITE */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.7em;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a,
a:link,
a:active,
a:hover,
a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #6E006A;
}

h2,
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #6E006A;
}

h2.onderstreept {
	font-size: 12px;
	background-image: url(../images/bg_seperator.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	line-height: 2em;
	margin-bottom: 5px;
}

p {
	margin-bottom: 15px;
}

p.pagination {
	margin-top: 15px;
}

form {
}

label {
	float: left;
	width: 125px;
}

ul,
ol {
	margin-bottom: 15px;
	list-style-type: disc;
	margin-left: 25px;
}

ol {
	list-style-type: decimal;
}

ul li ul,
ol li ol {
	margin-bottom: 0;
}

label {
	width: 100%;
	color: #6E006A;
	font-weight: bold;
	margin-bottom: 2px;
}

input {
	border: 1px solid #333333;
	height: 14px;
	width: 240px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

input.button {
	border: none;
	height: 15px;
	width: 51px;
}

input.radio,
input.check {
	border: none;
	height: auto;
	width: auto;
}

input.error {
	background-color: #CCCCCC;
}

textarea {
	border: 1px solid #333333;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 236px;
	height: 96px;
	padding: 2px;
	color: #000000;
}

textarea.error {
	background-color: #CCCCCC;
}

div.formField {
	position: relative;
}

form div.formField div.check,
form div.formField div.radio {
	display: block;
	vertical-align: text-top;
	width: 240px;
}

form div.formField div.check input,
form div.formField div.radio input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

span.error {
	font-weight: bold;
	color: #EE0058;
	position: absolute;
	top: 19px;
	margin-left: 4px;
}

span.errorRadio,
span.errorCheck {
	font-weight: bold;
	color: #EE0058;
	position: absolute;
	top: 19px;
	margin-left: 244px;
}

span.check {
	position: absolute;
	top: 24px;
	margin-left: 4px;
}

span.checkRadio,
span.checkCheck {
	position: absolute;
	top: 24px;
	margin-left: 244px;
}

img.left {
	border: none;
	float: left;
	margin: 5px;
	margin-left: 0px;
}

img.right {
	border: none;
	float: right;
	margin: 5px;
	margin-right: 0px;
}

p.error {
	font-weight: bold;
	color: #EE0058;
}

/* ACHTERGROND */
#achtergrond {
	display: block;
	width: 50%;
	height: 71px;
	background-image: url(../images/bg_paars.gif);
	background-color: #790074;
	position: absolute;
	top: 0;
	left: 49.9%;
	text-align: left;
	z-index: 1;
}

/* CONTAINER */
#container {
	display: block;
	width: 957px;
	margin: 0 auto;
	text-align: left;
	z-index: 100;
	position: relative;
}

/* CONTAINER > HEAD */
#head {
	display: block;
	width: 957px;
}

/* CONTAINER > HEAD > LOGO */
#logo {
	display: block;
	width: 250px;
	height: 71px;
	float: left;
	clear: right;
}

/* CONTAINER > HEAD > VERLOOP */
#verloop {
	display: block;
	width: 466px;
	height: 71px;
	background-image: url(../images/bg_verloop.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: right;
}

/* CONTAINER > HEAD > SERVICENAV */
#servicenav {
	display: block;
	width: 216px;
	height: 71px;
	background-image: url(../images/bg_servicenav.gif);
	background-repeat: no-repeat;
	background-color: #790074;
	float: left;
	clear: right;
	padding-left: 25px;
}

#servicenav img {
	margin-top: 46px;
	margin-left: 0px;
	margin-right: 5px;
	vertical-align: middle;
}

#servicenav img.stuurdoor {
	margin-left: 10px;
}

/* CONTAINER > BODY */
#body {
	display: block;
	width: 957px;
	margin-top: -1px;
}

/* CONTAINER > BODY > MENU */
/*#menu {
	display: block;
	width: 150px;
	float: left;
	clear: right;
	text-align: right;
	padding-left: 52px;
	padding-right: 48px;
	margin-top: 80px;
}*/

/*#menu ul {
	position: relative;
}

#menu ul li {
	background-image: url(../images/bg_seperator.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#menu ul li a {
	background-image: url(../images/bg_menuitem.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	line-height: 28px;
	vertical-align: middle;
	padding-right: 20px;
	text-decoration: none;
}

#menu ul li a.actief,
#menu ul li a:hover {
	background-image: url(../images/bg_menuitem_actief.gif);
}

#menu ul li ul {
}

#menu ul li ul li {
	background-image: none;
}

#menu ul li ul li a,
#menu ul li ul li a:hover {
	background-image: url(../images/bg_subitem.gif);
	line-height: 20px;
}*/

.menu {
	width: 150px;
	position: relative;
	margin: 0;
	text-align: right;
	display: block;
	float: left;
	clear: right;
	padding-left: 52px;
	padding-right: 48px;
	margin-top: 80px;
}

.menu ul li {
	background-image: url(../images/bg_seperator.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.menu ul li a,
.menu ul li a:visited {	
	background-image: url(../images/bg_menuitem.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	line-height: 1.2em;
	padding: 7px 20px 10px 0;
	vertical-align: middle;
	text-decoration: none;
	width: 130px;
}

.menu ul li a.actief,
.menu ul li a:hover {
	background-image: url(../images/bg_menuitem_actief.gif);
}

.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	background-image: url(../images/bg_menuitem_actief.gif);
}

.menu ul li:hover ul {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 150px;
	width: 175px;
	border: 1px solid #999999;
	padding: 0 6px;
	background-color: #FFFFFF;
	
	z-index: 99999;
}

.menu ul li ul.popup li {
	border: none;
	padding: 2px 0;
	background-image: url(../images/bg_seperator.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.menu ul li ul.popup li.eerste {
	background-image: none;
}

.menu ul li:hover ul li a.hide {
	color: #333333;
	background-image: none;
	padding: 5px 15px 5px 0;;
}

.menu ul li:hover ul li:hover a.hide {
	width:150px;
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a {
	width:150px;
	display: block;
	color: #333333;
	text-decoration: none;
	background-image: none;
	padding: 5px 15px 5px 0;
	border: none;
	border-bottom: 0;	
}

.menu ul li:hover ul li a:hover {
	background-image: url(../images/bg_subitem_popup.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #333333;
}

.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 156px;
	width: 175px;
	top: 0;
	background-color: #FFFFFF;
	
	z-index: 999999;
}

.menu ul li:hover ul li:hover ul li a {
	display: block;
	width: 150px;
	background: #FFFFFF;
	padding: 5px 15px 5px 0;
}

.menu ul li:hover ul li:hover ul li a:hover {
	background-image: url(../images/bg_subitem_popup.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #333333;
}
	
/* Zoeken */
#menu form {
	margin: 20px 0 10px;
}

#menu form input {
	background-color: #FFFFFF;
	border: 1px solid #717171;
	width: 136px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
}

#menu form input.button {
	width: 54px;
	height: 15px;
	margin-top: 5px;
	border: none;
}

#menu ul.snelmenu {
	margin-top: 10px;
	color: #5D5D5D;
	
	background-color: #FFFFFF;
}

#menu ul.snelmenu li {
	background-image: none;
}

#menu ul.snelmenu li a {
	line-height: 1.2em;
	background-image: url(../images/bg_snelmenuitem.gif);
	padding: 0;
	padding-right: 10px;
	display: list-item;
	color: #5D5D5D;
}

#menu ul.snelmenu li a:hover {
	text-decoration: none;
	background-image: url(../images/bg_snelmenuitem.gif);
	color: #5D5D5D;
}

#menu ul.snelmenu li:hover ul {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 140px;
	width: 130px;
	border: 1px solid #999999;
	padding: 0 6px;
	background-color: #FFFFFF;
	
	z-index: 999;
}

#menu ul.snelmenu li ul li {
	border: none;
	padding: 2px 0;
	background-image: url(../images/bg_seperator.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#menu ul.snelmenu li ul li.eerste {
	background-image: none;
}

#menu ul.snelmenu li ul li a,
#menu ul.snelmenu li ul li a:hover {
	background-image: none;
	line-height: 1.3em;
	padding: 1px 0;
	width: 120px;
}

#menu ul.snelmenu li ul li a:hover {
	background-image: url(../images/bg_snelmenuitem.gif);
}

/* CONTAINER > BODY > CONTENT */
#content {
	display: block;
	width: 451px;
	float: left;
	clear: right;
	padding-right: 15px;
}

#content #header {
	display: block;
	background-color: #EE0058;
	width: 451px;
	height: 193px;
}

#content #kruimelspoor {
	display: block;
	background-color: #EE0058;
	color: #FFFFFF;
	width: 441px;
	height: 24px;
	margin-bottom: 25px;
	padding-left: 10px;
	line-height: 24px;
	vertical-align: middle;
	font-size: 10px;
}

#content #kruimelspoor h4 {
	display: none;
}

#content #kruimelspoor a,
#content #kruimelspoor a:active,
#content #kruimelspoor a:focus,
#content #kruimelspoor a:hover,
#content #kruimelspoor a:link,
#content #kruimelspoor a:visited,
#content #kruimelspoor a.actief {
	color: #FFFFFF;
}

#content #kruimelspoor a.actief {
	color: #FFFFFF;
	text-decoration: none;
}

#content #kruimelspoor a.actief:hover {
	text-decoration: underline;
}

/* CONTAINER > BODY > WIDGETS */
#widgets {
	display: block;
	width: 217px;
	float: left;
	clear: right;
	padding-left: 24px;
	color: #5D5D5D;
}

#widgets div h4 {
	font-weight: bold;
	color: #EE0058;
	font-size: 11px;
	background-image: url(../images/bg_seperator.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	line-height: 2em;
	margin-bottom: 5px;
}

#widgets div ul {
	margin-left: 0;
	list-style-type: none;
}

#widgets div.twitter ul li {
	margin: 0 0 8px 0;
}

#widgets div.twitter ul li a {
	text-decoration: none;
	color: #6B0166;
}

#widgets div.twitter ul li span a {
	color: #EE0058;
}

#widgets div.twitter ul li a:hover {
	text-decoration: underline;
}

/* WIDGET: AANMELDEN NIEUWSBRIEF */
#widgets div.nieuwsbrief {
	display: block;
	height: 70px;
	padding-top: 20px;
}

#widgets div.nieuwsbrief form {
	position: relative;
	display: block;
	height: 20px;
}

#widgets div.nieuwsbrief form input {
	background-color: #FFFFFF;
	border: 1px solid #717171;
	width: 155px;
	height: 13px;
	position: absolute;
	top: 5px;
	left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
}

#widgets div.nieuwsbrief form input.button {
	border: none;
	width: 51px;
	height: 15px;
	left: 163px;
}

/* WIDGET: NIEUWS */
#widgets div.nieuws {
	display: block;
	margin-bottom: 15px;
}

#widgets div.nieuws ul {
	line-height: 1.5em;
}

#widgets div.nieuws ul li {
}

#widgets div.nieuws ul li h3 {
	line-height: 1.5em;
	margin: 0;
	margin-top: 10px;
	color: #5D5D5D;
}

#widgets div.nieuws ul li h3 a,
#widgets div.nieuws ul li h3 a:link,
#widgets div.nieuws ul li h3 a:hover,
#widgets div.nieuws ul li h3 a:visited,
#widgets div.nieuws ul li h3 a:active {
	color: #5D5D5D;
	text-decoration: none;
}

#widgets div.nieuws ul li h3 a:hover {
	text-decoration: underline;
}

#widgets div.nieuws ul li p {
	margin: 0;
	line-height: 1.5em;
}

/* WIDGET: LAATSTE PROJECTEN */
#widgets div.projecten {
	display: block;
	margin-bottom: 15px;
}

#widgets div.projecten ul {
	line-height: 1.5em;
}

#widgets div.projecten ul li {
}

#widgets div.projecten ul li h3 {
	line-height: 1.5em;
	margin: 0;
	margin-top: 10px;
	color: #5D5D5D;
}

#widgets div.projecten ul li p {
	margin: 0;
	line-height: 1.5em;
}

#widgets div.projecten ul li p a,
#widgets div.projecten ul li p a:link,
#widgets div.projecten ul li p a:hover,
#widgets div.projecten ul li p a:visited,
#widgets div.projecten ul li p a:active {
	color: #5D5D5D;
	text-decoration: underline;
}

#widgets div.projecten ul li p a:hover {
	text-decoration: none;
}

/* WIDGET: QUOTE */
#widgets div.quote {
	margin-bottom: 15px;
	line-height: 1.7em;
}

#widgets div.quote blockquote {
	display: block;
	width: 187px;
	text-align: center;
	background-image: url(../images/bg_quoteopen.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 32px;
	margin: 0;
}

#widgets div.quote blockquote p {
	background-image: url(../images/bg_quotesluit.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 32px;
}

#widgets div.quote cite {
	clear: both;
	width: 100%;
	color: #EE0058;
	font-style: italic;
	font-size: 9px;
	line-height: 1.3em;
	margin-bottom: 5px;
	margin-top: -10px;
}

/* WIDGET: AFBEELDING */
#widgets div.afbeelding {
}

#widgets div.afbeelding img {
	margin-bottom: 15px;
}

/* WIDGET: KADERTEKST */
#widgets div.kadertekst {
	display: block;
	margin-bottom: 15px;
	line-height: 1.5em;
}

/* WIDGET: TWITTER */
#widgets div.twitter {
	display: block;
	margin-bottom: 15px;
	line-height: 1.5em;
}

#widgets div.twitter ul {
	list-style-type: disc;
	margin-left: 15px;
}

/* CONTAINER > FOOTER */
#footer {
	display: block;
	width: 957px;
	font-size: 9px;
	color: #62005E;
	margin-top: 20px;
	height: 75px;
	position: relative;
}

#footer a,
#footer a:link,
#footer a:hover,
#footer a:active,
#footer a:visited {
	text-decoration: none;
	color: #62005E;
}

#footer a:hover {
	text-decoration: underline;
}

/* CONTAINER > FOOTER > FOOTERLINKS */
#footerlinks {
	display: block;
	width: 250px;
	float: left;
	clear: right;
}

/* CONTAINER > FOOTER > FOOTERMIDDEN */
#footermidden {
	display: block;
	width: 451px;
	float: left;
	clear: right;
	text-align: center;
}

#footermidden #addthis {
	height: 25px;
	margin-top: 30px;
}

#footermidden #addthis a,
#footermidden #addthis a:link,
#footermidden #addthis a:hover,
#footermidden #addthis a:active,
#footermidden #addthis a:visited {
	text-decoration: none;
	color: #62005E;
	font-size: 12px;
}

#footermidden #footertekst {
	background: url(../images/bg_footer.gif) repeat-x top;
	margin: 0;
	height: 20px;
}

/* CONTAINER > FOOTER > FOOTERRECHTS */
#footerrechts {
	display: block;
	width: 241px;
	height: 75px;
	float: left;
	clear: right;
	text-align: right;
	position: relative;
	top: 0;
	right: 0;
}

/* CLEAR DIV */
div.clear {
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}

/* SEPERATOR DIC */
div.seperator {
	display: block;
	height: 1px;
	width: 100%;
	background-image: url(../images/bg_seperator.gif);
	background-repeat: repeat-x;
}

div.seperator hr {
	display: none;
}

/* Doorsturen */
#doorsturen {
	display: block;
	width: 436px;
	height: 296px;
	background-color: #FFFFFF;
	border: 2px solid #6E006A;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -155px;
	margin-left: -225px;
	z-index: 100000;
	text-align: left;
	padding: 5px;
}

#doorsturenSluiten {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 13px;
	height: 13px;
	background-image: url(../images/btn_sluiten.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#doorsturen h5 {
	color: #6E006A;
	font-size: 14px;
	font-weight: bold;
}

#doorsturen label {
	width: 150px;
}

#doorsturen input {
	background-color: #FFFFFF;
	border: 1px solid #717171;
	width: 136px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
}

/* Overlay */
#overlay {
	background-color: #FFFFFF;
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
    -moz-opacity: 0.7;
    opacity:.70;
}

/* Actueel */
div.actueelitems {
	margin-top: 15px;
}

div.actueel {
}

div.actueel div.datum {
	text-align: right;
	font-size: 10px;
	color: #EE0058;
	float: right;
}

div.actueel h2 {
	font-size: 11px;
	font-weight: bold;
	color: #6E006A;
}

div.actueel h2 a,
div.actueel h2 a:link,
div.actueel h2 a:visited,
div.actueel h2 a:active,
div.actueel h2 a:hover {
	color: #6E006A;
	text-decoration: none;
}

div.actueel h2 a:hover {
	text-decoration: underline;
}

/* Medewerkers */
div.medewerker {
	display: block;
	width: 100%;
	margin: 5px 0;
}

div.medewerker div.afbeelding {
	float: left;
	clear: right;
	width: 130px;
	padding: 0;
}

div.medewerker div.rechts {
	text-align: right;
}

div.medewerker div.tekst {
	float: left;
	clear: right;
	width: 321px;
}

div.medewerker div.tekst h2,
div.medewerker div.tekst h2 a,
div.medewerker div.tekst h2 a:link,
div.medewerker div.tekst h2 a:visited,
div.medewerker div.tekst h2 a:active,
div.medewerker div.tekst h2 a:hover {
	color: #6E006A;
	text-decoration: none;
}

div.medewerker div.tekst h2 a:hover {
	text-decoration: underline;
}

/* Portfolio */
div.project {
	display: block;
	width: 100%;
	margin-top: 15px;
}

div.project div.afbeelding {
	float: left;
	clear: right;
	width: 130px;
	padding: 0;
}

div.project div.rechts {
	text-align: right;
}

div.project div.tekst {
	float: left;
	clear: right;
	width: 321px;
}

div.project div.tekst h3,
div.project div.tekst h3 a,
div.project div.tekst h3 a:link,
div.project div.tekst h3 a:visited,
div.project div.tekst h3 a:active,
div.project div.tekst h3 a:hover {
	color: #6E006A;
	text-decoration: none;
}

div.project div.tekst h3 a:hover {
	text-decoration: underline;
}

div.project div.tekst h3,
div.project div.tekst p {
	margin-bottom: 0;
}

/* Opdrachtgever */
div.opdrachtgever {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

div.opdrachtgever h2,
div.opdrachtgever h2 a,
div.opdrachtgever h2 a:link,
div.opdrachtgever h2 a:visited,
div.opdrachtgever h2 a:active,
div.opdrachtgever h2 a:hover {
	color: #6E006A;
	text-decoration: none;
}

div.opdrachtgever h2 a:hover {
	text-decoration: underline;
}

div.opdrachtgever p {
	margin: 0;
}

div.opdrachtgever p.opdrachtgever_categorie {
	color: #EE0058;	
}

div.opdrachtgever p.opdrachtgever_categorie a,
div.opdrachtgever p.opdrachtgever_categorie a:link,
div.opdrachtgever p.opdrachtgever_categorie a:hover,
div.opdrachtgever p.opdrachtgever_categorie a:active,
div.opdrachtgever p.opdrachtgever_categorie a:visited {
	color: #EE0058;	
	text-decoration: none;
}

div.opdrachtgever p.opdrachtgever_categorie a:hover {
	text-decoration: underline;
}

/* Zoekitem */
div.zoekitem {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

div.zoekitem h2,
div.zoekitem h2 a,
div.zoekitem h2 a:link,
div.zoekitem h2 a:visited,
div.zoekitem h2 a:active,
div.zoekitem h2 a:hover {
	color: #6E006A;
	text-decoration: none;
}

div.zoekitem h2 a:hover {
	text-decoration: underline;
}

/* TAGS */
div.tags {
	border-style: none;
}

div.tags a,
div.tags a:link,
div.tags a:visited,
div.tags a:active,
div.tags a:hover {
	color: #5D5D5D;
	text-decoration: none;
	margin-right: 5px;
}

div.tags a:hover {
	text-decoration: underline;
}

div.tagcloud {
	background-repeat: repeat-x;
	background-image: url(../images/bg_seperator.gif);

}

div.tagcloud a,
div.tagcloud a:link,
div.tagcloud a:visited,
div.tagcloud a:active,
div.tagcloud a:hover {
	color: #5D5D5D;
	text-decoration: none;
	margin-right: 5px;
}

div.tagcloud a:hover {
	text-decoration: underline;
}

div.tagcloud a.tag1 {
	font-size: 9px;
}

div.tagcloud a.tag2 {
	font-size: 10px;
}

div.tagcloud a.tag3 {
	font-size: 12px;
}

div.tagcloud a.tag4 {
	font-size: 14px;
	font-weight: bold;
	color: #7F7F7F;
}

div.tagcloud a.tag5 {
	font-size: 16px;
	font-weight: bold;
	color: #7F7F7F;
}

span.tag-titel {
	font-style: italic;
}
