body {
	background-color: #D3D3D3;
	font-family: "Arial Unicode MS", Arial;
}

table.gesamt {
	table-layout: fixed;
	padding : 0;
	height : auto;
	width: 700px;
}
td.banner {
	height : 80px;
}

table.gruen, table.rot {
	color: White;
	padding: 0px;
	width : 100%;
	font-size : 12px;
	height : 15px;
}

table.gruen {
	background-image: url(bg_gruengruen.gif);
	
}

table.gruen a, table.rot a {
	color: White;
	text-decoration: none;
	text-align: center;
}

table.gruen a:hover, table.rot a:hover {
	
	text-decoration: underline;
	
}

table.gruen td, table.rot td {
	width: 175px;
	text-align: center;
	vertical-align : middle;
}

table.rot {
	background-image: url(bg_rotrot.gif);	
	
	
}
