@charset "utf-8";
html {
	background-image: url(../images/html_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #e8dbd3;
	height: 100%;
}
body {
	background-image: url(../images/body_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
}
#header h1 {
	background-image: url(../images/header_logo.gif);
	background-position: top left;
	text-indent:-1000em;
	height: 320px;
	margin: 0px;
	padding: 0;
}
#header ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#header ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#header ul li a {
	display: block;
	text-indent: -1000em;
	height: 52px;
	text-decoration: none;
	background-position: top left;
}
#header ul li a.home {
	width: 160px;
	background-image: url(../images/header_home.gif);
}
#header ul li a.acts {
	width: 157px;
	background-image: url(../images/header_acts.gif);
}
#header ul li a.links {
	width: 182px;
	background-image: url(../images/header_links.gif);
}
#header ul li a.contact {
	width: 242px;
	background-image: url(../images/header_contact.gif);
}
#header ul li a.archief {
	width: 217px;
	background-image: url(../images/header_archief.gif);
}
#header ul li a:hover {
	background-position: top center;
}
#sidebar {
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-color: #f2c7ca;
}
#sidebar div.toprightbg {
	background-image: url(../images/sidebar_frillybg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#sidebar div.bottomleftbg {
	background-image: url(../images/sidebar_frillybgflip.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#sidebar #submenu {
	padding: 15px 20px 30px 20px;
}
#sidebar #submenu h1 {
	font-size: 1px;
	text-indent: -1000em;
	margin: 0px;
	padding: 0px;
}
#sidebar #submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar #submenu ul li {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
}
#sidebar #submenu ul li a {
	color: #000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1;
}
#sidebar #submenu ul li a.current {
	text-decoration: underline;
}

#sidebar #submenu ul li a:visited {
	color: #000;
}
#sidebar #submenu ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#sidebar #image {
	padding: 0 0 0 9px;
	background-image: url(../images/sidebar_divider.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
}
#sidebar #image img{
	position: relative;
	top: -16px;
}
#sidebar #legal {
	padding: 0px 20px 10px 20px;
	margin: 0;
}
#sidebar #legal p {
	color: 000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.1;
}
#maincontent {
	background-image: url(../images/maincontent_articlebg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-color: #f5f0ec;
}
#maincontent #article {
	margin: 0 0 15px 0;
	padding: 15px;
}
#maincontent #article h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1;
	background-image: url(../images/maincontent_divider.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0 0 1em 0;
	margin: 0px;
	font-weight: normal;
}
#maincontent #article img {
	margin: 0;
	padding: 0;
}
#maincontent #article img.floatleft {
	margin: 0;
	padding: 15px 15px 15px 0px;
	float: left;
}
#maincontent #article img.floatright {
	margin: 0;
	padding: 15px 0px 15px 15px;
	float: right;
}
#maincontent #article p {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.6em;
	padding-left: 0px;
}
#maincontent #article p.last {
	padding-bottom: 1.4em;
	background-image: url(../images/maincontent_divider.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#maincontent #article #formwrap {
	margin: 0;
}
#maincontent #article #formwrap p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.2;
	margin: 1.4em 1em;
}
fieldset {
	border: none;
	margin: 0;
	background-color: #fbf9f7;
}
legend {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000;
	line-height: 1.4;
	background-color: #fbf9f7;
	padding: 0.2em 0.5em;
	margin-left: 0.5em;
}
input.text {
	width: 250px;
}
textarea {
	width: 600px;
	margin-top: .5em;
}		
p.required {
	position: relative;
}
span.required {
	position: absolute;
	left: 310px;
}	
