body { 
	font-family: Helvetica;
	color: black; background-color: white; }

p {}

td {}

a:link { color: white }

a:visited { color: white }

a:hover { color: purple }

a:active { color: purple }

ul#Navi a:link { color: white; text-decoration: none }

ul#Navi a:visited { color: white; text-decoration: none; }

ul#Navi a:hover { background: white; color: rgb( 0, 105, 196 ); }

ul#Navi a:active {}

ul#Navi { 
	background: rgb( 0, 105, 196 );
	padding: 10px;
	border: 1px solid rgb( 0, 92, 172 ); }

ul#Navi li { 
	display: inline;
	margin-bottom: 0.5em;
	list-style: none;
	color: white; }
	
div#TextEbene h1 {

	margin-top: 			20px;
	margin-bottom: 			5px;
	padding-left: 10px;
	font-weight: 			normal;
	font-size: 			2em;
	color: white;
	width: 100%;
	background: rgb( 0, 105, 196 );
	border: 1px solid rgb( 0, 92, 172 );	
}

div#TextEbene h1 {

	margin-top: 			20px;
	margin-bottom: 			5px;
	padding-left: 0em;
	font-weight: 			normal;
	font-size: 			2em;
	color: white;
	width: 100%;
	background: rgb( 0, 105, 196 );
	border: 1px solid rgb( 0, 92, 172 );	
}

div#TextEbene h2 {

	margin-top: 			20px;
	margin-bottom: 			5px;
	padding-left: 1em;
	font-weight: 			normal;
	font-size: 			1,4em;
	color: rgb( 220, 220, 220 );
	width: 100%;
	border: 2px solid rgb( 0, 92, 172 );	
}

div#TextEbene { padding-left: 0em; color: rgb(220,220,220); }
