
/******************************TABELLEN***************************/
table  {
	background-color: transparent;
	border: none;
	margin:0px;
	border-collapse:collapse;
	margin-top:10px;
	width:auto;
	max-width: 600px;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	}
	
table td {
	padding: 0.1em 1em;
    vertical-align:top;
    /*line-height:20px;*/
	background-color:transparent;
	border-bottom:none;
	}
	
table.contenttable  {
	background-color: #FFFFFF;
	border: 1px solid #EC7404;
	margin:0px;
	border-collapse:collapse;
	margin-top:10px;
	width:20em;
	max-width: 600px;
	}
	
table.contenttable td {
	padding: 0.1em 1em;
	font-size: 16px;
    /*vertical-align:top;*/
    /*line-height:20px;*/
	background-color:#fff;
	border-bottom:1px solid #a5a5a5;
	}
	
table a {
	/*font-size: 11px;*/
	font-weight: bolder;
}

table a:visited {
	COLOR: #EC7404;
	TEXT-DECORATION: none
}

table a:active {
	COLOR: #EC7404;
	TEXT-DECORATION: none
}

table a:hover {
	COLOR: black;
	TEXT-DECORATION: none
}

table.tabelle {
	/*background-color: transparent;*/
	border: 1px solid #EC7404;
	margin:0px;
	border-collapse:collapse;
	margin-top:10px;
	width:auto;
	max-width: 400px;
}

table.tabelle td,th {
	padding: 0.1em 1em;
	font-size: 12px;
    /*vertical-align:top;*/
	text-align: left;
    /*line-height:20px;*/
	/*background-color:transparent;*/
	border-bottom:1px solid #a5a5a5;
}

td.zelleBunt {
	background-color: #EC7404;
}
tr.zeileBunt td {
	background-color: #EC7404;
}
