/* Stylesheet voor weergave beeldscherm */

BODY {
	margin: 0px;
	background: #D3D3D3 url("images/bg/stripes.gif") repeat;
}

BODY, TD {
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 12px;
	color: black;
}

A {
	color: black;
}

.prt01 {
	background-color: #F7FBFE;
}


.prt02 {
	background: #2EB056 url("images/bg/2EB056.gif") repeat-y;
	color: black;
	padding: 10px 0px 10px 0px;
}

.prt02 DIV.head {
	color: white;
	font-weight: bold;
	font-size: 11px;
	margin: 5px 15px 0px 10px;
}

.prt02 DIV.head A {
	color: white;
	text-decoration: none;
}

.prt02 DIV.head A:hover {
	text-decoration: underline;
}

.prt02 DIV.item {
	color: white;
	font-size: 11px;
	margin: 0px 15px 5px 20px;
	
}

.prt02 DIV.item A {
	color: white;
	text-decoration: none;
}

.prt02 DIV.item A:hover {
	text-decoration: underline;
}


.prt03 {
	background-color: white;
	border: 2px solid #2EB056;
	padding: 5px 5px 5px 25px;
}

.prt03 DIV.head {
	color: green;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.prt03 IMG {
	border: 1px solid #CC6600;
}

A IMG {
	border: 0px;
}

FORM {
	margin: 0px;
}
