/* Allgemein */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFFFFF;
}
/* Trenner */
.Trenner {
	height: 40px;
	font-size: 110%;
	color: #EEEEEE;
	text-align: right;
	vertical-align: middle;
	background: url(../img/Trenner_1x800.jpg) repeat-y;
	border-right: 1px solid #9B5B1D;
	letter-spacing: 0.3em;
}
/* Menue */
#Menue {
	padding-bottom: 10px;
	font-size: 110%;
	color: #F0F0F0;
	background: url(../img/Trenner_1x192.jpg) repeat-y;
	vertical-align: top;
	text-indent: 5px;
}
#Menue ul li {
	list-style-type: none;
}
#Menue a {
	display: block;
	text-decoration: none;
	width: 192px;
	padding: 12px 0 12px 0;
	margin: 12px 0 12px 0;
	background-color: #EE6D2B;
	color: #fff;
	border-top: 3px solid #995C1D;
	border-bottom: 3px solid #995C1D;
}
#Menue a:hover {
	background-color: #E55A21;
	color: #fff;
	border-top: 3px solid #E9A75D;
	border-bottom: 3px solid #E9A75D;
}
/* Inhalt */
#Inhalt {
	background-color: #FFFFFF;
	color: #333333;
	border-right: 1px solid #9B5B1D;
	border-left: 60px solid #FFFFFF;	
}
#Inhalt h1,
#Inhalt h2,
#Inhalt h3 {
	padding: 15px 30px 3px 0px;
	color: #666;
}
#Inhalt h1 {
	font-size: 140%;
	letter-spacing: 1pt;
}
#Inhalt h2 {
	font-size: 120%;
}
#Inhalt h3 {
	font-size: 105%;
}
#Inhalt p {
	line-height: 150%;
	padding: 0px 30px 6px 0px;
	text-align: justify;
}
#Inhalt ul {
	list-style-image: url(../img/dot.gif);
	list-style-position: outside;
	line-height: 140%;
}
#Inhalt li {
	margin: 5px 30px 5px -20px;
	text-align: left;

}
#Inhalt a {
	text-decoration: underline;
	color: #E25B24;
}
/* Fusszeile */
.Fusszeile {
	height: 40px;
	font-size: 80%;
	color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	background: url(../img/Trenner_1x800.jpg) repeat-y;
	border-right: 1px solid #9B5B1D;
}
.Fusszeile a {
	text-decoration: underline;
	color: #fff;
}
.orange {
	font-weight: bold;
	color: #E25B24;
}
.Tabelle {
	border: thin solid grey;
	padding: 0 50px 6px 0px;	
}
.TabellenZeile {
	border: thin solid grey;
}
.klein {
	font-size: 80%;
}
.nichtganzsoklein {
	font-size: 95%;
}
