/* palette : 

#270000 #760000 #932200 #C10000 #FFB700

*/

img {
	margin: 0px;
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fefefe;
	color: black;
	font-family: verdana;
}

h1 {
	font-size: x-large;
	color: #C10000;
}

h2 {
	font-size: large;
	color: #C10000;
}

h3 {
	font-size: medium;
	text-decoration: underline;
}
div#topbar {
	position: absolute;
	height: 80px;
	left: 0px;
	top: 0px;
	right: 0px;
	background-image: url('images/header-tile.png');
	background-repeat: repeat;
	border-bottom: solid 2px #270000;
	z-index: 900;

}

div#curtain-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 76px;
	height: 214px;
	background-image: url('images/curtain-left.png');
	background-repeat: no-repeat;
	background-position: left;
	z-index: 999;
}

div#curtain-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 76px;
	height: 214px;
	background-image: url('images/curtain-right.png');
	background-repeat: no-repeat;
	background-position: right;
	z-index: 999;
}

div#header {
	position: absolute;
	height: 48px;
	right: 80px;
	width: 293px;
	top: 16px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 950;
}

div#logo {
	position: absolute;
	height: 60px;
	width: 89px;
	left: 80px;
	top: 10px;
	background-image: url('images/hoorn.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 950;
}

div#content {
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 120px;
}

div#hdrnav {
	position: absolute;
	left: 100px;
	top: 90px;
	height: 2em;
	color: #C10000;
}

div#hdrnav a {
	color: #C10000;
	text-decoration: none;
}
span.dot {
	color: #C10000;
}


div#footer {
	clear: both;
	padding-bottom: 1em;
	padding-top : 2em;
	text-align: center;
	font-size: small;
	color: #3B331E;
	border-top : solid 1px #aaaaaa;
}

div.inhoud {
	margin: 0px;
	padding: 4px;
	border: 0px;
	margin-left: 10px;
	background: #FFE9BC;
	margin-bottom: 10px;
	border:1px dotted gray;
	
}

div.inhoud p {
	padding: 1px;
	margin: 1px;
}

div.inhoud p.info {
	font-style: oblique;
}
div.inhoud h3 {
	padding: 1px;
	margin: 1px;

}

.big {
	font-weigt: bold;
	font-size: 70pt;
	text-align: center;
}

.big a {
	color: inherit;
	text-decoration: none;
}

.right {
	text-align: right;
}