body {
	text-align: center; /*voor IE*/
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/logo_grey.jpg);
	background-repeat: repeat;
}

#container {
	text-align: left; /*voor IE */
	width: 750px;
	margin: 0 auto;
	background: url(images/shadow.jpg);
}

#header {
	background-image: url(images/header.gif);
	height: 142px;
}

#extra_marge {
	margin-left: 28px;
}

#flash {
	background-image: url(images/flash.jpg);
	height: 88px;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
}
	
#left {
	height: 800px;
	width: 175px;
	float: left;
	background-color: #FFD500;
	padding-top: 8px;
	padding-bottom: 8px;
	display: inline;
	
}

#right {
	width: 504px;
	margin-left: 177px;
	background-color: #FFFBB4;
	padding: 8px;
}

#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	height: 38px;
}

.formheader {
	background-color: #FEF181;
	padding-bottom: 8px;
	padding-left: 8px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	padding-bottom: 10px;
}

table {
	font-size: 80%;
	margin: 0px;
	width: 504px;
	border: 0px;
	
}
.form td {
	height: 10px;
	padding-left: 8px;
	vertical-align: middle;
	padding-top: 3px;
	background-color: #FEFBDC;
}




a.nav_bar:link{
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	width: 160px;
	float: left;
	height: 30px;
	padding-left: 15px;
	padding-top: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	color: #000000;
	border-top-color: #FFD500;
	border-right-color: #FFD500;
	border-bottom-color: #FFD500;
	border-left-color: #FFD500;
	
}

a.nav_bar:visited{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	width: 160px;
	float: left;
	height: 30px;
	padding-left: 15px;
	padding-top: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFD500;
	border-right-color: #FFD500;
	border-bottom-color: #FFD500;
	border-left-color: #FFD500;
	clear: both;
}

a.nav_bar:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	width: 160px;
	float: left;
	height: 30px;
	padding-left: 15px;
	padding-top: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #FFFF33;
	clear: both;
}

a img {border: none; } 

.bold {
	font-size: 125%;
	font-weight: bold;
}
img {
	padding: 20px;
}
.form .form_shadow_top {
	background-image: url(images/form_shadow_top_copy.jpg);
	height: 42px;
	width: 472px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.form .form_shadow_top_left {
	background-image: url(images/form_shadow_top_left.jpg);
	height: 42px;
	width:3px;
	background-repeat: no-repeat;
}

.form .form_shadow_top_right {
	background-image: url(images/form_shadow_top_right.jpg);
	height: 42px;
	width:3px;
	background-repeat: no-repeat;
}

.form .form_shadow_bottom {
	background-image: url(images/form_shadow_bottom.jpg);
	height: 24px;
	background-repeat: no-repeat;
}

.form .form_shadow_left {
	background-image: url(images/form_shadow_left.jpg);
	background-repeat: repeat-y;
}

.form .form_shadow_right {
	background-image: url(images/form_shadow_right.jpg);
	background-repeat: repeat-y;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
input {
	color: #666666;
}
textarea {
	width: 450px;
}

.input1 input{
	width: 360px;
}