@charset "UTF-8";

.abgerundetrot td {
	-moz-border-radius:7px; /* Firefox */
	-webkit-border-radius:7px; /* Safari, Chrome */
	-khtml-border-radius:7px; /* Konqueror */
	border-radius:7px;
	font-size: 15px;
	border:2px solid #F00;	
}
.abgerundet td {
	-moz-border-radius:7px; /* Firefox */
	-webkit-border-radius:7px; /* Safari, Chrome */
	-khtml-border-radius:7px; /* Konqueror */
	border-radius:7px; /* CSS3 */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 15px;
	
}

.abgerundetstrong td {
	-moz-border-radius:7px; /* Firefox */
	-webkit-border-radius:7px; /* Safari, Chrome */
	-khtml-border-radius:7px; /* Konqueror */
	border-radius:7px; /* CSS3 */
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 15px;
	
}