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

body {
	margin: 0 0 0 25px;
	background: #D7DCA6 url(bild/bg.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;
}
a {
	color: #A59361;
}
a:hover {
	background: #A59361;
	color: #fff;
}
a img {
	border: none;
}
header, article, footer {
	display: block;
}
#all {
	position: relative;
	width: 760px;
	border-left: 3px solid #A59361;
	border-right: 5px solid #A59361;	
	background: #FEFFE0 url(bild/bginhalt.jpg) no-repeat 0 290px;
	overflow: hidden;
}
header {
	background: #FEFFE0;
}
#grafik {
	padding: 0;
	border-top: 3px double #A59361;
	border-bottom: 3px double #A59361;		
}
article {
	position: relative;
	float: left;
	width: 400px;	
	text-align: left;
	padding: 10px 10px 20px 140px;
	margin: 12px 0 0 0;
	color: #606060;
}
#rechts {
	position: relative;
	float: right;
	width: 170px;
	border: 2px outset #D7DCA6;		
	background: #FEFFE0;
	text-align: center;	
	padding: 20px 5px;
	margin: 30px 7px 40px 12px;
}
footer {
	clear: both;
	color: #FEFFE0;
	padding: 8px 0 8px 135px;
	background: #A59361;
	border: 3px double #D9DEA8;	
}
.pic {
	padding: 7px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}
.picright {
	float: right;
	margin: 0 0 5px 15px;
}

td {
	vertical-align: top;
}
h1, h2 {
	color: #094432;
	font-size: 1.2em;
}

/* Kontaktformular */

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

.listform input,
.listform textarea {
	border: 1px solid #9FB38F;
	width: 220px;
	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;
}
