body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/hintergrund.jpg);
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
}
.kasten {
	text-align: left;
	width: 910px;
	background-color: #FFFFFF;
	height: 100%;
}
.rahmen {
	border: 1px solid #FE783B;
}

.top {
	background-image: url(../images/top4.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 910px;
	margin-bottom: 2px;
}
.inhalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 663px;
	float: right;
	padding: 25px;
	font-size: 14px;
}
h1 {
	font-size: 11pt;
	padding: 0px;
	font-weight: normal;
	margin: 0px;
}
p {
	font-size: 10pt;
}
ul li {
	font-size: 10pt;
	list-style-position: inside;
	list-style-type: disc;
}

.text {
	font-size: 10pt;
}


.nav {
	width: 195px;
	float: left;
}

.site {
	width: 910px;
}
a:link {
	color: #B6231C;
}
a:visited {
	color: #B6231C;
}
a:hover {
	color: #B6231C;
}
a:active {
	color: #B6231C;
}

