body, html {
	height: 100%;
	margin: 0; 
	padding: 0; 
	background: #ccccff;
	font-family: arial, sans-serif;
}

img {
	border: 0;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

.mw {
	width: 100%;
}

.nw {
	white-space: nowrap;
}

.vat {
	vertical-align: top;
}

.b {
	font-weight: bold;
}

.error {
	font-weight: bold;
	color: red;
}

h3 {
	font-size: 1em;
	margin: 0 0 3px 15px;
	padding: 0;
}

a {
	color: black;
}

div#container {
	background: #fff url('../img/bg.jpg') no-repeat;
}

div#container.sm {
	background: #fff url('../img/bg2.jpg') no-repeat;
}

div#container.sm div#container_wrapper {
	background: url('../img/bg3.jpg') no-repeat bottom left;
}

div#menu {
	background-image: url('../img/menu_bg.png');
	background-position: top right;
	background-repeat: repeat-x;
	height: 122px;

	/* IE PNG fix */
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='img/menu_bg.png');
}

div#menu_wrapper {
	background: url('../img/logo.png') no-repeat top right;
	width: 100%;
	height: 122px;
}

img#logo {
	float: right;
	display: inline;
}

div#menu div#menu_wrapper div {
	position: relative;
	float: left;
	display: inline;
	padding: 65px 0 0 20px;
}

div#nieuws {
	float: left;
	display: inline;
	width: 25%;
	margin-top: 80px;
}

div#nieuws h1 {
	background: url('../img/nieuws.png') no-repeat;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 17px;
	color: #5B81A8;
	margin: 5px 10px;
}

div#nieuws p {
	color: #606060;
	font-size: 0.9em;
	margin: 0 10px;
}

div#nieuws img.leesverder {
	margin: 5px 10px 0 0;
}

div#nieuws div.spacer {
	clear: left;
	height: 1px;
	background: url('../img/dot.png') repeat-x;
	margin: 10px 10px;
	line-height: 0;
}

div#submenu {
	position: absolute;
	top: 175px;
	left: 37px;
	width: 175px;
	height: 350px;
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#submenu div a {
	text-decoration: none;
	color: #6c7073;
}

div#submenu div {
	border: 1px solid #d9d9d9;
	margin: 5px 10px;
	padding: 3px;
	background-color: #fff;
	font-size: 0.9em;
	color: #505152;
}

div#submenu div.selected {
	border: 1px solid #505152;
	color: #000;
}

div#submenu div.selected a {
	color: #000;
}

div#content {
	float: left;
	display: inline;
	width: 100%;
	margin: 5px 0 15px 0;
}

html > body div#content { /* non-IE < 7 */
	min-height: 400px;
} 

* html body div#content { 
	height: 400px; 
}

div#content_nextnews {
	width: 75%;
}

div#content.sm {
	width: auto;
	margin-left: 230px;
}

div#spacer {
	float: right;
	display: inline;
	width: 1px;
	height: 1px;
}

div#content div#head {
	border: 1px solid #E5E5E5;
	margin: 0 15px;
	background: #fff;
	padding-bottom: 10px;
}

div#content div#head h1 {
	margin: 0 1px;
	background: #fff url('../img/body_bg.png') repeat-x;
	font-size: 1.1em;
	padding: 12px 0 0 20px;
}

div#content div#head h1 img {
	margin-right: 10px;
	vertical-align: middle;
}

div#content div#body {
	border: 1px solid #E5E5E5;
	border-top: 0;
	margin: 0 15px;
	background: #fff;
}

div#content div#body div#wrapper {
	margin: 0 1px;
	background: #fff url('../img/body_bg.png') repeat-x;
	padding: 15px 0;
}

/*
html > body div#content div#body div#wrapper { 
	min-height: 250px;
} 

* html body div#content div#body div#wrapper { 
	height: 250px; 
}
*/

div#wrapper p {
	margin: 0 15px 10px 15px;
}

div#wrapper img {
	margin: 0 10px;
}

div#footer {
	clear: both;
	height: 80px;
	background: url('../img/footer.gif') repeat-x;
	text-align: right;
}

div#footertext {
	text-align: center;
	font-size: 0.7em;
}

div#footertext p {
	margin: 2px 0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	font-size: 0.8em;
	text-align: left;
	padding: 10px 5px;
	vertical-align: top;
}

th.r {
	text-align: right;
}

td {
	padding: 5px;
	font-size: 0.8em;
}

td input.text {
	width: 300px;
}

td input.aantal {
	width: 50px;
}

td textarea {
	width: 300px;
	height: 75px;
	font-family: arial, sans-serif;
	font-size: 0.8em;
}


div.tooltip {
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 
    font-size: 0.8em;
    border: 1px solid #ebebe4;
	background-color: #fff;
	white-space: nowrap;
}

div#wrapper div.tooltip img {
	margin: 0;
}

div.merklogo {
	float: left; 
	display: inline;
	padding: 3px;
	margin: 5px;
	border: 1px solid #ebebe4;
}
