html, body	{
	background-color: #FFF5EE;
	background-image: url(../bilder/bg.jpg);
	background-position: 10px 330px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#navi	{
	width: 100%;
	background-image: url(../bilder/bg-navi.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
	border-bottom: 5px solid #FFFFFF;
	padding-bottom: 13px;
	padding-top: 13px;
}

#navi ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi li {
	margin: 0;
	padding: 0;
	display: inline;
}

#navi a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 13px;
	padding-right: 13px;
}

#navi a:hover {
	color: #FFA500;
}

#inhalt	{
	margin-left: 170px;
	width: 590px;
	text-align: justify;
	font-size: 0.85em;
	line-height: 1.5em;
	padding-bottom: 2em;
}

#inhalt a	{
	color: #002168;
	font-weight: bold;
	text-decoration: underline;
}

#inhalt a:hover	{
	color: #FFA500;
	font-weight: bold;
	text-decoration: none;
}

#footer	{
	background-image: url(../bilder/bg-footer.jpg);
	background-repeat: repeat-y;
	background-color: #2781BB;
	border-top: 5px solid #FFFFFF;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 17.5em;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
}

.fett	{
	font-weight: bold;
}

.orange	{
	font-weight: bold;
	color: #FFA500;
}

ul.leistung	{
	margin-left: 15em;
	padding: 0;
	list-style-image: url(../bilder/liststyle.jpg);
	font-size: 1.2em;
}

ul.leistung li	{
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

.liabstand	{
	padding-left: 0.6em;
}

h1	{
	font-size: large;
	color: #FFA500;
}

h2	{
	font-size: medium;
	color: #002168;
}

.tdbg	{
	background-color: #D9E1EB;
}

.imgleft	{
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.imgright	{
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.mitte	{
	text-align: center;
}

.blocklinks	{
	float: left;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.blockrechts	{
	float: right;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.clear	{
	clear: both;
	height: 0.5em;
}
