/*RAND*/
	* {
		margin: 0;
		padding: 0;
	}

	div.left_top {
		background: url('img/left_top.jpg') no-repeat left top;
	}

	div.left_bottom {
		background: url('img/left_bottom.jpg') no-repeat left bottom;
	}

	div.right_top {
		background: url('img/right_top.jpg') no-repeat right top;
	}

	div.right_bottom {
		background: url('img/right_bottom.jpg') no-repeat right bottom;
	}

	div.left {
		background: url('img/left.jpg') left;
		background-repeat: repeat-y;
	}

	div.top {
		background: url('img/top.jpg') top;
		background-repeat: repeat-x;
	}

	div.right {
		background: url('img/right.jpg') right;
		background-repeat: repeat-y;
	}

	div.bottom {
		background: url('img/bottom.jpg') bottom;
		background-repeat: repeat-x;
	}

	div.bottom1 {
		background: url('img/bottom1.jpg') bottom;
	}

/*ALGEMEEN*/
	html {
		background: url('img/achtergrond.jpg') fixed;
		background-repeat: repeat-x;
		}

	h1 {
		color: #FFFFFF;
		font-family: verdana;
		font-weight: bold;
		padding: 10px;
		font-size: 30px;
		text-align: center;
		text-transform: uppercase;
	}

	p {
		color: #0093FF;
		text-decoration: none;
		font-family: verdana;
		font-size: 13px;
		padding: 20px;
	}

	p.u_halfpadding {
		color: #0093FF;
		text-decoration: underline;
		font-family: verdana;
		font-size: 13px;
		padding: 20px 20px 0px 20px;
	}

	p.u_nopadding {
		color: #0093FF;
		text-decoration: underline;
		font-family: verdana;
		font-size: 13px;
		padding: 0px 0px 0px 0px;
	}

	p.error {
		color: #FF0000;
		text-decoration: none;
		font-family: verdana;
		font-size: 13px;
		padding: 20px;
	}

	p.halfpadding {
		text-align: center;
		color: #0093FF;
		text-decoration: none;
		font-family: verdana;
		font-size: 13px;
		padding: 0px 0px 20px 0px;
	}

	p.nopadding {
		color: #0093FF;
		text-decoration: none;
		font-family: verdana;
		font-size: 13px;
		padding: 0px;
	}

	table {
		margin: 20px;
	}

	td.px100 {
		width: 100px;
		vertical-align: top;
	}

	td.px220 {
		width: 220px;
		vertical-align: top;
	}

	td.px230 {
		width: 230px;
		vertical-align: top;
	}

	td.px400 {
		width: 400px;
		vertical-align: top;
	}

	td.px440 {
		width: 440px;
		vertical-align: top;
	}

	td.px660 {
		width: 660px;
		vertical-align: top;
	}

	a {
		color: #0093FF;
		text-decoration: underline;
		font-family: verdana;
		font-size: 13px;
	}

	a:hover {
		color: #0093FF;
		text-decoration: none;
		font-family: verdana;
		font-size: 13px;
	}

	a.small {
		color: #B4B4B4;
		text-decoration: underline;
		font-family: verdana;
		font-size: 9px;
	}

	a.small:hover {
		color: #B4B4B4;
		text-decoration: none;
		font-family: verdana;
		font-size: 9px;
	}

	small {
		color: #B4B4B4;
		text-decoration: none;
		font-family: verdana;
		font-size: 9px;
	}

//LOGIN
p.user_active
	{
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	}

p.user_inactive
	{
	color: #FF0000;
	font-family: verdana;
	font-size: 12px;
	}

p.user_active_admin
	{
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	}

p.user_inactive_admin
	{
	color: #FF0000;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	}

label
	{
	color: #0093FF;
	text-align: left;
	text-decoration: none;
	font-family: verdana;
	font-size: 13px;
	padding: 0px;
	}

/*HEADER*/
	#navigatie {
		background: #0093FF;
		width: 700px;
		margin: 0px auto;
	}

	div.navigatiebackground {
		background: #00005F;
	}

	#navigatielinks {
		margin: 0px 0px 0px 10px;
		float: left;
		width: 200px;
		display:inline
	}

	#navigatierechts {
		margin: 0px 10px 0px 0px;
		float: right;
		width: 200px;
		display:inline
	}

	#navigatiemidden {
		margin: 0px;
		float: left;
		width: 280px;
		display:inline
	}

	div.clear {
		clear: both;
	}

	img.header {
		padding: 0px 0px 0px 0px;
	}

	a.navigatie {
		padding-left: 12px;
		min-height: 12px;
		color: #0093FF;
		text-decoration: underline;
		font-family: verdana;
		font-size: 13px;
		background-repeat: no-repeat; 
		background-image: url("img/dark.jpg");
	}

	a.navigatie:hover {
		padding-left: 12px;
		min-height: 12px;
		color: #0093FF;
		text-decoration: none;
		font-family: verdana;
		font-size: 13px;
		background-repeat: no-repeat; 
		background-image: url("img/light.jpg");
	}

	a.navigatie1 {
		color: #0093FF;
		text-decoration: underline;
		font-family: verdana;
		font-size: 13px;
	}

	a.navigatie1:hover {
		color: #0093FF;
		text-decoration: none;
		font-family: verdana;
		font-size: 13px;
	}

/*PAGINA*/
	#pagina {
		width: 700px;
		margin: 10px auto;
	}

	div.tekst {
		margin: 15px auto;
		text-align: left;
		border: 1px solid #0093FF;
	}

	div.tekst1 {
		margin-top: -9px;
		margin-right: 20px;
		text-align: left;
		background: #FFFFFF;
		border: 1px solid #0093FF;
		float: right;
		padding-left: 2px;
		padding-right: 2px;
	}

	input {
		color: #0093FF;
		text-decoration: none;
		font-family: verdana;
		font-size: 13px;
		border: 1px solid #0093FF;
		padding: 1px;
	}

	input.radio {
		color: #0093FF;
		border: none;
	}

	input.error {
		color: #0093FF;
		text-decoration: none;
		font-family: verdana;
		font-size: 13px;
		border: 1px solid #FF0000;
		padding: 1px;
	}

	input.error_small {
		color: #0093FF;
		text-decoration: none;
		font-family: verdana;
		font-size: 11px;
		border: 1px solid #FF0000;
		padding: 1px;
	}

	input.small {
		color: #0093FF;
		text-decoration: none;
		font-family: verdana;
		font-size: 11px;
		border: 1px solid #0093FF;
		padding: 1px;
	}

	input.submit {
		background: #D3EDFF;
		color: #0093FF;
		text-decoration: none;
		font-family: verdana;
		font-size: 11.5px;
		border: 1px solid #0093FF;
	}

	textarea {
		color: #0093FF;
		text-decoration: none;
		font-family: verdana;
		font-size: 13px;
		border: 1px solid #0093FF;
		padding: 1px;
	}

	textarea.error {
		color: #0093FF;
		text-decoration: none;
		font-family: verdana;
		font-size: 13px;
		border: 1px solid #FF0000;
		padding: 1px;
	}

/*FOOTER*/
	#footer {
		width: 700px;
		margin: 0px auto;
	}

	img.noborder {
		border: 0px;
	}
