/* Allgemein */

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #75C31E;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #75C31E;
}

h2.highlight {
	font-size: 14px;
	font-weight: bold;
	color: #D0630E;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #75C31E;
	display: inline;
}

a {
	color: #75C31E;
}

a img {
	border: none;
}

.label {
	position: absolute;
	top: 50px;
	left: 35px;
	color: #fff;
	font-size: 14px;
}

.imgborder {
	border: 1px solid #c5c5c5;
	padding: 1px;
}

.leftfloater {
	float: left;
}

.rightfloater {
	float: right;
}

.list-content li {
	background: url(layout/screen/listicon.jpg) no-repeat 0px 5px;
	list-style: none;
	padding-left: 20px;
	margin-left: 40px;
}

.ankerlist {
	margin-bottom:20px;
}

.ankerlist li {
	list-style: none;
}

.gotop-site {
	background: url(layout/screen/gotop-site.gif) no-repeat;
	width: 9px;
	height: 8px;
	display: block;
	float: right;
	margin-top: -20px;
	margin-right: -20px;
}

a.read-more {
	background: url(layout/screen/button-read-more.jpg) no-repeat 0px 0px;
	display: block;
	height: 23px;
	width: 121px;
	color: #ffffff;
	text-align: center;
	line-height: 23px;
	text-decoration: none;
	margin-top: 5px;
}

a.highlight {
	background: url(layout/screen/button-highlight.jpg) no-repeat 0px 0px;
	display: block;
	height: 23px;
	width: 119px;
	color: #ffffff;
	text-align: center;
	line-height: 23px;
	text-decoration: none;
	margin-top: 5px;
}

a:hover.read-more,
a:hover.highlight {
	text-decoration: underline;
}

.highlight-text {
	background: #FFF3D7 url(layout/screen/highlight-top.jpg) no-repeat 0px 0px;
	width: 445px;
	padding-top: 5px;
}

.highlight-text div.bottom {
	background: #FFF3D7 url(layout/screen/highlight-bottom.jpg) no-repeat bottom left;
	width: 425px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Formulare */

.table_form td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

.button {
	background-color: #5A9617;
	color: #ffffff;
	border: none;
	cursor: pointer;
	margin-right: 10px;
	width: 75px;
}

input.text, textarea.text, textarea.text_big {
	border-top: #5A9617 1px solid;
	border-right: #E7E8ED 1px solid;
	border-bottom: #E7E8ED 1px solid;
	border-left: #5A9617 1px solid;
	width: 250px;
	background-color: #FFFFFF;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea.text {
	height: 170px;
}

textarea.text_big {
	width: 520px;
}

input:focus.text, textarea:focus.text, input:focus.spam {
	background-color:#ffffe5;
}

input.spam {
	border-top: #5A9617 1px solid;
	border-right: #E7E8ED 1px solid;
	border-bottom: #E7E8ED 1px solid;
	border-left: #5A9617 1px solid;
	width: 75px;
	margin-right: 10px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.radio, input.checkbox {
	vertical-align: middle;
	margin-right: 10px;
}

fieldset {
	border-top: #5A9617 1px solid;
	border-right: #E7E8ED 1px solid;
	border-bottom: #E7E8ED 1px solid;
	border-left: #5A9617 1px solid;
	padding: 10px;
	width: 500px;
}

fieldset legend {
	font-weight: bold;
}

/* Fehlermeldungen und Hinweise */

.error  {
	color: #E42322;
}

.error_cell {
	border: 1px solid #DF0024;
	background-color: #FEEBEB;
	color: #E42322;
	padding: 10px;
	margin-bottom: 20px;
}

.note_cell {
	border: 1px solid #666666;
	padding: 10px;
	margin-bottom: 20px;
}

.note_cell_image  {
	padding: 8px 8px 8px 30px;
	border: 1px solid #8FD0ED;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	text-align: center;
}

.system_messages {
	text-align:center;
	padding-top:20px;
}

.system_messages p {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.system_messages_high {
	background-image: url(layout/buttons/high.gif);
}

/* News */

p.spacer {
	border-bottom: 1px dashed #D1D1D2;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 1px;
}

.teaserpic {
	float: left;
	width: 150px;
}

.teasercontent {
	float: left;
	width: 435px;
	margin-left: 20px;
}