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

body {
	background: #DEDED6 url("bild/back.gif") repeat-y fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;	
}
ul,li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a {
	color: #660;
}
a:hover {
	color: #f00;
}

#leiste {
	position: fixed;	
	top: 0;
	left: 5px;
	width: 250px;
}
* html #leiste {
	position: absolute;
}
#inhalt {
	clear: both;
	overflow: auto;
	margin: 10px 0 50px 260px;
	display: block;
	width: 530px;
	padding: 0;
	color: #333;
}
#inhalt h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 220%;
	font-style: italic;
	padding: 0.1em;
	color: #5B7163;
}
h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 150%;
	font-style: italic;
	padding: 0.1em;
	color: #332600;
}
.pic, .picright, .picleft {
	padding: 7px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;	
}
.picright {
	float: right;	
	margin: 0 0 5px 15px;
}
.picleft {
	float: left;		
	margin: 0 15px 5px 0;
}	
.rahmen {
	color: #333;
	padding: 5px 20px 5px 40px;
	border: 1px solid #808080;
	margin-bottom: 10px;
}
ul.auflisten li {
	list-style-image: url(bild/pin3.gif);
	margin: 6px 20px;
}

/* Kontaktformular */

label,input, textarea {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 10px;	
}
label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
input:focus {
	background: #EFFCE8;
}
br {
	clear: left;
}
.box {
	margin: 0 30px;
	width: 15px;
}

.taball {
	width: 99%;	
}
.tab1 {
	padding: 4px 20px;
	background: #CAD4CD;	
}
.tab1 span {
	font-style: italic;
	margin-right: 7px;
}
.tab1 h2, .tab2 h2 {
	display: inline;
	font-size: 1.3em;
	font-weight: bold;	
}
.tab2 {
	padding: 8px 20px;
	margin-bottom: 1em;		
	background: #FFFAE3;
	overflow: auto;
	border: 1px solid #CAD4CD;
}

* html .tab2 {
    height: 1%;
}

