/* CSS Document */
/* form tabel */
div.info table {
	width:100%;
	clear:both;
	margin-top:3px;
	margin-bottom:0.5em;
	text-align:left;
	border-bottom:solid 1px #0099CC;
}
div.info table form table {
	border:none;
}
div.info thead td {
	padding:0;
	background:#1C8DB9 url(../images/tabellen/table_thead_links.png) no-repeat top left;
}
div.info thead div.info_header {
	background:url(../images/tabellen/table_thead_rechts.png) no-repeat top right;
	font-weight:bold;
	color:white;
	padding:4px 4px 4px 6px;
}
div.info tfoot td {
	padding:0;
	background:#1C8DB9 url(../images/tabellen/table_tfoot_links.png) no-repeat bottom left;
}
div.info tfoot div.info_footer {
	background:url(../images/tabellen/table_tfoot_rechts.png) no-repeat bottom right;
	font-weight:bold;
	color:white;
	padding:4px 4px 4px 6px;
}
div.info tr.kop {
	font-weight:bold;
	background-color:#7EB9CC;
	
}
div.info tbody td.label {
	background-color:#D8D8D8;	
	width:20%;
}
div.info tr.kop td {
	border-bottom:solid 1px #1C8DB9;
}
div.info tf.kop td img {
	vertical-align: middle;
}
div.info tbody tr {
	background-color:#EEE;
}
div.info tbody tr.oneven {
	background-color:#D8D8D8;	
}
div.info tbody td.field {
	width:80%;
}
div.info tbody tr.valign_top td {
	vertical-align:top;
}
div.info td ul {
	padding:0;margin:0 0 0 2em;
}
div.info td li {
	margin:0;padding:0;
}
