@CHARSET "ISO-8859-1";

html {
	font-size: 1em;
	line-height: 1.4;
}

body {
	height: 100%;
	font-size: 100%;
	font-family: Verdana, sans-serif;
	color: #dd682e;
}

h1 {
	font-size: 1.125em; /* 18px / 16px */
}

h2 {
	font-size: 1em; /* 18px / 16px */
}

.bigger {
	font-size: 1em; /* 16/16 */
}

img {
	width: 100%;
}


a {
	/*text-decoration: none;*/
}

td {
	padding-right: 10px;
}

p,li, td {
	font-size: 0.875em; /* 14px / 16px */
}

a:link, a:visited, a:active {
	/*color: #666666; */
}

a:hover {
	/*color: #FFFFFF;*/
}

#page {
	margin: 20px auto;
	width: 90%;
	max-width: 1280px;
}

#leftmenu {
	display: table-cell;
	width: 170px;
	background-color: #FFF4C0;	
}

#leftmenu ul {
	list-style: none;
	padding: 0 0 0 15px;
}

#leftmenu li {
	float: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .75em;
	width: 86%;
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 10px;
	border: 1px solid #dd682e;
}

#leftmenu a {
	text-decoration: none;
	color: #dd682e;
}

.krul {
	float: right;
	width: 18px;
	padding: 0 2px 0 0;
}

#logo { 
	width: 90px;
	margin: 10px 0 0 40px;
}

#container {
	display: table-cell;
	max-width: 1150px;
	vertical-align: top;
}

#leftsidebar {
	display: table-cell;
	width: 140px;
	background-image: url(../images/streep.jpg);
	background-repeat: repeat-y;
	background-position: top left;	
}

#leftsidebar img {
	float: left;
	margin: 0 0 30px 0;
}

#rightsidebar {
	display: table-cell;
	width: 90px;
	background-image: url(../images/vormpjes.gif);
	background-repeat: repeat-y;
	background-position: top left;
	z-index:-1;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	max-width: 1100px;
	margin: 0 0 0 0;
}

#content {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px 0 20px;
}

#footer {
	width: 100%;
	clear: both;
	float: left;
	padding: 20px 0 10px 0;
	text-align: center;
	font-size: .625em; /* 10px / 16px */
}

.kop {
	font-weight: bold;
}

iframe {
	padding: 0;
	margin: 5px 0 0 0; 
	width: 100%;
	height: 21px;
	border: 0px;
}

.padding li {
	padding: 0 0 15px 0;
}

li.fixedfont {
	font-family: monospace;
	font-wight: bold;
	font-size: 1.25em; /* 20px / 16px */
}

.waarschuwing
{
	font-size: .75em;
	color: #CC0000;
}

.required
{
	background-color: #FFFFCC;
}

label.error 
{
	background: url("../../Lib/images/unchecked.gif") no-repeat 8px 0px;
	padding-left: 26px;
  	padding-bottom: 2px;
 	color: red;
	font-style: italic
}

/* adaptions for different screen sizes 
	320px mobile portrait
	480px mobile landscape
	600px small tablet
	768px tablet portrait
	1024px tablet landscape/netbook/desktop
	1280px desktop large
 */
@media screen and (max-width: 479px) {
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	/* 	480px mobile landscape
		600px small tablet
	 */
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	/* 	768px tablet portrait */
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	/* 1024px tablet landscape/netbook/desktop */
}

@media screen and (min-width: 1280px) { /* 1280px desktop large */
}