* {
	margin: 0;
	padding: 0;
}

html {
  height: 100%;
	overflow-y: scroll;
}

body {
  height: 100%;
	text-align: center;
	background-color: #3E0204;
	font-family: Trebuchet, 'Trebuchet MS';
	font-size: 13px;
}

h1 {
	color: #001478;
	font-size: 21px;
	padding-bottom: 10px;
}

h2 {
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0;
}

h3 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

ul li {
	margin-left: 20px;
}

ol li {
	margin-left: 25px;
}

img {
	border: 0;
}

#wrap {
	width: 950px;
	margin: 0 auto;

  height: auto !important; /* real browsers */
  height: 100%; /* IE6: treaded as min-height*/
  min-height: 100%; /* real browsers */

	padding: 0 10px;

	text-align: left;

	background: url("/images/heritagepartnership/background.gif") repeat-y;
}

#header {
	margin: 0;
	padding: 19px 0 0 0;

	background-color: black;
}

#topmenu {
	background-color: black;
	text-align: right;
	padding: 6px 20px 6px 0;
	word-spacing: 20px;
}

#topmenu a {
	color: white;
	font: 12px Arial;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
}

#topmenu a:hover {
	text-decoration: underline;
}

#menu {
	float: right;

	width: 250px;
	padding: 5px 10px;
}

#menu a {
	text-decoration: none;
	color: black;
	display: block;
	outline: none;
}

a.level1 {
	width: 239px;
	padding: 2px 5px;
	border-top: 1px solid #851D1D;
}

a.first {
	border: none;
}

a.level1_actief {
	width: 239px;
	padding: 2px 5px;
	font-weight: bold;
	background: #CC9B97 url('/images/heritagepartnership/menupijl.gif') no-repeat 225px;
	border-top: 1px solid #851D1D;
}

a.level1:hover {
	background-color: #CC9B97;
}

a.level2 {
	width: 224px;
	padding: 2px 5px 2px 20px;
}

a.level2_actief {
	width: 224px;
	padding: 2px 5px 2px 20px;
	background-color: #CC9B97;
}

a.level2:hover, a.level2_actief:hover {
	background-color: #CC9B97;
}

#content {
	float: right;

	width: 650px;
	padding: 15px 15px 30px 15px;

	line-height: 18px;

}

#content a
	color: #851D1D;
}

#content a:hover {
	color: #001478;
}

/*
form {
	margin: 0;
	padding: 0;
}

form.mailform {
	margin: 0;
}

input {
	font: 14px Georgia, Times New Roman, Times, serif;
}
*/

div#footer {
	clear: both;
}

p {
	
}


#card {
	position: relative;

	display: block;
	width: 150px;

	margin: 0 auto;
}

#card img {
	width: 150px;
}

#card span {
	position: absolute;
	top: -3px;
	right: -5px;

	height: 18px;
	width: 26px;

	padding-top: 2px;

	font-size: 12px;

	text-align: center;

	color: white;
	font-weight: bold;

	background: url('/images/heritagepartnership/counter.png') no-repeat;
}

