/* rte CSS Document - www.finower.de */

	.center {
		text-align: center;
		vertical-align: middle;
	}
	
	.links {
		text-align: left;
	}
	
	.rechts {
		text-align: right;
	}
	
	tr.kopf {
		color: #ffffff;
		background-color: #838383;
		font-weight: bold;
	}
	
	tr.hell {
	    background-color: #ECEFF6;
	}
	
	tr.dunkel {
		background-color: #D0D3E4;
	}
	
	td.festebreite {
		width: 100px;
	}
	
	div#content table tr td.center {
		text-align: center;
		vertical-align: middle;
	}
	
	div#content table tr td.links {
		text-align: left;
	}
	
	div#content table tr td.rechts {
		text-align: right;
	}
	
	div#content table td.festebreite {
		width: 100px;
	}
	
	div#content table tr.kopf {
		color: #ffffff;
		background-color: #838383;
		font-weight: bold;
	}
	
	div#content table tr.hell {
		background-color: #ECEFF6;
	}
	
	div#content table tr.dunkel {
		background-color: #D0D3E4;
	}


	