html, body {
	margin: 0;
}
body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* For CoolMenu's: */
div.coolmenu	{
	position:absolute;
}

a {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: black;
	font-weight: normal;
	text-decoration: none;
}
a:active, a:visited {
	color: black;
}

td, th {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
th {
	font-weight: bold;
	text-align: left;
}
hr {
	border: 0;
	background-color: #c6c7c6;
	height: 1px;
}

.showOnPrint {
	display: none;
}

.groen
{color: green;}

.kop
{color: black;
font-weight: bold;
font-size: 14px;}

.kopje
{color: black;
font-weight: bold;
font-size: 12px;}

.copyright
{color: black;
text-decoration: none;
font-size: 9px;}

.copyright:hover
{color: black;
text-decoration: none;
font-size: 9px;}

.adres
{color: black;
text-decoration: none;
font-size: 9px;}

.adres:hover
{color: black;
text-decoration: none;
font-size: 9px;}

.route
{color: black;
text-decoration: underline;
font-size: 9px;}

.adres:route
{color: black;
text-decoration: none;
font-size: 9px;}

/* Tabel vulling */
td.header
{background-color: #eeeeee;
font-weight: bold;}

tr.wissel
{background-color: #cccccc;}

tr.selected
{background-color: #F8F8F8;}

table.Oeps
{background-color: #000000}

.grijs
{background-color: #c6c7c6}

.contentvlak
{background-color: #ffffff}

.zijkant
{background-color: #F8F8F8}

.nowrap {
	white-space: nowrap;
}


/* Formulieren */

.input
{font-size: 14px;
text-decoration: none;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: solid;
border-width : 1pt;
border-color: #999999}

.inputzoek
{font-size: 14px;
text-decoration: none;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: solid;
width: 80px; border: 1px #666666 solid; background-color: #EEEDEB}

.button {
	font-size: 12px;
	text-decoration: none;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width : 1pt;
	border-color: #cccccc;
	cursor: pointer;
	/* filter:Alpha(Opacity=50); */
}


div#skel_main > *:first-child {
	margin-top: 0;
}


/* mosadex styled fieldset */
fieldset.form {
	border: 2px solid #6f6f6f;
	border-radius: 4px;
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
}
	fieldset.form legend {
		background-color: #c3502e;
		border: 1px solid #6f6f6f;
		color: #6f6f6f;
		padding: 0 1em 1px 1em;
		margin: 0;
	}

	fieldset.form > h1 {
		display: block;
		background-color: #e0e0e0;
		color: #c3502e;
		margin: 0;
		padding: 1em;
		font-size: 14px;
		font-weight: bold;
	}
		fieldset.form > h1 > img {
			margin-right: 1em;
			vertical-align: middle;
		}

	fieldset.form > form {
		margin: 1em;
		padding: 0;
	}

	fieldset.form > form > table {
		border: 0;
		padding: 0;
		margin: 0 0 0 4em;
	}
	fieldset.form > form > table > tbody > tr > td,
	fieldset.form > form > table > tbody > tr > th	{
		padding: 0 1em 0.5em 0;
	}

	fieldset.form input[type=submit] {
		background-color: #c3502e;
		color: white;
		padding: 0.25em 2em;
		border-radius: 3px;
		border-left-color: #f1ad98;
		border-top-color: #f1ad98;
		border-right-color: #e5653e;
		border-bottom-color: #e5653e;
	}



div#mainmenu {
	/* Based on http://htmldog.com/techniques/dropdowns/ */
	/*background-color: white;*/
	position: relative;
	margin-left: 310px;
	white-space: nowrap;
	text-align: center;
	font-size: 1.1em;
	font-family: "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, Verdana, Arial, Helvetica, sans-serif;
}

div#mainmenu ul {
	padding: 0;
	margin: 0;
	text-align: left;
	z-index: 666;

}
div#mainmenu > ul {
	display: inline-block;
}
div#mainmenu li {
	display: block;
	position: relative;
	list-style: none;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e0e0e0;
}
div#mainmenu li > a {
	display: block;
	padding: 0.4em;
	text-decoration: none;
}
div#mainmenu li li:hover {
	background-color: #e0e0e0;
}
div#mainmenu a[href='#'] {
	cursor: default;
}


/* First level horizontal and always visible */
div#mainmenu > ul > li {
	border: 0;
	display: inline-block;
}
div#mainmenu > ul > li > a {
	color: #6f6f6f;
	font-size: 1em;
	font-weight: bold;
	padding-left: 0.75em;
	padding-right: 0.75em;
}
div#mainmenu > ul > li:hover > a {
	text-decoration: underline;
}

/* 1st (and deeper) nested level */
div#mainmenu > ul ul {
	position: absolute;
	display: none;
	left: 0;
	top: 100%;	/* = start below parent */
	background-color: white;
	box-shadow: 1px 2px 6px #aaa;

	white-space: nowrap; /* prevent wrapping of submenu items */
	width: auto;         /* fit width to content */
	min-width: max-content; /* ensure the width fits the content */
}

/*
div#mainmenu > ul ul ul {
	left: 100%;
	margin-left: -2px;
	top: 2px;
}
*/

/* 2nd (and deeper) nested level appear on the left */
div#mainmenu > ul ul ul {
	top: 2px;
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: -2px;
}

/* Show submenus on hover */
div#mainmenu li:hover > ul {
	display: block;
	/*min-width: 100%;*/
}
