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

* {
	font-size: 1em;
	font-style: normal;
	font-weight: inherit;
	text-decoration: none;
	color: inherit;
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	outline: none;
}

body {
	font: 11pt/150% "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	background: #C2CEB8 url('bild/shade-all.gif') repeat-y 50% 0%;
	text-align: center;
	color: #555;
}

#header {
    background: url('bild/bgheader.jpg') no-repeat bottom right;
    height: 258px;
}

#footer {
	clear: both;
	text-align: right;
	padding-top: 2em;
}

#footer p {
	border-top: 1px solid #CDC;
	font-size: 0.8em;
	color: #9FB38F;
	text-transform: uppercase;
	padding: 0.5em 1em;
}

#footer p a {
    color: #9FB38F;
}

#footer p a:hover {
    color: #8AD;
    text-decoration: underline;
}

#inhalt {
    clear: right;
    margin-left: 185px;
    padding: 0.5em 1em 2em 2em;
    color: #333;
}

#all {
    position: relative;
    margin: 0 auto auto;
    width: 896px;
    text-align: left;
    background: #FEFFE0;
}

#inhalt h1 {
    color: #8AD;
    font-size: 2.5em;
    line-height: 1em;
    letter-spacing: -0.05em;
    font-weight: bold;
    margin: 0.5em 0;
}

#inhalt h2 {
    font-size: 2.0em;
    color: #9FB38F;
    margin: 1em 0 0.5em;
    line-height: 1em;
}

#inhalt h3 {
    font-size: 1.8em;
    color: #718B5B;
    margin: 0.5em 0 1em;
    line-height: 1em;
}

#inhalt p {
    margin-bottom: 1em;
}

#inhalt strong {
    color: #250;
    font-weight: bold;
}
blockquote {
	margin: 0;
	padding: 0.5em 5em;
	background: #F1E1C9 url(bild/zitat.gif) no-repeat;
	line-height: 1.6em;
}

#inhalt ul.vorne {
    display: block;
    list-style: none;
		overflow: auto;
		width: 99%;    
}

#inhalt li.vorne1, #inhalt li.vorne2, #inhalt li.vorne3 {
	clear: both;
	overflow: auto;
	list-style: none;
	background: none;
	border: 1px solid #CDC;
	margin-bottom: 1em;
}
#inhalt li.vorne1 {
	border-left: 9px solid #737BCE;
}
#inhalt li.vorne2 {
	border-left: 9px solid #C43132;
}
#inhalt li.vorne3 {
	border-left: 9px solid #066;
}

#inhalt a {
    color: #8AD;
    text-decoration: underline;
}

#inhalt a:hover {
    color: #58C;
}

#inhalt ul li {
    background: url('bild/bullet.gif') no-repeat 2px 3px;
    zoom: 1;
    padding-bottom: 0.3em;
    padding-left: 1.2em;
}
#inhalt ul.links li span {
	position: absolute;
	left: 260px;
}
#inhalt ul.links li {
	position: relative;
}

#inhalt ul.pdflist li {
    padding: 0.5em 2.5em;;
    background: url('bild/pdf.gif') no-repeat 0.4em 0.5em;
}
hr {
    outline: 1px solid #cdc;
}

.pic {
	padding: 9px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;	
}
.picright {
	float: right;
	margin: 0 0 10px 15px;	
}

.taball {
	width: 99%;
}
.tab1 {
	padding: 4px 20px;
	background: #EAECBA;
	border-top: 1px solid #C2CEB8;		
}
.tab1 span {
  display: block;
  font-size: .9em;	
	font-style: italic;
	padding-left: 40px;
	height: 30px;
	background: url('bild/bgdate.gif') no-repeat;	
}
.tab1 h2 {
	display: inline;
}
.tab2 {
	overflow: auto;	
	padding: 2px 10px;	
	margin-bottom: 1em;	
}

* html .tab2 {
    height: 1%;
}

/* Kontaktformular */

label {
    display: block;
	text-align: right;
	width: 100px;
	float: left;	
}

input,
textarea,
select {
	border: 1px solid #9FB38F;
	width: 300px;
	margin-left: 1em;
}

select {
    width: auto;
}

input:focus,
textarea:focus {
	background: #EFFCE8;
}

#kontakt br, #newsletter br {
    clear: left;
}

#inhalt ul.listform,
#inhalt ul.listform li {
    display: block;
    list-style: none;
	margin-bottom: 0.5em;	
	background-image: none;
}

#inhalt ul.listform input {
    float: none;
}