#Inhalt {
	
	float:left;

	width: 915px;

	margin-left:25px;
	
	margin-top:50px;

	background: white;

	padding-top:5px;

	padding-left:5px;
	
	padding-right:20px;

	padding-bottom:5px;

	border-right-color:black;

	border-right-style:solid;

	border-right-width:1px;

}

#Inhalt H1 {
	font-size: 200%;
	color:#808080; 
	font-weight: bold;
	margin:0px;
}

#Inhalt H2 {
	font-size: 150%;
	font-weight: bold;
	margin:0px;
}


#Inhalt H3 {	
	font-size: 125%;
	font-weight: bold;
	margin:0px;
}


#Inhalt A {
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
#Inhalt A:visited {
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
#Inhalt A:hover {
	font-weight: normal;
	color: #FF6600;
	text-decoration: underline;
}