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

body {
	margin-top: 30px;
	background: #EEDC5E url("bild/back.jpg") repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#inhalt h1 {
	padding-left: 50px;
	height: 25px;
	font-size: 1.4em;
	color: #576625;
	background: url("bild/bgh1.gif") no-repeat;	
}
#inhalt h2 {
	font-size: 1.2em;
	color: #574A35;
}
#inhalt h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #576625;
	margin: 30px 0 3px 0;
}
.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}
#all {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#navigation {
	float: left;
	width: 220px;
	text-align: left;
	margin-top: 110px;
}
#inhalt {
	float: right;
	width: 530px;
	margin-bottom: 15px;
	color: #404040;
	background: #ffc;
	border: 5px solid #576625;	
}
#inhaltin {
	margin: 0 30px;
}
#inhalt a {
	color: #315073;
	text-decoration: none;
	border-bottom: 1px dotted #315073; 
}
#inhalt a:hover {
	text-decoration: underline;
	color: #ffc;
	background-color: #576625;
}
p.inhaltoben {
	background: url(bild/bginhalt.gif) no-repeat;
	margin: 0;
	height: 10px;
}
p.inhaltunten {
	background: url(bild/bginhalt.gif) no-repeat bottom;
	margin: 0;
	height: 10px;	
}
blockquote {
	background: #FFFFEB;
	margin: 0;
	padding: 0 20px;	
	border: 1px solid #F7E499;	
}
ul.auflisten li {
	list-style-image: url(bild/pin.gif);
	line-height: 12pt;
	margin: 6px 25px;
}

.pic {	
	padding: 9px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}
.pictop {	
	padding-bottom: 9px;
	background: url(bild/shadow.jpg) repeat-x bottom left;
}
.picright {
  float: right;
  margin: 0 0 15px 15px;
	padding: 5px;  
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;    
}

/* Kontaktformular */

label,input {
	width: 200px;
	float: left;
	margin-bottom: 0.5em;	
}
label,input, textarea {
	width: 220px;
	float: left;
	margin-bottom: 0.5em;	
}
label {
	text-align: right;
	width: 100px;
	float: left;	
	padding-right: 1em;
}
br {
	clear: left;
}
