/*
'#################################################
' Tabelle allgemein
'#################################################
*/


table {
	/*width: 650px;*/
	border-collapse:collapse;
	border:1px solid #FFCA5E;
	color:#999999;
	font-size: 1em;
}

caption {
	font: 1.8em/1.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
    background: url(../picsBasis/bg_caption.jpg) right top;
	height: 45px;
	color: #FF7F00;
}
thead th {
	background: url(../picsBasis/bg_td2.jpg) repeat-x;
	height: 47px;
	color: #777777;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
    border-right: 1px solid #FFCA5E;

}
tbody tr {
    background: url(../picsBasis/bg_td1.jpg) repeat-x top;
}
tbody tr.odd {
	background: url(../picsBasis/bg_td1.jpg) repeat-x;
}

tbody th,td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 10px 7px;
	border-top: 1px solid #F29400;
	border-right: 1px solid #F29400;
	text-align: left;
}
a {
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #FF7F00;
	text-decoration: underline;
}
tfoot th {
	background: url(../picsBasis/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td {
	background: url(../picsBasis/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

tr td.left {
    text-align: right;
	font-weight: bold;
	padding-right: 1em;
	width: 30%;
	}
	
tr td.right {
	text-align: left;
	font-weight: normal;
	padding-left: 1em;
	width: 70%;
	}



/*
'#################################################
' Tabelle WorkshopDetail
'#################################################
*/

#detail td {
}


/*
'#################################################
' Tabelle unsichtbar zu Layoutzwecken
'#################################################
*/

table.layout {
	border: none;
	border-collapse:collapse;
	color:#999999;
}

.layout tbody {
	border: none;
}

.layout tbody tr {
	background: none;
	border: none;
}


.layout tbody th,td {
	font-size: 1em;
	line-height: 1.4em;
	color: #777777;
	padding: 10px 7px;
	text-align: left;
	border: none;
}


table.short {
	border: none;
	border-collapse:collapse;
	color:#999999;
	width: 450px;
}

td.short, th.short  {
	font-size: 1em;
	line-height: 1em;
	color: #777777;
	padding: 10px 7px;
	text-align: left;
	border: 1px solid #dddddd;;
}