/* CSS für Bühnenwerke www.Kollo.com  */

table { 
	border-spacing:1px;
	width:100%;
	font: 14px arial,verdana; 
	background-color:#e7e7e7;

	}
caption {
	font-weight:bold;
	background-color:#50adea;
	border-bottom:2px solid #1975d7;
	color:#fff;
	text-transform:uppercase;
	padding:10px;
	}
td, th { padding:4px; }

thead th {
	border:1px solid #fff;
	color:#666;
	text-align:center;
	background-color:#f5f5f5;
	text-transform:uppercase;
	}
tfoot {
	color:#002084;
	padding:2px;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	margin-top:6px;
	border-top:6px solid #002084;
	border-bottom:6px solid #002084;
	}
tbody tr {
	background-color:#fff;
	border-bottom:2px solid #c0c0c0;
	}
tbody td {
	color:#002084;
	padding:5px;
	text-align:left;
	}


td a { 
	text-decoration:none;
	color:#002084;
	font-weight:normal;
	}

