* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	position: relative;

	height: 100%;
	min-height: 100%;
	font-size: 17px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: left;

	overflow-y: scroll;

	background: url('/styles/pi-limburg/body_bg.jpg') no-repeat center 0px fixed;
/*
	background-color: #234547;
*/
	background-color: white;
	background-size: cover;

}

#container {
	position: relative;	


	margin: 0 auto;

	padding-bottom: 150px;
}

#header {
	position: relative;

	height: 190px;
	width: 100%;

	background: url('/styles/pi-limburg/header_bg.png') no-repeat center 5px;

	background-color: white;
}

#subcontainer {
	position: absolute;

	top: 10px;
	left: 0;
	right: 0;
}

#eventlogo {
	display: none;
}

#menu {
	display: block;
	margin: 0 auto;
	width: 100%;

	padding-top: 145px;

	text-align: center;
}

#menu a {
	display: inline-block;
	margin-right: 35px;

	color: black;

	font-size: 24px;
	text-decoration: none;
	font-weight: normal;

	text-align: center;

	text-transform: uppercase;
}

#menu a:hover, #menu a.selected {
	color: #154273;
}

#pagina {
	width: 750px;
	margin: 0 auto;

	padding: 50px 0;
}

#content {
	padding: 20px;

	min-height: 400px;

	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.75);

	text-align: left;

	line-height: 27px;
	font-size: 16px;
}

#content a {
	color: #0F0F0F;

	text-decoration: underline;
}

#footer {
	display: none;
/*
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	width: 100%;

	height: 88px;

	background: url('/styles/pi-limburg/footer_bg.png') no-repeat top center;
	background-color: white;
*/
}

h1 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #154273;
}

p {
	margin-bottom: 1em;
}

form {
	text-align: left;
}

div.veld {
	margin: 10px 0;
}

input {
	font: 13px Arial;
}

input[type='submit'] {
	font: 16px Arial;
	font-weight: bold;
	padding: 6px 10px;
	background-color: #154273;
	border: 1px solid #154273;
	color: white;
}

input[type='submit']:hover {
	background-color: white;
	color: #154273;
	border: 1px solid #154273;
}

textarea {
	width: 500px;
	height: 100px;
}

select {
	font: 13px Arial;
}

input.tekst {
	width: 350px;
}

input.getal {
	width: 100px;
}

input.telnummer {
	width: 100px;
}

input.achternaam {
	width: 250px;
}

input.voornaam {
	width: 100px;
}

input.tussenvoegsel {
	width: 80px;
}

input.voorletter {
	width: 30px;
}

input.postcode {
	width: 80px;
}

input.cijferspostcode {
	width: 50px;
}

input.letterspostcode {
	width: 100px;
}

input.huisnummer {
	width: 70px;
}

input.button {
	margin: 20px 0;
}

input.terug {
	float: left;
	width: 120px;
}

input.verder {
	float: right;
	min-width: 120px;
}

span.fout {
	color: red;
}

span.verplicht {
	color: red;
}

table.overzicht {
	color: black;
	width: 99%;
	border-collapse: collapse;
	border: 0;
}

table.overzicht form input {
	margin: 0;
}

tr.kop {
	font-weight: bold;
}

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

table.inschrijvingen {
	font: 13px Arial;
}

table.inschrijvingen td {
	padding-bottom: 2px;
	vertical-align: top;
}

tr.kop {
	font-weight: bold;
}

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

textarea.openvraag {
	height: 100px;
	width: 400px;
}
