@charset "UTF-8";
/*Erst normale Parameter für die Tabelle*/	
 table {
	border-collapse: collapse;
	width: 100%;
	border: none;
 }
 td {
	padding: 4px;
	align: left;
	valign: top;
	border: thin solid #7b3104;
	 line-height: 1.8em;
 }

/*Für Smartphones*/
@media screen and (min-device-width: 0px) and (max-width: 589px){
	table {
	width: 100%;
	margin: 0;
	font-size: 0.95em;
	line-height: 1.6em;
}

	td {
	padding: 2px;
	align: left;
	valign: top;
	border: thin solid #7b3104;
	-webkit-hyphens: auto;
	hyphens: auto;	
 }



}


