/* Specifiek voor editor */

.editor {
	background-color: #fff;
}

/* Basis definities */

body {
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}

td {
	vertical-align: top;
}

/* basis tekst opmaak */

h1, h2, h3, h4, p, li {
	line-height: 17px;
}

h1 {
	font-family: Palatino Linotype, Palatino, Times;
	font-size: 20px;
	font-weight: normal;
	color: #787601;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
	color: #787601;
	margin-bottom: -16px;
}

h3 {
	font-family: Verdana;
	font-size: 10px;
	color: #787601;
	font-weight: normal;
	font-style: italic;
	margin-bottom: -16px;
}

h4 {
	font-family: Verdana;
	font-size: 12px;
	color: #787601;
	margin-bottom: -17px;
}


p, td, li, input {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}

ul {
	margin-left: 17px;
}

a {
	font-family: Verdana;
	font-size: 11px;
	color: #787601;
	text-decoration: underline;
}

/* Portal home definities */

.home {
	background-color: #555E30;
	background-image: url(/images/static/bg_home.gif);
	background-repeat: repeat-y;
}

.tophome {
	height: 140px;
}

.hor_border {
	background-image: url(/images/static/hor_border.gif);
	background-repeat: repeat-x;
	height: 1px;
}

/* Gedeelte voor subnavigatie home */

.subnav {
	font-family: verdana;
	background-color: #fff;
}

.subnav td {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #7DC71C;
}

.subnav td a {
	font-size: 9px;
	font-weight: bold;
	color: #666;
}

.subnav td a,
.subnav td a:link,
.subnav td a:visited,
.subnav td a:active {
	color: #666;
	text-decoration: none;
}

.subnav td a:hover {
	color: #999;
	text-decoration: none;
}


/* Gedeelte voor vervolg pagina */

.inhoud {
	background-color: #555E30;
	background-image: url(/images/static/bg_inhoud.gif);
	background-repeat: repeat-y;
}

.qtvrpopup {
	margin-top: 35px;
	margin-bottom: 35px;
}