/* body styles */
body {
	margin: 20px 15px;
	color: black;
	background-color: white;
}
body.index {
	overflow: hidden;
	margin: 0;
	padding: 100px 0 25px 0;
	background: #FF9900 url(grid.gif);
}
body.popUp {
	background-color: #FFEFD5;
}
body#error {
	margin:0;
	padding: 0;
	overflow: hidden;
}


/* lettertypes */
body, .veld, .veldlang, .veldadmin, input.button, select {
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
body, th, td {
	font-size: 0.7em;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
p#onder {
	font-size: 0.9em;
}
input.button, textarea {
	font-size: 1em;
}


/* div styles */
div#container, div#header, div#footer {
	width: 760px;
	left: 50%;
	margin-left: -383px;
	border-left: 3px solid white;
	border-right: 3px solid white;
}
* html div#container, * html div#header, * html div#footer {
	width: 766px;
}
div#container {
	position: relative;
	overflow: auto;
	background-color: #FFEFD5;
}
* html div#container {
	height: 100%;
}
div#content {
	width: 615px;
	margin: 20px 0 20px 15px;
	text-align: left;
}
* html div#content {
	width: 630px;
	margin: 0;
	padding: 20px 0 20px 15px;
}
div#header {
	height: 100px;
	top: 0;
	position: absolute;
	background: white url(nav_back.gif) repeat-x;
}
div#footer {
	height: 25px;
	bottom: 0;
	position: absolute;
	background: white url(onder_back.gif) repeat-x;
}
* html div#footer {
	bottom: -1px;
}
div#navigatie {
	width: 760px;
	height: 15px;
	left: 0;
	top: 78px;
	position: absolute;
	text-align: center;
}
div#toTop {
	bottom: 32px;
	left: 50%;
	margin-left: 268px;
	position: absolute;
	display: none;
}
div.bestel {
	float: right;
	margin: 5px 0 10px 10px;
	text-align: center;
}
div#nav_stats {
	width: 100%;
	text-align: center;
	background: #F7CE93;
	border-bottom: 1px solid #AE6D0D;
	border-top: 1px solid #FAE2BE;
	padding: 4px;
	margin-top: 15px;
}
@media screen {
	body>div#header, body>div#footer, body>div#toTop, body>div#navigatie {
		position: fixed;
	}
	body>div#container {
		height: 100%;
	}
}


/* kleuren voor alinea's, spans, etc. */
.oranje {
	color: #ff9900;
}
.attentie {
	color: #d20000;
}


/* koppen en subkoppen */
h1 {
	font-weight: bold;
	color: navy;
	margin-top: 15px;
	margin-bottom: 5px;
}
h2 {
	font-weight: bold;
	color: black;
	margin-top: 0;
	margin-bottom: 0;
}


/* link-eigenschappen: */
a {
	color: navy;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a.onder {
	color: white;
}
a.anchorH2 {
	text-decoration: none;
	color: black;
}


/* alinea's */
p.titelinfo {
	margin: 0 0 10px 0;
}
p#onder {
	color: white;
	text-align: right;
	margin: 0;
	padding: 8px 5px 0 0;
}
p.noMargin {
	margin: 0;
}


/* tabeleigenschappen */
th, td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
th {
	color: navy;
}
th.links, td.links, td#error {
	text-align: left;
}
td {
	color: black;
	border-top: 1px solid #E0CFA7;
}
td.slider {
	padding: 0;
	border: none;
	text-align: left;
}
td#error {
	height: 300px;
	border: solid 1px black;
	padding: 15px 15px 70px 200px;
	background: white url(error_back.gif) no-repeat;
	vertical-align: bottom;
}


/* images */
img#titel {
	left: 5px;
	top: 40px;
	position: absolute;
	z-index: 1;
}
img#navBgNoJs {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 0;
}
img.tnCollectie {
	float: left;
	clear: left;
	margin: 0 15px 20px 0;
	border: 1px solid black;
}
img.kader {
	border: 1px solid black;
}


/*  opsommingsteken */
ul {
	list-style: disc url(ul.gif);
}


/* formulier elementen */
.veld, .veldlang, .veldadmin {
	background-color: white;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	overflow: auto;
}
.veld {
	width: 210px;
}
.veldlang {
	width: 300px;
}
.veldadmin {
	width: 800px;
}
input.button {
	background-color: white;
	color: navy;
	width: 120px;
	margin-top: 10px;
	border: 1px solid black;
}
select {
	background-color: white;
	width: 55px;
}
label {
	font-weight: bold;
	float: left;
	padding-right: 10px;
	width: 115px;
	text-align: right;
	margin-bottom: 10px;
	color: navy;
}
* html label {
	width: 125px;
}
label:hover {
	color: #FF9900;
}
label.noFloat {
	font-weight: normal;
	float: none;
	width: auto;
	text-align: left;
	padding: 0;
	margin: 0;
}
label.noFloat, label.noFloat:hover {
	color: black;
}