@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; color:#FFF;
	background: #aa000a;
	background-image:url(../images/tile.png);
	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;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainMenu {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/rodelijn.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.oneColFixCtr #mainMenu2 {
	background-image: url(../images/donkerrodelijn.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtr #mainContent {
	height: 500px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColFixCtr #mainFooter {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
}
#menulink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	line-height: 14px;
	font-weight: bold;
	color: #c2cbdc;
}
#superkop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16pt;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
}
#kop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
}
#subkop {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
}
#plattetekst {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
}
#plattetekstlink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 16px;
	font-weight: normal;
	text-decoration: underline;
}
#plattetekstvet {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
}
#naw {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFF;
}
#nawvet {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #FFF;
}
#foto {
	border: 1px solid #000;
	margin: 5px;
}
#fotolinks {
	border: 1px solid #000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

