@import url("style-navi.css");

body {
	background: #fff url("bild/bg.jpg") repeat-x fixed;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 80%;
	line-height: 1.7em;	
}
a {
	color: #51631B;
}
a:hover {
	color: #000;
}

ul,li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#all {
	position: relative;
	text-align: center;	
	width: 970px;
	margin: 0 auto;
}

nav {
	position: fixed;
	top: 0;
	background: #526120 url("bild/bg.jpg") repeat-x fixed;
}
header  {
  display: block;
	margin-top: 65px;
}
header h1  {
	font-size: 2.7em;
	text-align: left;
}
header h1 a  {
	color: #444;	
	text-decoration: none;
	text-shadow: 1px 3px 2px #999;	
}
header span {
	font-size: 17px;
	color: #819638;
	margin-left: 20px;
}

#images {
  width: 960px;
  height: 300px;
	margin: 0;		
}
article {
	float: left;
	width: 560px;
	text-align: left;
	padding: 6px 30px;
	color: #555;		
}

#infos {
	float: right;
	width: 320px;
	text-align: left;
	padding: 0 15px;
	margin-top: 65px;
	color: #555;
	background: #EEF1DE;		
}

footer {
	display: block;
	clear: both;
	height: 30px;
	padding: 2em;
	font-size: .8em;
	line-height: 12px;
	color: #999;	
}
h1 {		
	font-size: 2.9em;
	color: #999;
}
h2 {	
	font-size: 1.7em;
	color: #51631B;
}

#images img {
	padding-bottom: 26px;
	background: url("bild/schatten.png") no-repeat bottom center;
}

#infos img {
	text-align: center;
	padding: 9px;	
	border: 1px solid #D8E4B6;
	border-bottom: 1px solid #AABE65;
	background-color: #FAF9E7;
}

ul.auflisten li {
  background: url('bild/pin.png') no-repeat;
  padding-bottom: 1em;
  padding-left: 36px;
}

.picright {
	clear: both;
	float: right;
	margin: 0 0 1em 1em;
	padding: 9px;	
	border: 1px solid #D8E4B6;
	border-bottom: 1px solid #AABE65;
	background-color: #FAF9E7;	
}
.picright2 {
	float: right;
	margin: 0 0 1em 1em;
	border: none;
	background: none;	
}

/* Menu */

h2.menu1 {
	margin: 1.9em 0;
}
ul.menu2 li {
	list-style-type: none;
	color: #3E2020;
	border-bottom: 1px solid #5D6C46;
	margin-bottom: 1em;	
}
ul.menu2 h3 {
	font-size: 1.0em;
	font-weight: bold;	
}

span.rechts {
	float: right;
}

/* Kontaktformular */

.listform label {
	display: block;
	text-align: right;
	width: 100px;
	float: left;	
}

.listform input,
.listform textarea {
	border: 1px solid #9FB38F;
	width: 300px;
	margin-left: 1em;
}

.listform input:focus,
.listform textarea:focus {
	background: #EFFCE8;
}

ul.listform,
ul.listform li {
	display: block;
	list-style: none;
	margin-bottom: 0.5em;	
	background-image: none;
}

ul.listform input {
	float: none;
}
