body{
	font-family: Arial, sans-serif;
	font-size:11px;
}
td {
	font-size:11px;
}
input {
	border:0; border-bottom:1px solid #999999;
	font-size:11px;
}
.text{
	width:200px;
}
textarea {
	border:0; border:1px solid #999999;
	font-size:11px;
	font-family: Arial, sans-serif;
	padding:4px;
}
fieldset{
	border:1px solid #aaaaaa;
	padding:2px;
}
.button{
	width:100px;
	height:24px;
	border:1px solid #666666;
}
.navigation{
	position:absolute;
	left:0;
	top:0;
	padding:5px;
	font-weight:bold;
	font-size:15px;
	background:#ddeedd;
	width:99%;
	text-align:right;
}
select{
	border:0; border:1px solid #999999;
	font-size:12px;
	width:150px;
	background:#eeeeee;
}
#suggest{
	position:absolute;
	left:-200px;
	top:-200px;
	display:none;
}
a:link, a:visited, a:active { color: black; text-decoration:none; font-size:13px; }

.alt1{
	background-color:#eeeeee;
}
.div{
	border:1px solid #4DA14D;
	overflow:hidden;
	font-size:9px;
	width:68px;
	height:12px;
	background:#E8F4E8;
	position:absolute;
	color:black;
}

.moving{
	background:#6161C9;
}
.deleteknop{
	border:0;
	background:url('../delete.png');
	width:12px;
	height:12px;
	font-size:0px;
	color:white;
}