body {
	background:url(../images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:9pt;
	color:#333;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

#container {
	width:760px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
	text-align: left;
}

#header {
	height:80px;
	background:url(../images/header_bg.jpg) top left repeat-x #a0da2b;
	border-bottom:10px solid #77a13d;
	text-align: right;
	padding: 5px 5px 0 0px;
}

a img {
	border: 0;
}

#header a, a:hover, a:visited {
	border: 0px;
	text-decoration:none;
}

#content {
	width:500px;
	padding:10px;
	float:right;
	text-align: justify;
}

#content li {
	list-style: none;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
}

#content h2 {
	color:#060;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#000000;
	font-size:12pt;
	font-weight: 700;
	padding: 8px 0 4px 0;
}
#content h5 {
	font-size: 12pt;
	font-weight: 700;
	padding: 8px 0 4px 0;
}

.picture {
	margin:10px 0 0 0;
}

#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:url(../images/li-off.jpg) top left no-repeat #f2f7e9;
	color:#060;
	text-indent:30px;
	text-decoration:none;
}

#sidebar ul li a:visited {
	display:block;
	padding:3px;
	width:192px;
	background:url(../images/li-off.jpg) top left no-repeat #f2f7e9;
	color:#060;
	text-indent:30px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	background:url(../images/li-on.jpg) top left no-repeat #f2f7e9;
}
#box {
	float: right;
	width: 150px;
	height:100%;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align: left;
	margin:10px 0 0 10px;
	font-size:9pt;
 	list-style-position: inside;
 }	

#box ul {
	margin-left: 5px;
	padding-left: 5px;
}

#box ul li {
	list-style: none;
}

#box2 {
	float: left;
	width: 150px;
	height:100%;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align: left;
	margin:10px 10px 10px 0 ;
	font-size:9pt;
 	list-style-position: inside;
 }	

#box2 ul {
	margin-left: 5px;
	padding-left: 5px;
}

#box2 ul li {
	list-style: none;
}
.news {
	height:100%;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:9pt;
}

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#77a13d;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

a {
	color:#060;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	color:#060;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#produce table {
	border-collapse: collapse;
}

#produce td.on {
	border: 1px solid #000000;
	background-color: #FFCC00;
	width: 42px;
	padding: 0;
}

#produce td.off {
	border: 1px solid #000000;
	background-color: transparent;
	width: 42px;
	padding: 0;
}

#produce td.seasonal {
	border: 1px solid #000000;
	background-color: #996600;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	padding: 0px 5px 1px 5px;

}#produce td.none {
	border: 0px;
}

#produce td.name {
	border: 1px solid #000000;
	font-weight: 700;
	padding: 0.5px 5px 0.5px 5px;
	text-align: left;
}

#produce td.month {
	border: 1px solid #000000;
	font-weight: 700;
	padding: 0.5px 5px 0.5px 5px;
	text-align: center;
}

#signup {
	float: left;
	height:100%;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align: left;
	margin:10px 0 0 10px;
	font-size:11pt;
 }
#signup .required {
	color: #FF0000;
	font-weight: 700;
}
#signup td.buttons {
	text-align: center;
}
.strong {
	font-weight: 700;
}
.redbold {
	font-weight: 700;
	color: #FF0000;
}
.faq {
	font-weight: 700;
	line-height: 13pt;
}