/* Classen fuer den Teaser */


.inhalt
{	
	overflow: hidden;
	margin-bottom: 5px;
	padding-top: 5px;	
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-color: white;
	color: #000;
	font-size: 0.8em;
}


.inhalt h1
{
  margin-bottom: 2px;
  margin-top: 2px;
  font-weight: bold;
  font-size: 1.2em;

}  
  
.inhalt h2
{
	margin: 0;
	padding: 1px;
	padding-left: 14px;
	color: #000;

	background-image: url(/grafiken/pfeil_rechts.gif);
	background-position:  left center;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: #eee;
	font-weight: normal;
	margin-bottom: 2px;
	font-size: 1em;
}

.inhalt ul
{
	list-style-type:disc;
	padding-left: 4em;
}

.inhalt ol
{
	padding-left: 4em;
}

.inhalt p
{
	margin-bottom: 1em;
}

.inhalt .einleitung
{
	font-weight: bolder;
}

.inhalt .fussleiste
{
	text-align: right;
	font-size: 0.8em;
	
}


.inhalt img
{
	display: inline;
	margin: 5px;
}

.inhalt a
{
	color: #0A7A2F;
	text-decoration: none;
}

.inhalt a:hover
{
	text-decoration: underline;
}


.inhalt .systemlink
{
	
	font-weight: bold;
	color: #009933;
	text-decoration: none;
}  

.inhalt .systemlink:hover
{
	color: #006633;
text-decoration: none;
}  

.inhalt table
{
	font-size: 1em;
}


.inhalt td
{
	font-size: 1em;
}

/*######################################################################
###  Sitemap  ##########################################################
######################################################################*/
ul.sitemap 
{
  list-style: none;
  margin-left: 1em;
}

li.hauptpunkt
{
  padding: 5px;
  margin-bottom: 20px;
}

li.sitemap
{
  padding: 5px;
  margin-bottom: 10px;
}


