.regale{
	width: 95%;
	margin-bottom: 20px;
}
.regale caption{
	background-color: #EFEFEF;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	font-weight: bold;
	text-align: left;
	padding: 7px 0px 5px 12px;
}
.regale thead th,
.regale thead td{
	font-size: 10px;
	text-align: left;
	padding: 3px 0px;
	padding-right: 10px;
	background-color: #F9F9F9;
	border-bottom: 1px solid #CCCCCC;
}
.regale thead .icon{	 width: 24px; }
.regale thead .buecher{	 width: 48px; }
.regale thead .antworten{width: 66px; }
.regale thead .moderator{width: 60px; }
.regale thead .letzter_beitrag{width: 100px; text-align: left; }
.regale thead .aufrufe{  width: 40px; }
.regale thead td{
	padding-left: 10px;
	text-align: center;
}
.regale tbody th{
	vertical-align: top;
	padding: 5px 5px 5px 0px;
	text-align: left;
	font-weight: normal;
}
.regale tbody th img{
	margin: 0px 5px 0px 8px;
}
.regale tbody th a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}
.regale tbody td{
	text-align: center;
	border-left: 1px dotted #EFEFEF;
}
.regale tbody th div{
	-moz-border-radius: 5px;
	border: 1px dotted #EEEEEE;
	padding: 2px 4px;
	font-size: 11px;
	height: 13px;
	margin: 6px 0px 4px 0px;
}
.regale tbody th div:hover{
	border: 0px none;
	padding: 3px 5px;
	background-color: #EAF3F6;
}
.regale tbody th div.neu{
	border: 1px solid #FFD7AE;
	padding: 2px 4px;
	background-color: #FAF2E3;
}
.regale tbody th div.buch{
	padding: 0px;
	border: 0px none;
	background-image: none;
	background-color: transparent;
}
.regale tbody th div a{
	display: inline;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
}
.regale tbody th div a img{
	margin: 0px 3px;
}
.regale tbody th div span{
	float: left;
}
.regale tbody th div.buch span{
	float: none;
}
.regale tbody th div small{
	float: right;
}
.regale .icon.buch{
	padding-left: 15px;
	background-image: url(../gfx/16/buch.png);
}
.regale tbody tr{
	border-bottom: 1px solid #CCCCCC;
	background-image: url(0/buecher_fade.png);
	background-position: 0px 1px;
	background-repeat: repeat-x;
}
.regale tbody tr.neu{
	background-image: url(0/neu_fade.png);
}
.regale tfoot td,
.regale tfoot th{
	background-color: #EFEFEF;
	font-size: 12px;
}
.regale tfoot th,
.regale tfoot .links{
	font-weight: normal;
	text-align: right;
	-moz-border-radius-bottomleft: 10px;
}
.regale tfoot td,
.regale tfoot .links{
	text-align: center;
	padding: 2px 0px 4px 0px;
}
.regale tfoot td.right{
	-moz-border-radius-bottomright: 10px;
}
