@charset "utf-8";
/* CSS Document */

.table_myfapo { padding:20px;}

.table_config { background-color:#ebebeb; border:#b3ee00 solid 1px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-right-radius: 5px; padding: 5px; }
.table_config_inner {padding: 5px;}
.table_config_topic {border-left:#666 solid 1px; border-top:#666 solid 1px; border-right:#666 solid 1px; font-size:11px; font-weight:bold; padding:10px; width:200px;}
.table_platzhalter {background-color:#FFF;}
.table_config_inner_left {border-left:#666 solid 1px;}
.table_config_inner_right {border-right:#666 solid 1px;}

.table_liste_breit_admin_head {}
.table_liste_breit_admin {padding:5px; border-bottom:#FFF 1px solid;}
.table_liste_breit_admin:nth-child(odd) {background-color:#ccc; }
.table_liste_breit_admin:nth-child(even) {background-color:#999; }
.table_liste_breit_admin_filter {background-color:#ccc; color:#000; padding:5px;}

.table_graublau { font-family:Arial; font-size:12px; border:#7e95a5 solid 1px; }
.table_admin1 { font-family:Arial; font-size:12px; border:#b3ee00 solid 1px; }

table.liste_breit_admin { width: 100%; } 
	table.liste_breit_admin th {background-color:#999; color:#000; padding:5px;}
		tr.liste_breit_admin {background-color: #e0e0e0; color: #000; padding:5px;}
		tr.liste_breit_admin:nth-child(odd) {background-color: #ccc; color: #000; padding:5px;}
	table.liste_breit_admin tr:hover {background-color: #b3ee00; color: #000; padding:5px;}
	
table.liste_info { width: 100%; } 
	table.liste_info th {background-color:#ccc; color:#000; padding:5px;}
		tr.liste_info {background-color: #fff; color: #000; padding:5px;}
		tr.liste_info:nth-child(odd) {background-color: #ccc; color: #000; padding:5px;}
	table.liste_info tr:hover {background-color: #b3ee00; color: #000; padding:5px;}
	
table.liste_info2 { width: 100%; border:1px #333333 dashed;} 
	table.liste_info2 th {background-color:#ccc; color:#000; padding:5px;}
		tr.liste_info2 {background-color: #fff; color: #000; padding:5px; border-bottom:#999 1px solid;}
		tr.liste_info2:nth-child(odd) {background-color: #fff; color: #000; padding:5px; border-bottom:#999 1px solid;}
	table.liste_info2 tr:hover {background-color: #b3ee00; color: #000; padding:5px; border-bottom:#999 1px solid;}

table.liste_breit_bos { width: 100%; border:#999 1px solid; border-radius:5px;} 
	table.liste_breit_bos th {background-color:#ccc; color:#000; padding:5px;}
		tr.liste_breit_bos {background-color: #fff; color: #000; padding:5px;}
		tr.liste_breit_bos:nth-child(odd) {background-color: #e0e0e0; color: #000; padding:5px;}
	table.liste_breit_bos tr:hover {background-color: #b3ee00; color: #000; padding:5px;}

table.liste_schmal_bos { width: 100%;} 
	table.liste_schmal_bos th {background-color:#ccc; color:#000; padding:5px;}
		tr.liste_schmal_bos {background-color: #fff; color: #000; padding:5px; border-bottom:#CCC 1px dashed;}
		tr.liste_schmal_bos:nth-child(odd) {background-color: #e0e0e0; color: #000; padding:5px;}
	table.liste_schmal_bos tr:hover {background-color: #b3ee00; color: #000; padding:5px;}