@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-image:url(images/back.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#5f1d44;
	font-size:12px;
}

#header {
	margin-top:5px;
	height: 120px;
	width: 890px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	border-left:#80284a 2px solid;
	border-right:#80284a 2px solid;
	border-top: #80284a 2px solid;
}
#menu {
	width: 890px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	border-left:#80284a 2px solid;
	border-right:#80284a 2px solid;
}
#text {
	background-image:url(images/backtext.png);
	width: 840px;
	min-height:500px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-left:#80284a 2px solid;
	border-right:#80284a 2px solid;
	border-bottom:#80284a 2px solid;
	margin-bottom:3px;
	padding:25px;
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#2a2317;
}
h2 {
	font-size:13px;
	font-weight:bold;
	color:#2a2317;
}
h3 {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#2a2317;
	margin-top: 3px;
	bottom-margin: 8px;
	}
a:hover {
	color:#ab3360;
	text-decoration:none;
}
a {
	color:#671d41;
	text-decoration:underline;
}
a:visited, a:href, a:active, a:link {
	color:#671d41;
	text-decoration:underline;
}
input, textarea {
	color:#B320A8;
	font-family:Arial, Helvetica, sans-serif;
}
.button {
	color:#f5e5f1;
	background-color:#9c2e5a;
}
.guest {
	font-size:10px;
}
.guestback {
	font-size:10px;
	background-image:url(images/backguest.png);
}
.nieuwsback {
	background-image:url(images/backguest.png);	
	padding: 5px;
}
.bijschrift {
	font-size:9px;
	font-style:italic;
}
.kleinschrift {
	font-size:10px;
}
.line {
	border-bottom: 1px #5f1d44 solid;
}

/* navigation menu */

ul#topnav {
	margin: 0;
	padding: 0;
	padding-left:5px;
	list-style: none;
	float: left;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	width:885px;
	background: url(images/a_bg.gif) repeat-x;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:30px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 5px 27px;
	float: left;
	text-decoration: none;
	color: #f5e5f1;
	background: url(images/a_bg.gif) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #720a47;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}
