/* style */

body {
	background-image: url(../i/bg1.gif)
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666600;
}

a:link { color: #666600;	font-style: normal;	font-weight: bold; text-decoration: none; }
a:visited { color: #666600;	font-style: normal;	font-weight: bold; text-decoration: none; }
a:active { color: #666600;	font-style: normal;	font-weight: bold; text-decoration: none; }
a:hover { color: #666600;	font-style: normal;	font-weight: bold; text-decoration: underline; }

a.sites:link { color: #cccc66;	font-style: normal;	font-weight: bold; text-decoration: none; }
a.sites:visited { color: #cccc66;	font-style: normal;	font-weight: bold; text-decoration: none; }
a.sites:active { color: #cccc66;	font-style: normal;	font-weight: bold; text-decoration: none; }
a.sites:hover { color: #cccc66;	font-style: normal;	font-weight: bold; text-decoration: underline; }

#wrapper {
	background-image: url(../i/bg2.gif);
	background-repeat: repeat-y;
	background-position: center
}

#header {
	background-image: url(../i/bg_hd.gif);
	background-position: center;
	background-repeat: no-repeat;		
}

#footer {
	background-image: url(../i/ftr.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center
}

.menukeuze {
	padding-left: 10px;
}


dl {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px
}

dt {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
/*	background-color: #FFFFCC;*/
	border-width: 1px; padding: 1px; border-style: dotted; border-color: #ffffcc;
}

dd {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

#menu dt a:link, #menu dt a:active, #menu dt a:visited {
	color: #666600;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#menu dt a:hover {
	color: #ffffcc;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#menu dd a:link, #menu dd a:active, #menu dd a:visited {
	color: #666600;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#menu dd a:hover {
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666600;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666600;
	line-height: 18px
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666600;
	padding-bottom: 15px;
}

#header p {
	padding-top: 10px;
	padding-right: 10px;
}

CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666600;
	line-height: 18px
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
}

.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000ff;
}
