* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

body, html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

.error {
float:left;
display:block;
margin: 5px;
}

body {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	background-image: url(/images/figuren.gif);
}

#body {
	margin: 40px 0px;
}

#wrapper {
	min-width: 900px;
width: 100%;
	position: absolute;
	top: 0;
	padding: 0px 0px 80px 0px;
	background: url(/images/sterren.gif) no-repeat left top;
}

#navbar {
	top: 55px;
	position: relative;
        width: 100%;
	height: 80px;
}

#navbar ul {
	width: 100%;
	height: 40px;
	background: #A82A31;
	
	list-style-type: none;
}

#navbar li {
	float: left;
	padding: 12px 20px 0px 20px;
}

#navbar li a {
        font-family: Georgia;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#navbar li a:hover {
	text-decoration: underline;
}


#logo {
	left: 40px;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 32px;
	height: 98px;
	width: 331px;
}

a #logo h1 {
	display: none;
}

#pjo_lijst {
        min-width: 900px;
	width: 100%;
	position: fixed;
	bottom: 0px;
        left: 0;
	background-position: 0 55px;
	background-repeat: repeat-x;
	background-image: url(/images/balkOnder.png);
	margin: 30px 0px 0px 0px;
	height: 104px;
}

a, a img {
	border: none;
}

#pjo_lijst .logo {
	float: left;
	margin: 0px 0px 0px 20px;
}

.wideColumn {
float: left;
width: 56%;
margin:0px 4% 0px 4%;
}

.column {
	float: left;
	width: 24%;
	margin: 0px 4% 0px 4%;
}

.column h1, .wideColumn h1 {
	text-align: left;
	font-family: Georgia;
	font-weight: bold;
	font-size: 24px;
	margin: 0px 10px 0px 0px;	
}

.column p, .wideColumn p {
	text-align: justify;
	line-height: 170%;
        margin: 0px 0px 15px 0px;
}

.clear {
	clear: both;
}

.red {
	color: #A82A31;
}

.blue {
	color: #1F3364;
}

.light_red {
	color: #B13333;
}

.light_blue {
	color: 
}

input, textarea {
	float: left;
	border: 3px #1F3364 double;
	background-color: #fff;
	padding: 2px;
	margin: 5px 0px 10px 0px;
}

textarea {
width: 350px;
}

input {
width: 200px;
}

label {
	float: left;
	text-align: right;
	width: 80px;
	margin: 10px 5px 0px;
}

br.clear {
	clear: both;
}

a {
text-decoration: none;
color: #1F3364;
}

a:hover {
color:#A82A31;
}