@charset "UTF-8";

body {
	background-image: url(../img/kachelblume.jpg); 
	background-repeat: both;
	color: #da251d; /* rot */
	font-size: 13px;
	font-family: serif;
	
	
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #007946;
}
a:hover{
	
	background-color: #f8c200;
	font-style: italic;
}
h1,h2,h3,h4,h5 {
	color: #007946 ;
	font-weight: bold;

}

#wrapper {
	background-image: url(../img/weis.gif);
	background-repeat: both;
	
	margin: auto;
	
}

#header {
	height: 268px;
	background-image: url(../img/header.jpg);
	
}
#contact{
	position: relative;
	top: 200px;
	left: 20px;
}	
#menu_wrapper{
	margin: 10px;
	
}


#menu_wrapper ul{
	list-style: none;
	font-weight: bold;
	color: #007946;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	white-space: nowrap;
	
	
}
#menu_wrapper a{
  padding:0px 10px 0px 10px;
}


#current a{
	color: #da251d;
	font-style: italic;

}
#content_wrapper{
	margin: 10px;
	
}


.componentheading, .article_separator {
	
	display:none;
	
}

.contentheading {
	font-size: 1.2em;
}

.system-unpublished{
	display: none;
}
.leading{
	padding-bottom: 1.5em;
}

.pagination,.counter{
text-align: center;
}
.pagination li{
	list-style: none;
	display: inline;
}

#footer {
	margin-top:100px;
	bottom:0px;
	height: 90px;
	
	background-image: url(../img/wiese2.gif);
	background-repeat: repeat-x;
	
}




label {
	float: left;
	display: block;
	width: 8em;
	clear: left; /* Zeilenumbruch */
	margin-top: -1em;
	font-weight: bold;
}

input {
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
	border: 1px solid #a5acb2;
	padding: 2px;
	background: #fff;
}

img.border{
	margin: 5px; border: 1px solid #000000;
}