/*
Beachclub Krefeld
Öffnungszeiten
Letzte Änderung: 23.03.2010
*/
p.oeffnungszeiten{
	margin: 20px auto auto;
	width: 617px;
}

table{
	margin: 30px auto auto;
	border-spacing: 0px;
}

caption{
	display: none;
}

th{
	border: 1px solid #aaa;
	border-bottom: 0px;
	height: 20px;
	text-align: center;
	font-size: 20px;
	padding: 10px;
	line-height: 50%;
}

th span{
	font-size: 11px;
	letter-spacing: 1px;
}

td{
	border: 1px solid #aaa;
	height: 20px;
	text-align: center;
	font-size: 20px;
	padding: 10px;
}

th.th1{
	border: none;
}

th.th2{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

th.th4{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	padding-top: 20px;
	width: 115px;
}

tr.tr1 td{
	border-bottom: none;
}

.no-rightborder{
	border-right: none;
}

.td1{
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	background-color: #f0efeb;
}

tr.tr1 td.td1{
 	 -webkit-border-top-left-radius: 5px;
	 -webkit-border-bottom-left-radius: 0px;
	 -moz-border-radius-topleft: 5px;
	 -moz-border-radius-bottomleft: 0px;
	 border-top-left-radius: 5px;
	 border-bottom-left-radius: 0px;
}

td.rightbottomborder{
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

#zusatzinfos{
	font-size: 12px;
	margin: auto;
	width: 623px;
}

em{
	font-style: italic;
}
