@CHARSET "UTF-8";

body {
	font-family: "Georgia", sans-serif;
	color: #505050;
	font-size: 14px;
}


a {
	color: #007b5d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header .sloganContainer h1,
#header .sloganContainer h2 {
	font-family: "Tahoma", sans;
	color: #007b5d;
	text-align: center;
}

#header a {
	text-decoration: none;
}

#header .sloganContainer h1 {
	font-size: 18px;
}

#header .sloganContainer h2 {
	font-size: 14px;
}

#mainPageNav ul li a {
	color: #fff;
	font-size: 12px;
	font-family: "Verdana", sans;
	text-decoration: none; 
}

#mainContainer .mainContent {
	line-height: 1.5em; 
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

#mainContainer .menuContent .subMenu h4 {
	text-align: center;
	color: #323232;
	margin: 5px 0;
	padding-bottom: 4px;
	background: url(images/mainContainerSubMenuHeaderLine.png) no-repeat bottom left;
}

#mainContainer .menuContent .subMenu ul li a {
	color: #4c4c4c;
	text-decoration: none;
}

#mainContainer .menuContent .subMenu ul li a:hover {
	color: #007b5d;
}

#footer .info {
	color: #a8a8a8;
	font-size: 10px;
	font-family: "Verdana", sans;
}

#footer .info a {
	color: #a8a8a8;
	text-decoration : none;
}
#footer .info a:hover {
	text-decoration: underline;
}

.ernte-tabelle {
	width: 80%;
	border-collapse: 0;
	border-spacing: 0;
	border: 1px solid #aaa;
}

.ernte-tabelle th,
.ernte-tabelle td {
	text-align: center;
}

.ernte-tabelle th {
	border-bottom: 1px solid #999;
	background-color: #007b5d;
	font-weight: bold;
	color: #fff;
}

.ernte-tabelle tr.tr-even td {
	background-color: #dbe9e2;
}

#startpage_maincontainer {
	margin-top: 40px;
}

#startpage_maincontainer h1 {
	background: url(images/topHeaderSloganLineBG.png) no-repeat scroll center bottom;
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 20px;
}

#logo_gesamt_container {
	margin: 35px 0;
}

#logo_gesamt {
	background: url(images/logo-startseite.jpg) no-repeat 0px 0px;
	width: 500px;
	height: 213px;
	position: relative;
	margin: auto;
}

#logo_gesamt div { position: absolute }
#logo_gesamt div:hover { cursor: pointer }

#logo_gesamt .dienst {
	top: 0; left: 0;
	width: 159px; height: 96px;
}

#logo_gesamt .milch {
	top: 105px; left: 106px;
	width: 167px; height: 107px;
}

#logo_gesamt .agrar {
	top: 0px; left: 275px;
	width: 225px; height: 213px;
}

.compSelect {
	max-width: 720px;
	margin: auto; 
}

.compSelect h2 {
	font-size: 14px;
	border-bottom: 2px solid #ccc;
}

.compSelect h2.agrar { border-color: #007b5d; color: #007b5d; }
.compSelect h2.milch { border-color: #2d71c1; color: #2d71c1; }
.compSelect h2.dienst { border-color: #b62234; color: #b62234; }
.compSelect a { color: #666; }
