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

body {
	margin: 10px;
	background: #444 url("bild/bg.jpg") repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;	
}

a img {
	border: none;	
}

header, nav, article, footer {
	display: block;
}

#all {
	position: relative;
	text-align: center;	
	width: 760px;
	margin: auto;
	padding: 0;
	background: #FDEBBD;	
}
header {
	height: 295px;
	background: url("bild/bgheader.jpg") no-repeat;	
}

nav {
	text-align: center;
	height: 42px;
	padding: 4px 30px;
	background: #FF9E14;				
}
#mitte {
	padding: 3px 10px;
	overflow: hidden;
}

article {
	float: left;
	padding-left: 30px;
	margin: 0;
	width: 470px;
	text-align: left;
	color: #000;
}

#images {
	float: right;
	margin: 0;
	width: 220px;
	padding: 8px;
	text-align: left;
}

footer {
	clear: both;
	text-align: right;
}

article a {
	text-decoration: none;
	border-bottom: 1px dotted #FF9E14;
	color: #08140A;
}
article a:hover {
	color: #fff;
	background: #FF9E14;
}
article a.extern {
	padding-left: 20px;
	background: url("bild/extern.gif") no-repeat;
}
article a.extern:hover {
	color: #fff;	
	background: #FF9E14;
}
h1 {
	font-size: 1.4em;
	color: #2B7284;
}
h2 {
	font-size: 1.2em;
	color: #1A4622;
}
h3 {
	font-size: 1.0em;
	color: #76522E;	
	font-weight: bold;
}
td {
	vertical-align: top;
}
ul.auflisten li {
	list-style-image: url(bild/pin.gif);
	line-height: 12pt;
	margin: 5px 0;
}
.pic, .picright, .picleft {
	padding: 4px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}
.picright {
	float: right;
	margin: 0 0 1em 1em;
}
.picleft {
	float: left;
	margin: 0 1em 1em 0;
}



/* Kontaktformular */

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

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

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

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

ul.listform input {
	float: none;
}
