*.att {font-family: Verdana; font-size:11px; text-align: left;}
body {
	font-family: Verdana; font-size:11px;
	/*margin: 0; padding: 1em 0;*/
	}
h1{font-family: verdana; font-size:18px; text-align: center; font-weight: bold}
h2{font-family: verdana; font-size:12px; text-align: left; font-weight: bold}
a:link {text-decoration: underline;color: #000000; font-size: 11 px;}
a:visited {text-decoration: none;color: #FFFFFF; font-size: 11 px;}
a:hover, a:active {text-decoration: underline; color: #FFFFFF; font-size: 11 px;}
a:focus  {text-decoration: underline; color: #FFFFFF; font-size: 11 px;}
p1 	{font-family: verdana; font-size:11 px; text-align: justify;}
p2	{font-family: verdana; font-size:11 px; text-align: right; color: #FF0000;}



div#top {
	width: 600px;
	height: 71px;
	padding: 2px;
	margin-top: 75px; 
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}



/*----------------------------*/




div#Navi {
	width: 600px;
	height: 20px;
	text-align:	center;
	margin-top: 10px; 
	margin-left: auto;
	margin-right: auto;
}


/*----------------------*/

#seite {
	text-align: left;
	margin: 0 auto;	
}
	
#haupt {
	overflow: auto;
	width: 600px;
	height: 430px;
	margin-top: 10px; 
	margin-left: auto;
	margin-right: auto;
}
/*---------------------*/


#Inhalt {
  	padding: 0 1em;
  	text-align: left;
  	overflow: auto;
}
 
#Inhalt h1 {
  	font-size: 13px;
  	text-align: center;
  	font-weight:bold;
}

#Inhalt h2 {
  	font-size: 12px;
  	text-align: left;
  	font-weight:bold;
  	color: #FF0000;
}

#Inhalt p {
  	font-size:11px;
  	text-margin: justify;
}

#Inhalt a {
  	text-decoration: underline;
  	color: #000000; 
  	font-size: 11 px;
 }

/*---------------------------*/

#balken {
	width: 600px;
	align: center;
	color: #0000FF;
}

/*---------------------------*/






ul#Navigation {
  font-size: 0.91em;
  float: left; width: 22em;
  margin: 0; padding: 0;
  border: 1px dashed silver;
}
ul#Navigation li {
  list-style: none;
  margin: 0; padding: 0.5em;
}
ul#Navigation a {
  display: block;
  padding: 0.2em;
  font-weight: bold;
}
ul#Navigation a:link {
  color: black; background-color: #eee;
}
ul#Navigation a:visited {
  color: #666; background-color: #eee;
}
ul#Navigation a:hover {
  color: black; background-color: white;
}
ul#Navigation a:active {
  color: white; background-color: gray;
}