.invisible {
	display: none;
}
.even {
	background-color: #fff;
}
.odd {
	background-color: #fff;
}
#checklist table {
	border-collapse: collapse;
	border: none;
	margin-top: 15px;
}
#checklist th, #checklist td {
	padding: 3px;
}
#checklist th {
	background-color: #ccc;
	text-align: left;
}
#checklist th span {
	font-weight: normal;
	font-size: 10px;
}
#location fieldset {
	width: 400px;
}
#checklist #location p {
	margin-left: 22px;
	line-height: 25px;
	margin-top: 5px;
}
#energy_plan_how {
	margin-left: 94px;
}
#energy_plan_distance {
	margin-left: 10px;
}


fieldset {
	border: #ccc solid 1px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 12px;
	width: auto;
	margin-right: 20px;
	margin-top: 10px;
}
fieldset fieldset {
	border-left: none;
	border-right: none;
	border-bottom: none;

}
fieldset fieldset legend {
	background-color: #fff;
}
legend {
	background-color: #ccc;
	color: #000;
	border: none;
	font-weight: bold;
}
em {
	color: #f00;
}
acronym, abbr {
	border: none;
}
acronym:hover, abbr:hover {
	border-bottom: #ccc dotted 1px;
	cursor: help;
}
strong {
	font-weight: normal;
	font-style: italic;
}
fieldset ol {
	padding: 0;
	margin: 0;
	margin-top: 15px;
}
fieldset li {
	list-style: none;
	vertical-align: middle;
	white-space: nowrap;
}
textarea, 
#privdata input, 
#buttons input, 
#checklist #privdata input, #checklist #farm input, #checklist #livestock input, 
#checklist #nawaro input, #checklist #energy input,
#location_size_1, #location_size_2, #location_size_3, #location_size_4,
#energy_plan_how, #energy_plan_distance { /* allg. Texteingabe und submit */
	border: #309800 1px solid;
}
#privdata li {
	margin-top: 10px;
}
#privdata input {
	position: absolute;
	left: 120px;
}
#comment label {
	display: none;
}
#buttons input { /* submit button */
	font-size: 12px;
	margin: 3px;
}
/* error msg */
#error {
	border-color: #f00;
	margin-bottom: 10px;
}
#error legend {
	background-color: #fff;
	color: #f00;
}
#error li {
	display: inline;
	padding-left: 15px;
    float: left;
}