#header{
	background-color: #9ac;
	padding:5px;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333;
	line-height: 1.4em;
	background-image: url("../images/achtergrond.gif");
	background-repeat: repeat-x;
}
#wrap{
	width:976px;
	margin:0 auto;
	text-align:left;
}
.vak{
	margin-top:15px;
	border: 2px solid #ccc;
}
.vak .vakinhoud{
	padding:5px;
}

.vak h1{
	margin:0;
	background-color: #e6e6e6;
	font-size: 12px;
	font-weight: bold;
	color: #888;
}

img {
	border:0px;
}

#left-menu ul{
	padding-left: 0;
	margin-left:0;
	list-style-type: none;
	font-size: 1.1em;
	line-height: 1.5em;
}
#left-menu li{
	padding-left: 0;
	margin-left:0;
}
#left-menu ul .active a{
	color: #aaa;
}
#left-menu ul ul{
	padding-left:10px;
	font-size: 0.9em;
}

#adminvenster ul{;
	font-size: 1.0em;
}

a {
	color: #679;
}
#left-menu a {
	color: #888;
	font-weight: bold;
	text-decoration:none;
}
#left-menu .active{
	color: #555;
}

#left-menu a:hover{
	color:#aaa;
}

input, select, textarea {
	color: #666;
	background-color: #eee;
	border: solid 1px #ccc;
	margin-bottom:5px;
}
input:focus, select:focus, textarea:focus {
	background-color: #f6f6f6;
}

.borderedtable {
	border: solid 1px #9ac;
}
.borderedtable th {
	border: solid 1px #9ac;
	background-color: #cdf;
}
.borderedtable td {
	border: solid 1px #9ac;
}

#left-menu{
	width: 186px;
	float:left;
	padding-top: 18px;
}

.kader{
background: url(../images/bg_kader.jpg) repeat-y top center;
/*
	padding: 0 13px 0 12px;
	width: 166px;
*/
	margin-bottom: 5px;
	padding: 0 14px 0 12px;
	width: 160px;
}
.kader .top{
	background: url(../images/top_kader.jpg) no-repeat top center;
	height: 8px;
	margin: 0 -14px 0 -12px;
}
.kader .but{
	background: url(../images/but_kader.jpg) no-repeat top center;
	height: 8px;
	margin: 0 -14px 0 -12px;
}
#loginvenster input{
	width:158px;
}
#loginvenster #loginsubmit{
	width:66px;
}

.kalenderdag ul{
	padding-left: 0;
	margin-left:0;
	list-style-type: none;
}

.kalenderdag li{
	padding-left: 0;
	margin-left:0;
}
.clearfix {
	display:block;
}

.formrow .forml {
	float:left;
	text-align:right;
	width:70px;
}

.formrow .formr {
	width:340px;
}