/** INDEX-SEITE **/

/** AUSRICHTUNG DES FRONT-BILDES **/
#inhalt
{
	padding: 0;
	margin:0;
	margin-right: 180px;
	margin-left: 212px;
	border-right: 5px solid #abacae;
}

#inhalt img 
{
	margin: 0px;
	padding: 0px;
	border: none;
}

#inhalt  a 
{
	border: none;
	text-decoration: none;
	margin:0;
	padding:0;
}



/** EINSTELLUNG FUER HINTERGRUND VON INFORMATIONSBALKEN **/
#information h1
{
	margin-top: 0px;
}



/** LINK ZUM "EINTRETEN" **/
#abschluss a
{
	text-decoration: underline;
	font-weight: bold;
}
#abschluss a:hover
{
	text-decoration: none;
	font-weight: bold;
}
