body {
	margin: auto;
	width: 950px;
	font-family: Verdana;
	font-size: 10px;
	height: 100%;
	background-color: lightgrey;
}

#container {
	font-size: 10px;
	border: 1px solid silver;
	background-color: white;
	margin-bottom: 5px;
	/*padding-bottom: 5px !IE;*/
}

h2, th, caption {
	color: red;
	white-space: nowrap;
}

caption {
	white-space: nowrap;
	font-size: 15px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	padding-top: 0px;
	margin-top: 0px;
}

h3 {
	color: red;
	font-size: 15px;
}

h4 {
	color: red;
	text-align: left;
	font-size: 10px;
}

h5 {
	color: red;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: none;
}

hr {
	color: silver;
	height: 1px;
}

#navigatie {
	float: left;
	width: 100px;
	text-align: left;
	padding: 5px;
	margin: 5px;
	border: 1px solid silver;
}

#navigatie ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigatie li {
	padding-bottom: 5px;
}

#footer {
	background-color: purple;
	clear: both;
	height: 0px;
	width: 800px; 
	color: #FF0000;
	text-decoration: blink;
}

input, select, textarea {
	background-color: lightyellow;
	font-weight: bold;
	border: 1px solid silver;
}

button {
	border: none;
	background-color: white;
}

.kolom1, .kolom3, .kolom5 {
	text-align: right;
	height: 31px;
	float: left;
	line-height: 22px;
	margin-right: 3px;
}

.kolom2, .kolom4, .kolom6 {
	text-align: left;
	height: 31px;
	float: left;
	margin: 0px;
}


.centreer {
	text-align: center;
}

th {
	text-align: left;
}

.even {
	background-color: #E5E5E5;
}
.oneven {
	background-color: #D5D5D5;
}

