/* CSS Document */

Body {
	background-image:url(images/bg.png);
	background-repeat:repeat;
}
.table_body{
width:720px;
border:none;
}
.b_balk{
background-image:url(images/b_balk.png);
background-repeat:no-repeat;
height:5px;
width:720px;
}
.w_balk{
background-image:url(images/w_balk.png);
background-repeat:repeat-y;
padding-left:20px;
text-align:left;
font-family:"MS Sans Serif", sans-serif;
font-size: 11px;
font-weight: none;
color: #000000;
}
.header{
background-image:url(images/header.png);
background-repeat:no-repeat;
height:67px;
width:720px;
}
.menu{
background-image:url(images/onder_logo.png);
background-repeat:no-repeat;
height:30px;
width:720px;
text-align:center;
}
.footer{
background-image:url(images/footer.png);
background-repeat:no-repeat;
height:50px;
width:720px;
}
.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.tekst_black {
	font-family:"MS Sans Serif", sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #000000;
}

.invul{
	border: 1px solid #00427A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #000000;
}

.login{
	background-image:url(images/button.png);
	border: 0;
	height: 20px;
	width: 60px;
	cursor: pointer;
	---------------
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #FFFFFF;

}
form {
	width:485px;
	margin:2px 5px;
	float:left;
}
.form_index {
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:auto;
}
input.text {
	font-family:"MS Sans Serif", sans-serif;
	font-size:12px;
	width:321px;
}
form .table tr td select {
	font-family:"MS Sans Serif", sans-serif;
	font-weight: bold;
	font-size:12px;
	width: 325px;
}
.tabel_150 {
	width:150px;
}
.tabel_325 {
	width:375px;
}
.text_rood {
	color:#FF0000;
}
table.table {
	font-family:"MS Sans Serif", sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border:none;
}
input.btn {
	font-family:"MS Sans Serif", sans-serif;
	font-weight:bold;
	color:#000;
	width:120px;
	background-color:#BBEEFF;
	border-style:dashed;
	border-color:#000;
	border-width:1px;
}
input.btnhov {
	font-family:"MS Sans Serif", sans-serif;
	font-weight:bold;
	color:#FF0000;
	width:120px;
	background-color:#AAEEFF;
	border-style:dashed;
	border-color:#FF0000;
	border-width:1px;
}
#menu {
	width:auto;
	height: 15px;
	list-style: none;
	margin-left:20px;
	margin-top:11px;
	margin-bottom:5px;
	background:none;
	padding: 0 0 0 10px;

}
#menu li {
	width:auto;
	display:block;
	float:left;
}
#menu li.first {
	background:#999999;
	width:3px;
	height:15px;
	line-height:15px;
	float:left;
	display:block;
	}
#menu a:hover {
	text-decoration: underline;
	background:#999999;
}
#menu a {
	float: left;
	display: block;
	height: 15px;
	line-height: 15px;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	padding: 0 17px 0 17px;
	width:55px;
	border-right:3px solid #999999;
	background:none;
}
#menu li.first.active {
	background: none;
}
#menu li.active {
	background:#999999;
	padding: 0 0 0 0;
	margin: 0 0px;
}
#menu li.active a {
	color: #FFFFFF;
	background:#999999;
	padding: 0 17px 0 17px;
	display:block;
}
.witte_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.witte_link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.witte_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}