/* Objectief Management */
/* default stylesheet voor scherm */
/* Copyright (c) 2010 */
/* 01-03-2010 - homeNieuws1 en homeNieuws2 toegevoegd. */
/* 19-02-2010 - span.nowrap toegevoegd. */
/* 29-01-2010 - tabNieuws toegevoegd. */
/* 23-01-2010 - pad bgbanner.gif met slash. */
/* 19-01-2010 - p.vet en a.noul toegevoegd. */
/* 13-01-2010 - ul.inul toegevoegd. */

body {
	margin: 0px;
	font-family: Verdana, "MS Sans Serif";
	font-size: medium;
	color: #000000;
}

#divMain {
	position: relative;
	width: 920px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#divNaam {
	position: absolute;
	width: 920px;
	text-align: center;
	background-color: #FAF4F0;
}

#tabMain {
	position: relative;
	width: 920px; /* 220 + 700 */
	margin: 0 auto;
	background-color: #FAF4F0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #CCAA99;
}

#tdNaam {
	width: 200px;
	padding-left: 5px;
	padding-right: 15px;
	/* 220 breed */
	padding-top: 5px;
	padding-bottom: 25px;
	text-align: right;
	vertical-align: bottom;
	background-color: #E7D6CE;
	background-image: url(/images/bgbanner.gif);
	background-repeat: repeat-x;
}

#imgNaam {
	width: 135px;
	height: 69px;
	/* 135 breed; 69 hoog */
	border: 0;
	margin: 0;
	padding: 0;
}

#tdBanner {
	width: 699px;
	border-left: 1px solid #FAF4F0;
	/* 700 breed */
	padding: 0;
	background-image: url(/images/bgbanner.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
}

#divBanner {
	width: 699px;
	padding: 0;
}

#imgFoto01 {
	width: 170px;
	height: 120px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	/* 190 breed; 140 hoog */
	border: 0;
	margin: 0;
	display: block;
	float: left;
}

#imgFoto02 {
	width: 170px;
	height: 120px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	/* 190 breed; 140 hoog */
	border: 0;
	margin: 0;
	display: block;
	float: left;
}

#imgLogo {
	width: 170px;
	height: 140px;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	/* 250 breed; 140 hoog */
	border: 0;
	margin: 0;
	display: block;
	float: left;
}

#tdMenu {
	text-align: right;
	vertical-align: top;
	background-color: #E7D6CE;
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 50px;
	white-space: nowrap;
}

#divDisclaimer {
  position: absolute;
  width: 195px;
  left: 0px;
  bottom: 0px;
  border: 0px;
  text-align: right;
  padding: 5px 20px 5px 5px;
  font-size: 70%;
}

#tdContent {
	height: 380px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 60px;
	padding-bottom: 50px;
	text-align: left;
	vertical-align: top;
}

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: 0px;
}
h4 {
	font-size: 70%;
	color: #904B2E;
	margin-top: 5px;
	margin-bottom: 0px;
}

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%;
	line-height: 120%;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}
ul.inul {
	font-size: 100%;
	margin-bottom: 0;
}

ul.groot {
	font-size: 80%;
	line-height: 200%;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}

ul.error {
	font-size: 80%;
	line-height: 120%;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #FF0000;
}

ul.nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
}

hr {
	height: 0;
	border: 0;
	width: 180px;
	border-top: 1px solid #CCAA99;
} 

div.menu {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
}

a.menu:link, a.menu:active, a.menu:visited {
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	color: #904B2E;
}
a.menu:hover, a.menuact:link, a.menuact:active, a.menuact:visited { 
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	color: #68321A;
}

a.menusub:link, a.menusub:active, a.menusub:visited { 
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	color: #904B2E;
}
a.menusub:hover, a.menusubact:link, a.menusubact:active, a.menusubact:visited  { 
	font-weight: normal;
	font-size: 80%;
	text-decoration: none;
	color: #68321A;
}

img.pijl01 {
	height: 7px;
	width: 7px;
	border: 0;
}

img.pijl02 {
	height: 5px;
	width: 7px;
	border: 0;
}

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;
}

/* eof */
