/* Objectief Management */
/* default stylesheet voor scherm */
/* Copyright (c) 2012 */
/* 07-01-2012 - Redesign */
html, body, div, h1, h2, h3, p, form, table, thead, tbody, tr, th, td, ul, ol, li, hr, img, a {
	padding:0;
	border:0;
	margin:0;
	vertical-align:baseline;
}
body {
	font-family:Verdana,"MS Sans Serif";
	font-size:medium;
	color:#000000;
}
#divCanvas{
	position:relative;
	width:920px;
	margin:0 auto;
	background-color:#FFFFFF;
	margin-bottom:20px;
}
#divHeader {
	height:140px;
	background-color:#FAF4F0;
	background-image:url(/images/bgbanner.gif);
	background-repeat:repeat-x;
}
#divNaam {
	float:left;
	width:220px;
	height:140px;
	text-align:right;
	background-color:#E7D6CE;
	background-image:url(/images/bgbanner.gif);
	background-repeat:repeat-x;
	position:relative;
}
#spanNaam {
	position:absolute;
	right:0;
	bottom:0;
	color:#904B2E;
	font-size:100%;
	font-weight:bold;
	padding:0 18px 30px 0;
}
#spanNaam span {
	font-size:80%;
}
#divBanner {
	position:relative;
	float:left;
	width:689px; /*689+1=690breed(max=700)*/
	height:140px;
	border-left:1px solid #FAF4F0;
	white-space:nowrap;
}
#imgFoto01, #imgFoto02 {
	display:block;
	float:left;
	width:170px;
	height:120px;
	padding:20px 0 0 20px;
}
#imgLogo {
	display:block;
	float:left;
	width:170px;
	height:140px;
	padding:0 20px 0 60px;
}
#img5jr {
	position:absolute;
	display:block;
	width:60px;
	height:50px;
	left:545px;
	bottom:0;
}
#divMain {
	min-height:400px;
	overflow:hidden;
	background-color:#FAF4F0;
	border-bottom:1px solid #CCAA99;
}
#divLeft {
	position:relative;
	float:left;
	width:186px;
	min-height:450px;
	overflow:hidden;
	padding:25px 18px 50px 16px;
	background-color:#E7D6CE;
}
#ulMenu {
	text-align:right;
	background-color:#E7D6CE;
	list-style-type:none;
	font-size:80%;
	margin:0;
}
#ulMenu li {
	display:block;
	min-height:20px;
	overflow:hidden;
	padding:9px 0 7px 0;
	border-bottom:1px solid #CCAA99;
}
#ulMenu li a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:0 12px 0 0;
	color:#904B2E;
	background-image:url(/images/pijl01a.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#ulMenu li a:hover,
#ulMenu li a.active {
	color:#68321A;
	background-image:url(/images/pijl01b.gif);
}
#ulMenu li ul {
	font-size:100%;
	list-style-type:none;
	margin:0;
}
#ulMenu li ul li {
	display:block;
	min-height:20px;
	overflow:hidden;
	padding:5px 0 0 0;
	border-bottom:0;
	background-image:none;
}
#ulMenu li ul li a {
	display:block;
	position:relative;
	font-weight:normal;
	text-decoration:none;
	padding:0 12px 0 0;
	background-image:url(/images/pijl02a.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#ulMenu li ul li a:hover,
#ulMenu li ul li a.active {
	color:#68321A;
	background-image:url(/images/pijl02b.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}
#imgAlpdhuzes {
	padding:23px;
}
#divContent{
	float:left;
	min-height:450px;
	width:610px; /*610+60+20=690breed(max=700)*/
	overflow:hidden;
	padding:25px 60px 50px 20px;
}
#divDisclaimer {
  position:absolute;
  width:195px;
  left:0;
  bottom:0;
  text-align:right;
  padding:5px 18px 5px 5px;
  font-size:70%;
}
h1 {
	font-size:100%;
	color:#904B2E;
	margin-top:5px;
	margin-bottom:8px;
}
h2 {
	font-size:90%;
	color:#904B2E;
	margin-top:5px;
	margin-bottom:0px;
}
h3 {
	font-size:80%;
	color:#904B2E;
	margin-top:5px;
	margin-bottom:0;
}
h4 {
	font-size:70%;
	color:#904B2E;
	margin-top:5px;
	margin-bottom:0;
}
p {
	font-size:80%;
	line-height:130%;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:15px;
}
p.error {
	font-size:80%;
	line-height:130%;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:15px;
	color:#FF0000;
}
p.klein {
	font-size:70%;
	line-height:120%;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:15px;
}
p.vet {
	font-weight:bold;
}
p.nomargin {
	margin-top:0px;
	margin-bottom:0px;
}
a:link, a:active, a:visited {
	font-weight:normal;
	text-decoration:underline;
	color:#904B2E;
}
a.noul:link, a.noul:active, a.noul:visited {
	font-weight:normal;
	text-decoration:none;
	color:#904B2E;
}
a:hover,
a.noul:hover { 
	font-weight:normal;
	text-decoration:underline;
	color:#68321A;
}
ul {
	font-size:80%;
	margin-left:15px;
	margin-bottom:8px;
}
ul.inul {
	font-size:100%;
	margin-bottom:0;
}
ul.groot {
	font-size:80%;
	line-height:200%;
	margin:0 0 15px 20px;
}
ul.error {
	font-size:80%;
	line-height:120%;
	margin:0 0 15px 20px;
	color:#FF0000;
}
ul.nomargin {
	margin-top:0px;
	margin-bottom:0px;
}
hr {
	height:0;
	border:0;
	width:180px;
	border-top:1px solid #CCAA99;
} 
span.spacer {
	padding-left:0px;
	padding-right:7px;
}
span.kleiner {
	font-size:90%;
}
span.nowrap {
	white-space:nowrap;
}
/* extra voor nieuws */
#homeNieuws1 {
	padding:3px;
	border:1px solid #E7D6CE;
	margin:0px 0px 15px 0px;
}
#homeNieuws2 {
	padding:10px 10px 10px 15px;
	background-color:#E7D6CE;
}
#tabNieuws {
	width:100%;
	border:1px solid #CCAA99;
	margin:10px 0px 0px 0px;
}
#tabNieuws tr th {
	font-size:80%;
	padding:4px 3px 4px 3px;
	text-align:left;
	color:#904B2E;
	background-color:#E7D6CE;
}
#tabNieuws tr td {
	font-size:80%;
	padding:3px 3px 3px 3px;
	border-top:1px solid #E7D6CE;
}
a.nieuws:link, a.nieuws:active, a.nieuws:visited {
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
a.nieuws:hover { 
	font-weight:normal;
	text-decoration:underline;
	color:#68321A;
}
/* extra voor formulieren */
#tabFormulier {
	width:100%;
	border:1px solid #CCAA99;
	margin:16px 0px 0px 0px;
}
#tabFormulier tr th {
	font-size:80%;
	background-color:#E7D6CE;
	white-space:nowrap;
	padding:5px 3px 5px 3px;
}
#tabFormulier tr.top td {
	font-size:80%;
	white-space:nowrap;
	border-top:0px;
	padding:4px;
	height:26px;
}
#tabFormulier tr td {
	font-size:80%;
	white-space:nowrap;
	border-top:1px solid #EEE0D9; /*#E7D6CE;*/
	padding:4px;
	height:26px;
}
input.radio {
	font-size:100%;
	border:0px;
	margin:0px;
}
/* extra voor inlogpagina. */
#tabInloggen {
	width:100%;
	border:1px solid #CCAA99;
	margin-top:50px;
}
#tabInloggen tr th {
	text-align:center;
	padding:10px;
}
#tabInloggen tr td.tdLinks {
	font-size:80%;
	text-align:right;
	padding:10px;
}
#tabInloggen tr td.tdRechts {
	font-size:80%;
	text-align:left;
	padding:10px;
}
input {
	border:1px solid #CCAA99;
}
input.button {
	font-weight:bold;
	color:#904B2E;
	background-color:#E7D6CE;
	width:100px;
	border:1px solid #CCAA99;
	margin-top:5px;
	margin-bottom:15px;
}
input.upload {
	font-weight:normal;
	color:#000000;
	background-color:#FFFFFF;
	width:460px;
	border:1px solid #CCAA99;
	margin-top:5px;
	margin-bottom:5px;
}
/* eof */
