/* Standaard opmaak details*/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

h1 {
	color: #de0031;
	font: bold 13pt Verdana, Arial, sans-serif;
	text-align: left;
	margin: 0px auto 20px;
}

h2 {
	font: bold 11pt Verdana, Arial, sans-serif;
	color: #de0031;
	text-align: left;
}

h3 {
	border-bottom: 1px solid #88a9d4;
	color: #1c398f;
	font: bold 9.5pt Verdana, Arial, sans-serif;
	letter-spacing: 0.1em;
	margin-top: 20px;
	text-align: right;
}

p {
	text-align: justify;
}

a {
	color: #de0031;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #000;
}

span.mlb {
	cursor: pointer
}

span.verplicht {
	color: red;
	font-weight: bold;
}

.info {
	position: relative;
	top: 2px;
	border: 0;
}

#voordelen-inschrijven
{
	background: #fff url('/images/content/inschrijven/achtergrond.png') bottom center no-repeat;
	float: left;
	width: 388px;
	height: 188px;
	padding-left: 340px;
	padding-top: 130px;
}

#voordelen-inschrijven li
{
	list-style: disc;
	font-size: 15pt;
	margin-bottom: 15px;
}

#inschrijven-tekst
{
	float: left;
	width: 295px;
	margin-left: 27px;
	font-size: 19pt;
	text-align: justify;	
}

#inschrijven-tekst p
{ 
	text-align: justify;
	font-size: 16pt;
	font-weight: bold;
}

input.inschrijflink
{

	float: right;
	background: #fff url('/images/content/inschrijven/inschrijf-button.gif') bottom center no-repeat;
	border: none;
	width: 298px;
	height: 67px;
	
	/*background: none;
	
	min-width: 70px;
	overflow: visible;
	border: none;
	color: #de0031;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	margin: 0px;
	padding: 0px;*/
	cursor: pointer;
}
