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


body {
	background: #fc6 url(bild/bg.gif) repeat-y;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;	
}
#header {
	background: url(bild/bgheader.jpg) no-repeat;
	height: 146px;
}
#links {
	position: relative;
	float: left;	
	width: 180px;
	padding: 0 25px 15px 15px;
	color: #333;
}
#inhalt {
	position: relative;
	float: left;
	width: 530px;
	padding: 0 25px 15px 15px;
	color: #333;
}
#inhalt a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #c60;
}
#inhalt a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #371900;
}
#inhalt h1, #inhalt h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #c60;	
}
#inhalt h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #371900;
}
ul.auflisten li {
	list-style-image: url(bild/pin.gif);
	line-height: 12pt;
	margin: 10px;
}
.pic {	
	padding: 9px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}
.picright {
	float: right;
	margin: 0 0 10px 10px;	
	padding: 7px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}

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