/*----------------- Defaults --------------------*/

* {
	padding:0px;
	margin:0px;
}
body {
	background: #9FA9B3 url(../images/page_background.jpg) repeat-x;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center
}
p, li {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 8px;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #5A5C5F;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #5A5C5F;
	margin-bottom: 5px;
	margin-top: 5px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #5A5C5F;
	margin-top: 15px;
	margin-bottom: 2px;
}
h4 {
	color: #5A5C5F;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 2px;
}
ol, ul {
	margin-left: 25px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#printheader {
	visibility: hidden;
	display: block;
	font-size: 0.01px;
}
.MenuSubheading {
	font-size: .9em;
	font-style: italic;
	color: #697076;
	margin-top: 25px;
}
.AnnouncementText {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.AnnouncementLink {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: .9em;
}
#form1 p {
	margin-top: 15px;
	margin-bottom: 0px;
}

/*------------------- Containers ----------------------*/

#wrap {
	margin: 0 auto;
	background-color: #FFFFFF;
	border-top: 0;
	width:785px;
	background-image: url(../images/wrap_background.gif);
	background-repeat: repeat;
	text-align: left
}
#menu {
	width:150px;
	background-color:#DEECE0;
	margin: 0px;
	border-top: none;
	border-right: 1px solid #5E8062;
	border-bottom: none;
	border-left: none;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#content {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
	min-height:500px;
	_height: auto !important;
	height: 500px;
	vertical-align: top;
}

/*----------------- Content areas ---------------------*/

.MainMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #697076;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 0px;
	margin-top: 5px;
}
.MainMenu a:link {
	color: #697076;
	text-decoration: none;
}
.MainMenu a:visited {
	color: #697076;
	text-decoration: none;
}
.MainMenu a:hover {
	color: #697076;
	text-decoration: underline;
}
.SubMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #404950;
	font-size: 0.9em;
	margin-left: 15px;
	margin-bottom: 2px;
}
.SubMenu a:link {
	color: #404950;
	text-decoration: none;
}
.SubMenu a:visited {
	color: #404950;
	text-decoration: none;
}
.SubMenu a:hover {
	color: #404950;
	text-decoration: underline;
}
.Announcement {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 5px;
}
#publicatie {
	vertical-align: top;
	padding-left: 10px;
}
