#Content p, #Content ul {
	font-size: 1em;
	margin-bottom: 1em;
	line-height: 1.5em;
}

/* @group Formatierungen */
strong {
	font-weight: 		bold;
}
em {
	font-style: 		italic;
}
big {
	font-size: 			1.6em;
}
small {
	font-size: 			0.75em;
	color: 				#008C21;
}
/* @end */


/* @group Überschriften */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: 				#E20025;
	margin-top: 		1.25em;
	font-weight: 		bold;
	margin-bottom: 		0.75em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: 	none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: 	underline;
}
h2.no-top-margin {
	margin-top: 		0;
}
h1 {
	font-size: 			1.75em;
	margin-top: 		1em;
	padding-bottom: 	0.25em;
	font-weight:		normal;
	border-bottom:		1px solid #d3e3d8;
}
h2 {
	font-size: 			1.1em;
	color:				#030;
}
h3 {
	font-size: 			1em;
	line-height:		1.25em;
}
h4 {
	color: 				#030;
	font-size: 			1em;
}
h5 {
	font-size: 			1em;
}
/* @end */


/* @group Verlinkungen */
#Content a {
	color: #030;
}
#Content a:hover {
	color: #030;
}
a.pdf {
	background: 		url(/images/icons/pdf.jpg) no-repeat left 50%;
	padding-left: 		56px;
	display: block;
	min-height: 48px;
}
a.download {
	background: 		url(/images/icons/download.gif) no-repeat left 50%;
	padding-left: 		20px;
}
a.external {
	background: 		url(/images/icons/external.gif) no-repeat right 50%;
	padding-right: 		20px;
}
a.zoom {
	background: 		url(/images/icons/zoom.gif) no-repeat right 50%;
	padding-right: 		20px;
}
a.back {
	background: 		url(/images/arrow_back.gif) no-repeat left 50%;
	padding-left: 		12px;
}
a.more {
	background: 		url(/images/arrow_more.gif) no-repeat right 50%;
	padding-right: 		12px;
}
a.results {
	background: 		url(/images/icons/results.gif) no-repeat -4px 50%;
	padding-left: 		18px;
}
/* @end */


/* @group Aufzählungen */
#Content ul,
#Content ol {
	margin-left: 		0;
}
#Content ul li {
	list-style: 		none;
	background: 		url(/images/arrow_more.gif) no-repeat left 5px;
	padding-left: 		1em;
	margin-bottom: 		1em;
}
#Content ol li {
	list-style-type: decimal;
}
ul li.pdf {
	list-style-image: url(/images/icons/pdf.gif);
}
ul li.jpg {
	list-style-image: url(/images/icons/jpg.gif);
}
#Content ul.picture_list {
	margin-left: 		0;
}
#Content ul.picture_list li {
	margin-bottom: 		1em;
	padding: 			12px 0px 12px 72px;
	list-style: 		none;
	background: 		no-repeat left 50%;
}
/* @end */


/* @group Bilder */
img.left {
	margin-right: 		1em;
	float: 				left;
}
img.right {
	margin-left: 		1em;
	float: 				right;
}
img.border {
	border: 			1px solid #002A06;
	padding: 			1px;
}
/* @end */


/* @group Textabschnitte */
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
p.clear-both,
h2.clear-both {
	clear: both;
}
.clearall {
	clear: 				both;
}
/* @end */



/* @group Tabellen */
table {
	margin-bottom: 		1em;
}
th {
	font-weight: 		normal;
	font-size: 			11px;
	text-transform: 	uppercase;
	background: 		#002A06;
	text-align: 		left;
}
td, th {
	padding: 			6px 8px 8px 6px;
	vertical-align: 	top;
}
/* @end */


/* @group Formulare */
#Content input,
#Content select,
#Content option,
#Content textarea {
  margin: 0;
}
input,
textarea {
	font-family:		"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 			0.9em;
	border: 			1px solid #ACA;
	background: 		#EFE;
	color: 				#030;
	padding: 			4px;
}
input:focus,
textarea:focus {
	background: 		#DED;
	border: 			1px solid #002C00;
}
fieldset {
	margin-bottom: 		1em;
}
legend {
	font-size: 			1.25em;
	font-weight: 		bold;
	color: 				#F6E898;
	display: 			block;
}
#Content fieldset p {
	margin-bottom: 		0.5em;
	float: 				left;
}
fieldset label {
	clear: 				left;
	width: 				240px;
	margin-right: 		10px;
	display: 			block;
	float: 				left;
}
fieldset input,
fieldset textarea {
	width: 				280px;
	display: 			block;
	float: 				left;
}
fieldset textarea {
	height: 			5em;
}
fieldset input.radio,
fieldset input.checkbox {
	width: 				auto;
}
input.submit {
	clear: 				both;
	width: 				auto;
	border: 			1px solid #002C00;
	border-bottom-color: 	#002600;
}
#Content form.simple fieldset p {
	margin-bottom: 		0.5em;
	float: 				none;
}
form.simple fieldset label {
	width: 				240px;
	float: 				none;
}
form.simple fieldset input,
form.simple fieldset textarea {
	width: 				280px;
	float: 				none;
}
label.postal_code {
	width: 				10em;
}
input.postal_code {
	width: 				5em;
}
input.instant_submit {
	float: 				right;
	width: 				auto;
}
/* @end */


/* @group Boxen */
div.box,
span.box,
div.block,
fieldset {
	background: 		#d3e3d8;
	padding: 			1em;
	margin-bottom: 		1em;
	border-top: 		4px solid #80b48f;
	color:				#030;
}
div.box2 {
	margin-bottom: 		1em;
	border-bottom: 		1px solid #80b48f;
}
div.box2 h1 {
	font-size:			1.1em;
	border:				none;
	font-weight:		bold;
}
div.box2 h2 {
	font-size:			1em;
}
div.box h1,
div.box h2,
div.box h3,
div.block h1,
div.block h2,
div.block h3 {
	margin-top: 		0;
}
span.notice,
div.notice {
	display: 			block;
	padding: 			1em;
	margin-bottom: 		1em;
	color: 				#F6E898;
	border: 			1px solid #F6E898;
	background: 		#900;
}
div.block {
	font-size: 			0.9em;
	background: 		url(/images/box_bg.jpg) no-repeat right top;
	border: 			none;
}
div.half_left {
	clear: 				both;
	float: 				left;
	width: 				44%;
}
div.half_right {
	float: 				right;
	width: 				44%;
}
/* @end */


/* @group Buttons */
a.button,
a.button_long {
	display: 			block;
	background: 		url(/images/buttons/inline_button.gif) no-repeat;
	width: 				155px;
	height: 			32px;
	text-decoration: 	none;
	font-weight: 		bold;
	color: 				#FFF;
	font-size: 			1em;
	text-align: 		center;
	padding-top: 		12px;
}
a.button:hover,
a.button_long:hover {
	background: 		url(/images/buttons/inline_button_over.gif) no-repeat;
}
a.button_long {
	background: 		url(/images/buttons/inline_button_long.gif) no-repeat;
	width: 				175px;
	font-size: 			0.9em;
}
a.button_long:hover {
	background: 		url(/images/buttons/inline_button_long_over.gif) no-repeat;
}
/* @end */

