/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Optima, R Frutiger Roman, Helvetica, Arial;
	font-size: 0.9em;
	color: #663333;
	background-color:#663333;
/*		background-color: #AC5757;  */
	background-image: url(/img/background.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
	behavior:url("/css/csshover.htc");}

p {
	font-family: Optima, R Frutiger Roman, Helvetica, Arial;
	font-size: 0.8em;
}
ol, ul {
	margin-left: 20px;
}
blockquote {
	margin-top: 3px;
	margin-bottom: 3px;
}
a {
	color: #663333;
	text-decoration:underline;
}
a:hover {
	color: #FFFFFF;
	background-color:#663333;
	text-decoration:none;
}

/*  overall containter */
#wrapper {
	width:100%;
}
/* container voor bovenste deel scherm */
#headerLyr {
	position: relative;
	margin: 0 auto;
	top: 0;
	width: 790px;
	height: 100px;
	background-image: url(/img/back_header.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#headerLyr img { 
	margin: 0 0 -3px 0;
}
#headerLyr img:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}
#headerLyr img:active {
	opacity: .7;
	filter: alpha(opacity=70);
}
/* Opmaak voor menu als de bij de link horende pagina geopend is 
#home .home, #kantoor .kantoor {
	opacity: .7;
	filter: alpha(opacity=70);
}
*/
/* container voor onderste deel scherm */
#subwrapper {
	position: relative;
	margin: 0 auto;
	width: 790px;
	top: 0;
	height: 100%;
}
/* Opmaak contentgedeelte */
#contentLyr {
	position: relative;
	float:left;
	width:600px;
	height: 100%;
	min-height: 478px;
	overflow: auto;
	text-align:left;
}
#rightLyr {
	position: relative;
	float: right;
	width: 150px;
	text-align:left;
	font-family: Optima, R Frutiger Roman, Helvetica, Arial;
	font-size: 0.8em;
	line-height: 13px;
	padding: 70px 0 0 10px;
	background-image: url(/img/back_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#rightLyr a {
	display:block;
	width:130px;
	text-decoration:none;
	line-height: 13px;
	font-weight:bold;
}
#advocatenLyr {
	position: relative;
	float:left;
	width:600px;
	height: 100%;
	min-height: 380px;
	overflow: auto;
	text-align:left;
}
#advocatenLyr .kop {
	font-size: 0.8em;
	font-weight: bold;
	padding: 40px 0 10px 10px;
	margin: 0;
}
#advocatenLyr img {
	margin-right: 10px;
}
#advocatenLyr .intro {
	font-size: 0.8em;
}
#advocatenLyr .tekst {
	font-size: 0.8em;
	font-style: italic;
	margin: 20px 20px 0 250px;
}
.email {
	margin: -18px 0 0 350px;
	padding: 0 0 0 0;
}

.titel {
	font-size: 1.2em;
	font-weight:bold;
	display:block;
	margin: 2px 30px 15px 100px;
}
.kop {
	font-size: 1em;
	font-weight:bold;
	font-style:italic;
	display:block;
	margin: 0 20px 5px 50px;
}
.subkop {
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	margin: 0 20px 3px 50px;
}
.tekst {
	font-family: Optima, R Frutiger Roman, Helvetica, Arial;
	font-size: 0.8em;
	margin: 0 20px 15px 100px;
	display:block;
}
.klein {
	font-size: 0.7em;
}
.print {
	font-family: Optima, R Frutiger Roman, Helvetica, Arial;
	font-size: 0.8em;
	margin: 0 20px 15px 105px;
	display:block;
	text-align: right;
}
.label {
	font-size: 0.8em;
	text-align:center;
}
.sitemap li {
	line-height: 20px;
	margin-left: 20px;
}
