body {
		color: white;
		background-color: #9e9e9e;
		font-family: arial, sans-serif;
		font-size: small;
		margin: 0;
		padding: 0;
		border: 0;
}

a {
		text-decoration: none;
}

.page {
		margin: 40px auto;
		border: 0;
		padding: 25px 10px 10px 10px;
		width: 848px;
		height: auto;
		background-color: black;
}
.header {
		color: #9e9e9e;
		border: 0;
		margin: 0;
		padding: 0;
		font-weight: bold;
		font-size: 30px;
		text-align: right;
}
.bgimage {
		background: url(images/background.jpg) no-repeat;
		display: block;
		width: 848px;
		height: 600px;
		margin: 0;
		border: 0;
		padding: 0;
}

.menu {
		margin: 10px 0 0 0;
		height: auto;
		float: left;
}

.menu img {
		margin: 4px;
		border: 0;
}

.menutekst {
		background-color: white;
		color: black;
		height: auto;
		width: auto;
		margin: 17px 0 0 4px;
		padding: 2px;
}

.kolom1 {
		width: 60%;
		margin: 10px 0 10px 10px;
		float: left;
}

.blok1 {
		width: 94.5%;
		margin: 0 0 10px 0;
		padding: 10px;
		color: black;
		/* Mozilla ignores crazy MS image filters, so it will skip the following */
	    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/transparent.png');
		border: solid black 2px;
		float: left;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.blok1[class] {
		background: url(images/transparent.png);	
}

.kolom2 {
		width: 30%;
		margin: 10px;
		float: left;
}
.blok2 {
		width: 91%;
		margin: 0 0 10px 0;
		padding: 10px;
		color: black;
		/* Mozilla ignores crazy MS image filters, so it will skip the following */
		border: solid black 2px;
		float: left;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/transparent.png');
}

.blok2[class] {
		background: url(images/transparent.png);
}

.kolom1 img {
		/*border: solid black 1px;*/
		float: left;
		margin: 0 10px 0 0;
}

h1 {
		color: white;
		margin: 0 0 10px 0;
		font-size: medium;
		width: 100%;
		background-color: gray;
}

h2 {
		color: white;
		font-size: small;
		font-weight: bold;
		margin: 0 0 10px 0;
		padding: 0;
		border: 1px;
		width: 100%;
		background-color: gray;
		display: block;
		clear: right;
}

.nieuws_item {
		text-decoration: none;
		color: black;
}

ul {
		margin: 0;
		padding: 0;
		list-style: inside;
}

li {
		margin: 0;
		padding: 0;
}

a:hover#nieuws_item {
		text-decoration: underline;
}
a#banner img{
		border: 0;
		text-align: center;
		margin: 0 0 0 30%;
}

.userinput {
		text-align: center;
}

.userinput fieldset{
		border: white 1px dashed;
		padding: 10px;
		text-align: center;
}

.userinput label {
		display: block;
		float: left;
		background-color: black;
		color: white;
		font-size: xx-small;
		text-transform: uppercase;
		border: solid black 1px;
		width: 75px;
		clear: left;
}

.userinput input {
		display: block;
		float: left;
		border: solid black;
		margin-bottom: 5px;
		clear: right;
		border-width: 1px 2px 2px 1px;
		width: 125px;
}

.userinput2 {
		text-align: center;
}

.userinput2 fieldset{
		border: white 1px dashed;
		padding: 10px;
		text-align: center;
}

.userinput2 label {
		display: block;
		float: left;
		background-color: black;
		color: white;
		font-size: x-small;
		text-transform: uppercase;
		border: solid black 1px;
		width: 100px;
		clear: left;
}

.userinput2 input {
		display: block;
		float: left;
		border: solid black;
		margin-bottom: 5px;
		clear: right;
		border-width: 1px 2px 2px 1px;
		width: 250px;
}

.userinput2 select {
		display: block;
		float: left;
		border: solid black;
		margin-bottom: 5px;
		clear: right;
		border-width: 1px 2px 2px 1px;
		width: 255px;
}

.userinput2 textarea {
		display: block;
		float: left;
		border: solid black;
		margin-bottom: 5px;
		clear: right;
		border-width: 1px 2px 2px 1px;
		width: 250px;
		height: 150px;
}

input.inputknop {
		width: 100px;
		clear: left;
}

.userinput input.smallinput {
		width: 50px;
}