html, body	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	background-color: #787878;
	background-image: url(bilder/bg-body.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wrapper	{
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

#head1	{
	width: 840px;
	height: 300px;
	background-image: url(bilder/bg-index.jpg);
}

#inhalt1	{
	width: 550px;
	margin-left: 145px;
	text-align: center;
	clear: both;
	padding-bottom: 50px;
	padding-top: 50px;
}

#clear	{
	width: 840px;
	padding-top: 15px;
	clear: both;
}

#inhalt2	{
	width: 550px;
	margin-left: 145px;
	text-align: left;
	clear: both;
	background-color: #787878;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content	{
	width: 530px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 18px;
	background-image: url(bilder/bg-content.jpg);
}

#footer	{
	width: 840px;
	text-align: center;
	font-size: 12px;
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer hr	{
	width: 550px;
	border: 1px solid #FFFFFF;
	height: 1px;
}

a.navi:link 	{
	text-decoration: underline;
	color: #FFFAF0;
	font-weight: bold;
}

a.navi:visited 	{
	text-decoration: underline;
	color: #FFFAF0;
	font-weight: bold;
}

a.navi:hover 	{
	text-decoration: overline;
	color: #FFFAF0;
	font-weight: bold;
}

a.navi:active 	{
	text-decoration: underline;
	color: #FFFAF0;
	font-weight: bold;
}

h1	{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px dotted #FFFFFF;
	padding-bottom: 4px;
}

h2	{
	font-size: 18px;
	font-weight: bold;
	color: #EEE9E9;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 5px;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.text-links {
	text-align: left;
}

.text-rechts {
	text-align: right;
}

.text-zentriert {
	text-align: center;
}

.text-blocksatz {
	text-align: justify;
}

.kursiv {
	font-style: italic;
}

.fettkursiv {
	font-style: italic;
	font-weight: bold;
	color: #EEE9E9;
}

.fett {
	font-weight: bold;
	color: #EEE9E9;
}

.fettblau {
	font-weight: bold;
	color: #00BFFF;
	font-size: 14px;
}

table td {
	padding-bottom: 5px;
}