/* CSS Tabelle Downloads */
.table {
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 90%;
	overflow: hidden;
	width: 570px;
}
.termine .table {
	width: auto;
}


.table th, .table  td{
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.thead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #FC3;
}
.thead .t10 , .thead .t20, .thead .t30, .thead .t40, .thead .t50{
	text-align: left;
	font-weight: normal;
}
.table ul {
	padding-left: 15px;
	line-height: 20px;
	font-size: 95%;
}
.table .t30 ul {
	padding-left: 15px;
	line-height: 20px;
	font-size: 95%;
	list-style-type: none;
}






.t0 {
	background-image: url(../images/quer8x8.png);
	background-repeat: repeat;
}
.t1 {

}
.t10 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: auto;
	display: block;
	font-weight: bold;
}
.t10norm {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: auto;
	display: block;
	font-weight: normal;
}

.t20 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 70px;
	white-space: nowrap;
}
.table.ausw .t20{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: auto;
	white-space: nowrap;
}
.t30 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 80px;
}
.t40 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 60px;
}
.t50 {
	width: 60px;

	
}
.t30, .t40 , .t50  {
	text-align: center;
}

.terklein {
	font-size: 80%;
	font-weight: normal;
}
.terminelinks  {
	float: left;
	width: 58%;
}
.terminerechts {
	float: right;
	width: 40%;
	margin-right: 10px;
}

