@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;	
}

#all {
	position: relative;
	text-align: center;	
	width: 760px;
	margin: auto;
	padding: 0;
	background: #FDEBBD;	
}
#header {
	height: 295px;
	background: url("bild/bgheader.jpg") no-repeat;	
}
#leiste {
	text-align: center;
	height: 42px;
	padding: 4px 30px;
	background: #FF9E14;				
}
#mitte {
	padding: 3px 10px;
}
#inhalt {
	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;
}
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
span#top {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.footer, .footer a {
	color: #FDEBBD;
	margin: 0;
}
#inhalt a {
	text-decoration: none;
	border-bottom: 1px dotted #FF9E14;
	color: #08140A;
}
#inhalt a:hover {
	color: #fff;
	background: #FF9E14;
}
#inhalt a.extern {
	padding-left: 20px;
	background: url("bild/extern.gif") no-repeat;
}
#inhalt 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;
}

.taball {
	width: 99%;
}
.tab1 {
	padding: 4px 10px;
	background: #F5D995;	
}
.tab1 span {
	font-style: italic;
	margin-right: 7px;
}
.tab1 h2 {
	display: inline;
}

.tab2 {
    clear: both;
    overflow: auto; 
}

* html .tab2 {
    height: 1%;
}

/* Kontaktformular */

label,input, textarea {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
br {
	clear: left;
}