/* DEMO CSS File*/

body {
	font-family: Times New Roman, sans-serif;
	font-size: 16px;
	/*background: #F1C047;*/
	background: #053E69;
        background-image:url(images/background.jpg);
}

h1 {
	font-family: Times New Roman, sans-serif;
	font-size: 16px;
}

.td_in_gerader_zeile {
	background: #FDDF49;
	font-size: 12px;	
}

.td_in_ungerader_zeile {
	background: #FDDF49;
	font-size: 12px;
}

.td_in_spezieller_zeile {
	background: #5F97D0;
	/*background: #1A568C;*/
	color: #FFFFFF;
	font-size: 12px;	
}

.td_in_spezieller_zeile2 {
	/*background: #3974BA;*/
	background: #5F97D0;
	color: #FFFFFF;
	font-size: 12px;	
}

.table_hintergrund {
	background: #FFFFFF;
	font-size: 12px;	
}