body {
	padding: 0;
	margin: 0;
	color: #000;
	background: #e3e3e3 url("/images/bg.jpg") repeat-x;
}
body, td {
	font: 11px Verdana, Arial, Times;
}


ul#navigation, ul#navigation ul {
	margin: 0;
	padding: 0;
}
/* level 1 horizontaal plaatsen, rechtermarge, bullets verwijderen */
ul#navigation li {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	/*background: url(/images/bgContent.jpg);*/
	width: auto;
	height: 24px;
	padding: 7px 0 0 0;
	color: #000000;
}
ul#navigation li:hover {
	background: url(/images/nav.jpg) no-repeat center bottom;
}
/* block element, padding, onderlijning verwijderen */
ul#navigation li a {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	color: #555555;
}
ul#navigation li a:hover {
	color: #ffffff;
}
/* level 2 absolute positioneren, overflow niet zichtbaar zetten */
ul#navigation li ul {
	position: absolute;
	overflow: hidden;
	display: none;
	color: #ffffff;
	padding: 6px 6px;
}
/* level 3 achtergrond veranderen, breedte instellen, left floats verwijderen */
ul#navigation li ul li {
	background: #c0c0c0;
	width: 170px;
	clear: left;
	text-align: left;
	padding: 0 0 8px 0;
	font-size:9px;
	height: 12px;
	margin: 0;
}
/* block element, height is nodig voor mensen die javascript uit hebben staan */
ul#navigation li:hover ul {
	display: block;
	height: auto;
}

.logo {
	background: url("/images/logo_wvne.gif");
	background-repeat: no-repeat;
	background-position: 50% 55%;
	height: 120px;
	padding: 0 6px;
}
.stad {
	font: 16px 'Courier New', Courier, monospace;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.content {
	/* background: url("/images/bgContent.jpg"); */
	background-color: #ffffff;
}
.subcontentLeft {
	padding: 0 12px;
}
.subcontentRight {
	width: 175px;
}
.indent {
	padding: 0 12px;
}
.divider {
	background: url("/images/lineDark4.gif") no-repeat;
	height: 4px;
}
.divider2 {
	background: url("/images/lineLight.gif") no-repeat;
	height: 1px;
}
.divider3 {
	background: url("/images/lineDark.gif") repeat-x;
	height: 1px;
}
.divider4 {
	background: url("/images/lineDark.gif") repeat-x;
	height: 4px;
}
.divider5 {
	background: url("/images/lineLight.gif") left repeat-x;
	height: 1px;
}
.dividerShortLeft {
	background: url("/images/lineShortLeft.gif") no-repeat;
	height: 1px;
}
.dividerShortRight {
	background: url("/images/lineShortRight.gif") no-repeat;
	height: 1px;
}
.vertDivider {
	width: 1px;
	background: #56504F;
}
.columnLeft {
	font-family: Arial;
	width: 258px;
	padding: 1px 0 0 10px;
}
.columnRight {
	font-family: Arial;
	width: 258px;
	padding: 1px 0 0 10px;
}
.pageTitle {
	color: #d89523;
	letter-spacing: 1pt;
	text-transform: uppercase;
	padding: 10px 12px 5px;
	font: bold 16px arial;
}
.endTitle {
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 12px;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1pt;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 -15px;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 -14px;
}
.columnLeft h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -4px;
	margin-bottom: 6px;
}
.columnRight h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -4px;
	margin-bottom: 6px;
}
.internav {
	background: url("/images/lineVert.gif") no-repeat;
	height: 31px;
	width: 1px;
}
input.btn {
	color: #050;
	border: 1px solid;
	border-top-color: #696;
	border-left-color: #696;
	border-right-color: #363;
	border-bottom-color: #363;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
	background: #fed;
	font: bold 97% 'trebuchet ms', helvetica, sans-serif;
}
input.btnSmall {
	color: #050;
	height: 19px;
	border: 1px solid;
	border-top-color: #696;
	border-left-color: #696;
	border-right-color: #363;
	border-bottom-color: #363;
	filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
	background: #fed;
	font: bold 90% 'trebuchet ms', helvetica, sans-serif;
}
.field {
	height: 18px;
	border: 1px solid #696;
	background: #fff;
	font: normal 97% 'trebuchet ms', helvetica, sans-serif;
}
.fieldSmall {
	height: 19px;
	border: 1px solid #696;
	background: #fff;
	font: normal 10px 'trebuchet ms', helvetica, sans-serif;
}
.fieldSmallText {
	color: #666;
	font: normal 9px 'trebuchet ms', helvetica, sans-serif;
}
.message {
	color: blue;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.error {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #f00;
}
.pagenumbering {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.whitebox {
	font-weight: bold;
}
.indented_cell {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.curl {
	background: transparent url(/images/curl.gif) no-repeat scroll 0 3px;
	display: inline;
	font-weight: bold;
	padding-left: 12px;
	clear: both;
	float: left;
	padding-bottom: 12px;
}
.banner {
	color: #fff;
	text-align: center;
	padding: 4px 4px;
}
.banner a:visited {
	color: #fff;
	text-decoration: none;
}
.banner a:hover {
	color: #fff;
	text-decoration: underline;
}
.banner a:link {
	color: #fff;
	text-decoration: none;
}
.admin {
	color: #fff;
	text-transform: uppercase;
	background: #060;
}
.interesse {
	float: left;
	width: 50%;
	white-space: nowrap;
}
.bigPurple {
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana;
	color: #FF00AA;
}
.smallText {
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
}

.newsHeadingLeft {
	float: left;
	clear: both;
	width: 560px;
	height: auto;
	margin-bottom: 10px;
	padding: 5px;
}
.newsHeadingLeftImage {
	float: left;
	width: 120px;
	height: auto
}
.newsHeadingLeftDesc {
	float: right;
	margin-left: 4px;
	width: 435px;
	height: auto
}
.newsHeadingLeftDesc h2 {
	font-size: 14px;
}
.newsHeadingLeftDesc h2, .newsHeadingLeftDesc p {
	margin: 0;
	line-height: 1.7em;
}

.style1 {
	background: url("/images/lineDark.gif") repeat-x;
	height: 1px;
	text-align: center;
}
.style2 {
	text-align: right;
}

