@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
/*	background-image:url(images/2011/bg2011a.jpg); */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0px;
}

#container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
/*	background-image:url(images/2011/bg2011a.jpg); */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #333333;
} 
.kop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	color: #999;
	line-height: normal;
	font-style: normal;
	text-transform: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	text-align: left;
}
.textw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
	text-align: left;
}
.text a:hover { 
	color: #000000;
	background-color: #ffffff;
	text-decoration: underline;
	padding-top: 3px;
	padding-bottom: 3px;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}
.menu a:hover { 
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-color:#666;
	border-bottom-style:solid;
	border-bottom-width: 2px;
}

.text-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
	line-height: 18px;
	text-align: left;
}

.textlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.afbeelding {
	margin-bottom: -1px;
	margin-left: 0px;
	border: 0px solid #666666;
	padding: 0px;
}
.afbeelding2 {
	margin-bottom: -1px;
	margin-right: 0px;
	border: 0px solid #666666;
	padding: 0px;
}
.stippellijn {
	border: 5px solid #ffffff;
}
.form {
	border: 1px solid #666666;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #333;
}
.button {
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px;
	cursor: default;
}
.button a:hover {
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding: 2px;
}

