body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	background-color: #F7931D;
}
/*Überschriften*/
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 20px;
	margin: 20px;
}



/*LINK*/
a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
/*Bilder*/
img {
	border: none;
}

.left{
	float:  left;
	text-align: center;
	margin-top: 0px;
	width:  50%;
}
.right{
	top: 0px;
	text-align: center;
	vertical-align: bottom;
}
p{
	text-align: justify;
	padding: 20px 20px 20px 20px;
}
.bildunterschrift{
	display: none;
	text-align: justify;
	padding: 20px 20px 20px 20px;
}
#navigation{
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	width: 200px;
	position: absolute;
	left: 5px;
	top: 10px;
}

#content{
	float: right;
	padding: 0;
	border: 0;
	margin: 0;
	width: 700px;
	position:absolute;
	left: 205px;
	top: 10px
}