*{padding:0;margin:0;} /* alles erstmal auf Null für alle Browser */
html {
  height: 101%;                 /* erzwingt Scrollbar im Firefox */
  font-size: 100.01%
}

img {
  border:0;
}
#content ol, #content ul, #content li {
	margin-bottom: 6px;
	line-height: 135%;
}
#content ol, #content ul {
	margin-left: 2em;
}
hr {
	margin: 35px 0px 5px;
	color: #999;
	border: 0;
	border-top: 1px dotted #999;
	height: 1px;
}

h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  margin: 0 0 0.8em 0;
}

h3 {
  font-weight: bold;
    line-height: 130%;
  font-size: 13px;
  margin: 0 0 0.8em 0;
}

#InputfieldForm1 ul.Inputfields {
	list-style: none;

}

.InputfieldMaxWidth {
	width: 95%;}

#header img.kante {
  position: absolute;
  top: 118px;
  z-index: 100;
}
#header img.logo {
  position: relative;
  top: -90px;
  left: 0;
  z-index: 200;
  }

.innen {
  padding: 16px 0;
  margin: 0 20px;
  background: url(images/spalte_top.gif) top left repeat-x;
}
.innen p {}
.innen ol {
  list-style-position:outside;
  margin: 0 0 6px 35px;
}

.innen a {
	color: #7db41b;
	text-decoration: none;
	font-weight: bold;
}
.innen a:hover {
	color: #7db41b;
	text-decoration: underline;
	font-weight: bold;
}
.artikel-fuss {
	overflow: auto;
	background: url("images/spalte_top.gif") repeat-x left top;
}
span.modifydate {
  font-size:10px;
  color: #7db41b;
  float: right;
  margin-top: 6px;
}
.links_innen {
  margin: 0;
  width: 190px;
}
.rechts_innen {
  margin: 0;
  overflow: auto;
  min-height: 10px;
  width: 190px;
  background: url(images/top_komplett.gif) top left no-repeat;
}
.align_left {
	float: left;
	margin: 5px 10px 2px 0;
}
.align_right {
	float: right;
	margin: 5px 0 2px 10px;
}
.align_center {
	clear: both;
	display: block;
	margin: 5px auto;
}
div.gallery {
	float: left;
	overflow: auto;
	margin: 10px;
}
div.gallery img {
	margin: 0;
	border: 1px solid #ccc;
}
	
#footer {
  font-size: 10px;
  text-align: center;
  padding: 10px 0 15px;
}
#footer a {
  color: #7db41b;
  font-weight: bold;
}
#subheader {
 width: 900px;
 margin: 0 20px;
 background: #fff;
}

#top_links {
 width: 170px;
 float: left;
 margin: 0 0 0 10px;
 }
 
#top_navi {
 width: 710px;
 color: #333;
 padding: 0;
 margin: 0 0 0 190px;
}
#subheader p {
  color: #7db41b;
  font-weight: bold;
  margin: 8px 0 0 0;
}

.column-1,
.column-2,
.column-3,
.column-4 {
	float: left;
	width: 210px;
	margin: 0 0 0 20px;
}

.readmore a {
  color: #7db41b;
  font-weight: bold;
  text-decoration: none;
  float: right;
}

ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 215px;
	height: 23px; /* height should be included to reserve visual space for the marquee */
	background-color: #fff;
	border: 1px solid #cfe6b2;
}
.Inputfields,
.Inputfields li {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.Inputfields li label {
	font-weight: bold;
}

.Inputfields li p {
	margin: 0;
}

.Inputfields li p.description {
	font-style: italic;
}

.Inputfields textarea,
.Inputfields .InputfieldMaxWidth {
	width: 100%;
}

.Inputfields .InputfieldSubmit label {
	display: none;
}

.ui-state-error-text {
	color: red;
}
ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	font: 13px Arial, Helvetica, sans-serif;
	padding: 3px 5px;
}

#editpage {
	text-decoration: none;
	position: absolute;
	top: 8px;
	left: 8px; 
	padding: 2px 12px; 
	background: #24382c; 
	color: #fff; 
	display: block;
	font-weight: bold; 
}
#editpage:hover {
	background: #ffffcc;
	color: #000;

}
/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
 */
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
}