* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	background-image: url('/images/frontend/overall-bg.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
}
div#body-container {
	width: 100%;
	min-height: 100%;
	background-image: url('/images/frontend/background-total.gif');
	background-position: center 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
a, a:link, a:visited {
	color: #5995b8;
	text-decoration: none;
	outline: 0;
}
a.active, a:hover, a:active {
	color: #c0a021;
	text-decoration: none;
	outline: 0;
}
p img {
	border: 0;
}
a img {
	border: 0;
	outline: none;
}
h1 {
	color: #1e4154;
}
h2 {
	font-size: 20px;
	color: #B10000;
}
h3 {
	font-size: 16px;
	color: #c0a021;
	font-weight: normal;
}
h4 {
	font-size: 15px;
	color: #B10000;
	line-height: 18px;
}
h5 {
	font-size: 16px;
	margin-left: 5px;
	color: #B10000;
	font-weight: bold;
	float: right;
}
h5.maker {
	font-size: 12px;
	color: #c0a021;
	line-height: 14px;
}
table {
	margin-top: 15px;
}
th {
	text-align: left;
	color: #1e4154;
}
label {
	width: 45%;
	float: left;
}
input[type=text] {
	font-size: 10pt;
	font-family: Myriad Pro, Arial, Verdana, sans-serif;
	padding: 1px;
}


div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32px;
}
h1#replace-header {
	background-image: url('/images/frontend/nnw-logo-header.png');
	background-repeat: no-repeat;
	width: 524px;
	height: 210px;
	display: block;
	margin: 0 auto;
	text-indent: -9999em;
}
ul#top-menu {
	width: 751px;
	height: 40px;
	background-color: #8bcde6;
	margin: 0 auto;
	display: block;
	background-image: url('/images/frontend/bg-menu.jpg');
}
ul#top-menu li {
	float: left;
	list-style: none;
	color: #FF0099;
	font-size: 14px;
	text-indent: -9999em;
}
ul#top-menu li.backend {
	text-indent: 0;
	color: #1E4154;
	margin-left: 10px;
	padding-top: 3px;
}
ul#top-menu li.backend  a:hover,
ul#top-menu li.backend a:active,
ul#top-menu li.backend a.active{
	text-indent: 0;
	color: #482005;
}

div#image-rotator {
	width: 760px;
	margin: 0 auto;
	height: 85px;
}

div#content {
	width: 701px;
	margin: -14px auto;
	background-color: #FFF;
	padding: 40px 20px 30px 30px;
}
div#content p {
	margin-top: 15px;
}

div.voorstelling-container {
	width: 100%;
	clear: left;
	margin-top: 15px;
	height: 181px;
}
div.voorstelling-left {
	float: left;
	width: 339px;
}
div.voorstelling-right {
	float: right;
	width: 339px;
}
div.voorstelling-left img, div.voorstelling-right img { 
	float: left;
	border: 2px solid #cc9933;
	
}
div.voorstelling-left p, div.voorstelling-right p,
div.voorstelling-left h4, div.voorstelling-right h4, 
div.voorstelling-left h5, div.voorstelling-right h5 {
	margin-left: 10px;
	width: 195px;
	text-align: left;
	float: left;
}
div#content div.voorstelling-left p, div#content div.voorstelling-right p {
	margin-top: 5px;
	line-height: 12px;
	font-size: 10px;
}
div#footer a {
	float: left;
	display: block;
}
