﻿body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0;
	padding:0;
}

#hoofdtitel h1{
	text-align: center;
	text-indent: 0px;
}

#hoofdslogan {
	font-size: 1.4em;
	text-align: center;
	letter-spacing: 0.1em;
	color: gray;
	padding-bottom:40px;
}


div#menu {
	display:none;
}



.contentsrij {
	padding:2px;
	margin:2px;
}


.contents2rij {
	border:thin black solid;
	padding:2px;
	margin:2px;
}


.kleinekolom{
	width:100%;
}
.dubbelkolom{
	width:50%;
	float : left;
}
.grotekolom{
	width:100%;
	float: left;
}


.contentszijkant{
	clear:all;
	margin: 0;
}
.contentsmidden{
	display: block;
	float : left;
	width: 430px; /* 480 - 2x padding - 2x margin*/
	/*background-color: white;*/
	background-image: url('../images/middenbackground.jpg');
	background-repeat: repeat-y;

	padding: 10px 10px;
	margin: 0px 15px;
	letter-spacing: 0.03em;
}
.contents2midden{
	display: block;
	clear:left;
	width: 430px; /* 480 - 2x padding - 2x margin*/
	/*background-color: white;*/
	background-image: url('../images/middenbackground.jpg');
	background-repeat: repeat-y;

	padding: 10px 10px;
	margin: 0px 15px;
	letter-spacing: 0.03em;
}
.contentsgroot{
	display: block;
	letter-spacing: 0.03em;
}
.boxgroot{
	display: block;
	
	width: 690px; /* 720 - 2x padding - 2x margin*/
	font-size:0.8em;
	padding: 0;
	margin: 0px 15px;
}
.kleinetekstrechts{
	font-size: 0.7em;
	text-align: center;
	padding: 10px 10px;
	color:white;
}


div.contentsmidden ul,div.contents2midden ul,div.contentsgroot ul{
	padding: 0px 0px;
	margin: 0px 30px;
	
}
div.contentsmidden li,div.contents2midden li,div.contentsgroot ul{
	padding: 0px 0px;
	margin: 0px 30px;
}


/*zorgt voor een eindpunt van de pagina om padding onder de contents te verzekeren */
#contentsend {
	clear:left;
	width:100%;
	padding:0px;
	margin: 0px;
	display:none;
}


.kader{
	
}
.bovenkader{
	border:thin black double;
}
.onderkader{
	display:none;
}

.grootkader{
}

.bovengrootkader{
	padding: 2px 15px;
}
.ondergrootkader{
	display:none;
}

.groterkader{
}

.bovengroterkader{
	height:15px;
}


.ondergroterkader{

}


h2 {
	margin: 1em 1em;
	font-size: 1.2em;
	font-weight: normal;
	color: #412d28;
	letter-spacing: 1px;
}


.inkader{
	width: 180px;
	padding: 1em;
	font-size:0.8em;
}


#voet {
	left: 0px;
	height:45px;
	font-size: 0.8em;
	text-align: center;
	line-height:65px;
	letter-spacing: 0.1em;
	color:gray;
	position:fixed;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	/*background-color: #48565f;*/
}



#voet a {
	color:#64674e;
}

#cssvalid{
	position:relative;
	text-align:center;
	bottom:2.5em;
}


ul.links li:hover {
	background-color: #c4b3b9;
}





img.foto {
	border:1px white solid;
	margin: 0px;

}

img.materiefoto{
	border: thin #959097 double;
}

img.advocatenfoto{	
	float: right;
	margin:0px;	
	padding:0px;
	border-width:0px;
	border-style: none;
	position:relative;
	bottom: 0px !important; 
}

















p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0.25em 0px;
	margin: 0.25em 0px;
}


p.center{
	text-align:center;
}
	
p.italic{
	font-style: italic;
}
p.bold{
	font-weight:bold;
}
p.large{
	font-size:1.1em;
}

span.tsshaakjes{
font-size:0.8em;
font-style:italic;
color:#444444;
}

/* contactformulier boxes over helft*/
.boxhelft{
	display: block;
	float : left;
	height:100%;
	width: 318px;
	height:inherit;
	margin: 2px;
	padding: 0;
	border: 1px gray dotted;
	text-align:center;
}



.contactitem{
	display: block;
	float : left;
	width: 90px; /*154 - 64*/
	margin: 5px 2px;
	padding: 2px 0;
	font-weight:bold;
	text-align:right;
	clear: left;
}



.contactveld{
	display: block;
	float : left;
	width: 215px; /*154 + 64 = 218 */
	margin: 5px 2px;
	padding: 0 0;
	text-align:left;
}




.clearing{
	clear:both;
	margin:0px;
	padding:0px;
	border-style: none;
	border-width: 0px;

}






.boxvol{
	display: block;
	width: 643px;
	margin: 2px;
	padding: 0 0 4px;
	border: 1px gray dotted;
	text-align:center;	
}


.noborder{
border-width:0;
}

.verplicht{
	font-weight:bold;
	color: red;
}

.verkeerdecode{
	font-weight:bold;
	color: red;
	text-align: center;
	border-color:maroon;
	border-top-style:double;
	border-bottom-style:double;
	border-top-width:1px;
	border-bottom-width:1px;
	background-color:#FFFF99;
}












hr {
	color: #412d28;
}
strong {
color:#7c7c7c;
}
a:link {
	color: #3B4B4F; /* #47555E; */
	text-decoration : underline;
}
a:visited {
	color: #667078; /* #667078; */
	text-decoration : underline;
}
a:active {
	/*color: #f26522;*/
	text-decoration : none;
}
a:hover {
	color: #3B4B4F;
	font-weight:bold;
	text-decoration : none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #8ec740;
	letter-spacing: 1px;
	margin-top: 0px;
}
h3 {
	color: #7c7c7c;
	line-height: 120%;
	letter-spacing: 5px;
	font-size: 13px;
	background-color: #f0f0f0;
	padding-left: 20px;
	margin-right: 420px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #f26522;
	letter-spacing: 1px;
	padding-top: 10px;
	margin-bottom: 2px;
}
h5 {
	font-size: 15px;
	font-weight: bold;
	color: #7c7c7c;
	letter-spacing: 1px;
	margin-bottom: 2px;

}
h6 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #7c7c7c;
	letter-spacing: 1px;
}

form {
	/*border: 1px dashed #7c7c7c;*/
	padding: 10px;
	font-size: 14px;
}
input {
	border: 1px solid #7c7c7c;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
	background-color: #f0f0f0;
	padding-left: 3px;

}
textarea {
	border: 1px solid #787878;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464646;
	background-color: #f0f0f0;
	padding-left: 3px;
}
select {
	border: 1px solid #787878;
	font-size: 13px;
	color: #464646;
	background-color: #f0f0f0;
}
.tdrechts {
		text-align: right;
	}
.tdlinks {
		text-align: left;
	}
.tdcenter {
		text-align: center;
	}



div.printpagebreak{
	page-break-before:always;
}

