@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link{
	color: #000000;
	text-decoration: none;
}
a:active{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #ffcc00;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}

#midden {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 968px;
	min-height: 100%;
	background: #d0d0d0;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	border-left: #000000 5px solid;
	border-right: #000000 5px solid;
}

#header {
	position: relative;
	background-image:url(images/header.png);
	height: 167px;
	vertical-align: text-bottom;
} 

#menu{
	float:left;
	width:235px;
	text-align: left;
}

#menubar{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
	width: 840px;
	z-index: 2;
	line-height: 40px;
	vertical-align:middle;
	text-align: left;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 1.4em;
}

#menubar a:link{
	color: #FFFFFF;
	text-decoration:none;
}
#menubar a:active{
	color: #FFFFFF;
	text-decoration:none;
}
#menubar a:hover{
	color: #ffcc00;
	text-decoration:none;
}
#menubar a:visited{
	color: #FFFFFF;
	text-decoration:none;
}

#inhoud{
	float:right;
	width:730px;
	text-align: left;
	overflow: auto;
}

.block{
	padding: 5px;
}

#footer { 
	clear:both;
	background-image:url(images/footer.png);
	height: 24px;
	line-height: 24px;
	
} 

#footer a:link{
	color: #000000;
	text-decoration:none;
}
#footer a:active{
	color: #000000;
	text-decoration:none;
}
#footer a:hover{
	color: #000000;
	text-decoration:none;
}
#footer a:visited{
	color: #000000;
	text-decoration:none;
}

#loginfr{
	width: 421px;
	height: 270px;
	background-image:url(images/login.png);
}

#login{
	position: relative;
}

#loginform{
	position: absolute;
	top: 80px;
	left: 120px;
}

.kader{
	width:705px;
	background-color:#333333;
}

.kader td{
	background-color:#d0d0d0;
}

.kader .label{
	width: 250px;
}

.kader .filled{
	background-color: #078a7d;
	font-size: 1.2em;
	color: #ffcc00;
	text-align: center;
}

.kader th.filled{
	background-color: #078a7d;
	font-size: 1em;
	color: #ffcc00;
	text-align: left;
}
.kader th.filledSmall{
	background-color: #078a7d;
	font-size: 1em;
	color: #ffcc00;
	text-align: left;
	width:25px;
}
.kader .filledRight{
	background-color: #078a7d;
	font-size: 1em;
	color: #ffcc00;
	text-align: right;
}
.kader .knopje{
	width: 25px;
}

img{
	border: 0px;
}
