*{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
body {
	margin: 0;
	padding: 0;
	color: #000000;
}
form{
	margin: 0;
	padding: 0;
	}
td{
	vertical-align:top;
}
img {
	border: 0;
}
ul {
	padding:0px 0px 5px 5px;
	margin: 5px 0px 0px 10px;
}
a {
	color: #085d00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	color: #085d00;
}
h1 {
	font-size:  18px;
	line-height: 20px;
}
h2 { font-size:  16px}
h3 { font-size:  15px }
h4 { font-size:  14px }

/* formulier */
form {
	padding: 0;
	margin: 0;
}

input, select, textarea {
	color: #000;
	font-size: 11px ;
	border: 1px solid #085d00;
	padding: 2px;
	margin: 2px;
}

button {
	background: #085d00;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	border: 0;
	font-size: 11px;
}


body.blue{
	background: url(../images/bg_blue.gif) bottom left no-repeat;
}
table.container, table.rightc{
	height:100%;
	width:100%;
}
body.blue table.container {
	background: url(../images/bg_blue_left.gif) top left no-repeat;
}
body.blue table.rightc {
	background: url(../images/bg_blue_right.jpg) top right no-repeat;
}
body.blue #navigation ul li ul li a {
		color: #022faf;
}
body.blue h1,
body.blue h2,
body.blue h3,
body.blue h4,
body.blue h5,
body.blue h6 {
		color: #022faf;
	}

/* RED */
body.red {
	background: url(../images/bg_red.gif) bottom left no-repeat;
}
body.red table.container {
	background: url(../images/bg_red_left.gif) top left no-repeat;
}
body.red table.rightc {
	background: url(../images/bg_red_right.jpg) top right no-repeat;
}
body.red #navigation ul li ul li a {
	color: #a73521;
}
body.red h1,
body.red h2,
body.red h3,
body.red h4,
body.red h5,
body.red h6 {
		color: #a73521;
	}

/* GREEN */
body.green {
	background: url(../images/bg_green.gif) bottom left no-repeat;
}
body.green table.container{
	background: url(../images/bg_green_left.gif) top left no-repeat;
}
body.green table.rightc{
	background: url(../images/bg_green_right.jpg) top right no-repeat;
}
body.green #navigation ul li ul li a {
	color: #186a34;
}

body.green h1,
body.green h2,
body.green h3,
body.green h4,
body.green h5,
body.green h6 {
	color: #186a34;
}

body.orange {
	background: url(../images/bg_orange.gif) bottom left no-repeat;
}
body.orange table.container {
	background: url(../images/bg_orange_left.gif) top left no-repeat;
}
body.orange table.rightc {
	background: url(../images/bg_orange_right.jpg) top right no-repeat;
}

body.orange #navigation ul li ul li a {
	color: #d39114;
}
	/* headers */
body.orange h1,
body.orange h2,
body.orange h3,
body.orange h4,
body.orange h5,
body.orange h6 {
	color: #d39114;
}
td.left{
	width:250px;
	padding-left:20px;
	padding-top:50px;
}
td.navigation {
	padding-top:60px;
}
td.navigation ul#ulmenu{
	list-style:none;
}
td.navigation ul#ulmenu li {
	padding:5px 0px 10px 5px;
}
td.navigation ul#ulmenu li a {
	padding:5px 5px 5px 5px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	display: block;
	font-weight: bold;
}
td.navigation ul#ulmenu li a:hover {
	text-decoration: underline;
}
td.content{
	padding:150px 200px 20px 0px;
}

