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

body {
	background: #fff url('bild/bg.jpg') no-repeat fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;		
}

#all {
	clear: both;
	overflow: auto;
}
#links {
	position: absolute;
	left: 0;
	top: 0;
	width: 190px;
	text-align: right;
	padding-top: 140px;	
}
#rechts {
    margin-left: 230px;
    width: 600px;
}

#inhalt p {
	letter-spacing: 1px;
	color: #333;
}
#footer {
	width: 780px;
	padding: 15px;
	text-align: center;
	border-top: 1px solid #8EA182;
	color: #8EA182;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #706D4F;	
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #8EA182;
}
em {
	color: #5D704F;
	letter-spacing: 0;
}

td {
	vertical-align: top;
}	

a {
	color: #800000;
}
a:hover {
	color: #404040;
	background: #E3ECDE;
}
a.link99, a:link.link99, a:visited.link99 {
	color: #790000;
}
.tableframe {
	border: 1px solid #657A54;
}

.pic, .picright, .picleft {
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;
}
.picleft {
	float: left;
	margin: 0 10px 10px 0;	
}
.picright {
	float: right;
	margin: 0 0 10px 10px;
}
.mitte {
	width: 20px;
	background: #fff url('bild/strich.gif');
}
ul.auflisten li {
	list-style-image: url(bild/pin.gif);
	line-height: 12pt;
	margin: 6px;
}


.tab1 {
	padding: 0;	
}
.tab1 span {
	font-style: italic;
	margin-right: 7px;
}
.tab1 h2 {
	display: inline;
	color: #777;
}
.tab2 {
	clear: both;
	overflow: auto;	
}

* html .tab2 {
    height: 1%;
}

/* Kontaktformular */

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;
}
p br {
    clear: none;
}
input:focus {
	background: #EFFCE8;
}
.box {
	margin: 0 20px 10px 80px;
	width: 15px;
}