﻿/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin:0px;
	padding:0px;
}

h1 {
	font-size: 		13px;
	font-weight:	bold;
	color:			#636563;
	margin-bottom:	25px;/**/
}
h2 {
	font-size:	 	11px;
	font-weight:	bold;
	text-align: 	center;
	margin: 0px;
	padding:0px;
}

table.fruechte {
	width:			540px;
	font-size: 		10px;
	text-align: 	left;
	border: 		0px;
	padding:		2px;
	margin-bottom:	20px;
}
/*#scroll-bereich {
	width:			558px;
	height:			400px;
	overflow:		auto;
}*/
table.laender {
	width:			540px;
	font-size:	 	11px;
	border: 		1px solid #ccc;
	/*border-right: 		1px solid #ccc;
	border-bottom: 		1px solid #ccc;*/
}
table.laender td {
	border-left:	1px solid #f3f3f3;
	width:			16px;
}
table.laender td.land {
	width:			100px;
}
table.monate {
	width:			540px;
	font-size:	 	11px;
	background-color: 	#D6D78C;
	text-align:			center;
	font-weight:	bold;
}
table.monate td {
	border-left:	1px solid #fff;
	padding:		3px 0;
	
}
tr.grau {
	background-color:	#EFEBEF;
}
tr.weiss {
	background-color:	#fff;
}

tr.grau {
	background-color: 	#EFEBEF;
}

.frucht-fr {
	width: 55px;
}
.frucht {
	width: 75px;
}
.getreide {
	background-color: #FFFF00;
}
.koernermais {
	background-color: #FF9A00;
}
.silagemais {
	background-color: #9CCFFF;

}
.gruenfutter {
	background-color: #9CCF00;

}
.raps {
	background-color: #000000;

}
.reis {
	background-color: #9C3000;

}
.zucker {
	background-color: #31309C;
}

.soja {
	background-color: #008200;

}
.gras{
	background-color: #848284;

}
.sonnenblumen {
	background-color: #FF0000;

}

