body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	background-color: black;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;
}

a {
	color: #3D6F8E;
}

* html body {
	font-size: 100%;
}

.wrap {
	text-align: left;
	width: 780px;
	margin: 15px auto 0px auto;
	background-color: black;
	background-image: url(pics/background_v2.jpg);
	background-repeat: no-repeat;
	border: 1px solid black;
	position: relative;
	min-height: 400px;
}
* html .wrap {
	height: 400px;
}

.side, .rechts {
	float: left;
	width: 180px;
	padding: 0px 15px;
	background-color: #376480;
}
.rechts {
	float: right;
	width: 360px;
}

* html .side {
	padding: 15px 15px;
	width:210px;
}
* html .rechts {
	padding: 15px 15px;
	width: 390px;
}

.content {
	margin-top: 180px;
	margin-right: 30px;
}
.content2 {
	margin-top: 190px;
	margin-left: 30px;
}
.body {
	margin-left: 250px;
}
.links {
	margin-right: 350px;
}
.teksttitel{
	color: #60B3E8;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 120%;
}
.side .teksttitel, .rechts .teksttitel {
	color: White;
}


.formtitle {
	font-weight: bold;
	font-family: Trebuchet MS;
}

td {
	padding-bottom: 5px;
	padding-right: 5px;
}

.text {
	font-style: italic;
}


.tijdelijk a {
	color: #888888;
}

.prijs {
	font-size: 130%;
}

.rechts table {
	width: 360px;
}
.error {
	color: Red;
	font-size: 70%;
}
.fout {
	color: Red;
}
