/* The following are the color-conventions for this site, which should be consistent throughout the CSS file
lightest green: #F1FAE4
darker, but still light green: #E1F4C4 (only used in forum)
darker green: #3F5E11 (used for links and headlines)
red: #EBA572
darker red: #CE691E (used for text in, e.g., <TH>)
white: #FEFEFE
*/
.menu {
	background-color: #EBA572;
	position: static;
	width: 150px;
	left: 0px;
	top: 0px;
	border-top: none;
	border-right: medium solid #3F5E11;
	border-bottom: none;
	border-left: none;
	margin: 0px;
	padding: 1px 1px 1px 0px;
	z-index: 1;
}
.documentbody {
	background-color: #FEFEFE;
	position: absolute;
	left: 170px;
	top: 115px;
	width: 590px;
	padding: 0px 0px 175px 0px;
	background-image: url(../images/grass.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.tagline {
	position: absolute;
	height: 15px;
	width: 750px;
	left: 10px;
	top: 90px;
	text-align: right;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3F5E11;
	letter-spacing: -1px;
}
.topbanner {
	position: absolute;
	height: 80px;
	width: 750px;
	left: 10px;
	top: 10px;
	background-color: #EBA572;
	text-align: left;
	z-index: 1;
}
body {
	background-color: #F1FAE4;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px 5px 0px 10px;
}
p.calendarHeadline {
	font-weight: bold;
	margin-left: 15px;
}
p.calendarHeadlineClickable {
	font-weight: bold;
	margin-left: 15px;
	cursor: pointer;
}
p.calendarText {
	margin-left: 30px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F1FAE4;
	letter-spacing: 12px;
	margin-top: 20px;
	margin-left: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3F5E11;
	background-color: #EBA572;
	padding: 3px 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3F5E11;
	margin-top: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3F5E11;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
h5 { /*only used in the menu*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FEFEFE;
	padding: 10px 5px 5px 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 7px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #3F5E11;
}
h6 { /*only used in the menu and fineprint*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
	margin: 0px 0px 0px 5px;
	padding: 5px;
	color: #3F5E11;
}
a {
	text-decoration: none;
}
p.center {
	text-align: center;
}
a:link {
	color: #3F5E11;
}
a:visited {
	color: #3F5E11;
}
a:hover {
	color: #000000;
}
.cellplants {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #3F5E11;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3F5E11;
	padding-top: 5px;
}
.fineprint {
	background-color: #EBA572;
	position: static;
	width: 150px;
	left: 0px;
	border-top: none;
	border-right: medium solid #3F5E11;
	border-bottom: none;
	border-left: none;
	margin: 20px 0px 0px;
	padding: 1px 1px 1px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 1;
	bottom: 0px;
}
.left {
	position: absolute;
	width: 700px;
	left: 10px;
	z-index: 0;
	top: 115px;
}
td {
	vertical-align: top;
}
td.td_std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FEFEFE;
	padding: 5px;
}
td.imagecell {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FEFEFE;
	text-align: center;
}
tr.imagerow {
	height: 100px;
}
table.table1 {
	background-color: #3F5E11;
	margin: 3px;
	padding: 0px;
	position: center;
	width: 98%;
	border-width: 0px;
}
.table_pictures {
	padding: 0px;
	margin: 3px;
	border-width: 0px;
}
.cellhiglight {
	background-color: #F1FAE4;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CE691E;
	background-color: #F1FAE4;
	text-align: left;
	padding: 5px;
	font-size: 14px;
	vertical-align: top;
}
img { border: 0px; } /* To avoid problems with image links */
