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

body {
	margin: 0;
	background: #fc6;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;
	color: #800000;	
}
a {
	color: #800000;
}
a:hover {
	color: #333;
}
a img {
	border: none;
}
#all {
	position: relative;
	text-align: center;	
	width: 970px;
	margin: auto;
	padding: 0;
	background: #fff url("bild/bgall.jpg") repeat-x;	
}
#oben {
	clear: both;
	height: 25px;	
}

header {
	display: block;		
}
header h1 a {
	text-indent: -9999px;
  display: block;	
	margin: 0 auto;
	width: 380px;
	height: 190px;
	background: url("bild/waldmuehle.png") no-repeat scroll;
}

article {
	display: block;	
	text-align: left;
	padding: 20px 40px;
	color: #333;
}
footer {
	display: block;
	text-align: center;
	padding: 7px;	
	background: #FFEBC1;		
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.7em;
	line-height: 1.2em;
	color: #800000;		
}
h3 {
	font-size: 1.3em;
	color: #800000;		
}


dl {
	border: 1px solid #F1AC35;
	width: 99%;	
}
dt {
	font-weight: bold;
	padding: 5px 25px;
	margin: 0;
	color: #fff;
	background: #F1AC35;	
}
dd {
	padding: 0 25px 10px 50px;
	margin: 0;
	overflow: hidden;
}
.pic {
	margin-right: 10px;
	padding: 4px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;	
}
.picright {
	float: right;
	margin: 5px 0 5px 15px;
	padding: 4px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;	
}
.picright2 {
	float: right;
	margin: 5px 0 5px 15px;
}	
ul.auflisten li {
	list-style-image: url(bild/pin.gif);
	line-height: 12pt;
	margin: 6px;
}
.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}


/* Kontaktformular */

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

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

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

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

ul.listform input {
	float: none;
}


/* Galerie */

ul.thumbnails {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
  overflow: hidden;
}

ul.thumbnails li {            
    float: left;
    margin: 0 8px 8px 0;
}

ul.thumbnails li img {
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.thumbnails a img {
	border: 5px solid #900;
}
ul.thumbnails a:hover img {
	border: 5px solid #f60;
}
