body	{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-align: justify;
}

#body_index {
	background-image: url(../bilder/bg-index.jpg);
	background-repeat: no-repeat;
}

#body_inhalt {
	background-image: url(../bilder/bg-inhalt.jpg);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	width: 440px;
	height: 484px;
	border: 4px solid #FF0000;
	top: 50%;
	left: 50%;
	margin-top: -242px;
	margin-left: -220px;
}

#schrift_vertikal {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 75px;
	height: 585px;
}

#schrift_horizontal {
	position: absolute;
	left: 525px;
	top: 0px;
	width: 325px;
	height: 96px;
}

#navigation {
	position: absolute;
	left: 75px;
	top: 120px;
	width: 255px;
}

#inhalt {
	position: absolute;
	left: 350px;
	top: 120px;
	width: 500px;
	margin-bottom: 20px;
}

#umbruch {
	clear: both;
}

.headline	{
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}

a	{
	color: #FF0000;
	text-decoration: underline;
}

a:hover	{
	text-decoration: overline;
	color: #A08C8C;
}

.bildlinks	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bildrechts	{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
