@charset "utf-8";
/* CSS Document */
body {
	background-image: url(bg.png);
	font-family: Arial, Helvetica, sans-serif;
}
.kopf {
	background-image: url(head.png);
	margin: auto;
	height: 218px;
	width: 968px;
}
.navi {
	background-image: url(navi.png);
	margin: auto;
	height: 48px;
	width: 968px;
	text-indent: 240px;
}
.content {
	background-image: url(content.png);
	background-repeat: repeat-y;
	margin: auto;
	max-height: 1200px;
	width: 968px;
}
.contentinnen {
	margin-left: 240px;
	width: 550px;
	font-size: 12px;
	line-height: 19px;
	color: #333;
}
.Überschrift {
	font-size: 16px;
	line-height: 24px;
	color: #F04E11;
}
.fliesstext {
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
.fuss {
	background-image: url(foot.png);
	margin: auto;
	height: 85px;
	width: 968px;
}
a:link {
	color: #F04E11;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F04E11;
}
a:hover {
	text-decoration: none;
	color: #FFB400;
}
a:active {
	text-decoration: none;
	color: #F04E11;
}

a.klein:link {
	color: #F04E11;
	font-variant: normal;
	font-weight: normal;
}
a.klein:visited {
	color: #F04E11;
	font-variant: normal;
}
a.klein:hover {
	color: #FFB400;
	font-variant: normal;
}
a.klein:active {
	color: #F04E11;
}
