/* Classen fuer den Teaser */


#spalte_inhalt
{
	overflow: auto;
	height: 430px;
	width: 520px;
	padding: 5px;
	text-align: center;
}


.inhalt
{
	width: 487px;
	
	padding-bottom: 5px;
	border-bottom: 1px solid #6c0;
	margin-bottom: 3px;
	
	text-align: left;
	background-color: white;
	
	color: #000;
	ont-family: verdana,arial,sans-serif;
	font-size: 14px;
	font-weight: inherit;
	word-spacing: 1;
	overflow: hidden;
}


.inhalt h1
{
  margin-bottom: 4px;
  font-size: 20px;
 	font-weight: bolder;
font-family: arial,sans-serif;

}  
  
.inhalt h2
{
  margin-top: 2px;
  margin-bottom: 8px;
	color: #666;
  font-size: 16px;
  font-weight: bold;
font-family: arial,sans-serif;
}

.inhalt a
{
	color: #56A606;
	text-decoration: none;
}

.inhalt a:hover
{
	text-decoration: underline;
}


.inhalt .systemlink
{
	font-weight: bold;
	color: #255D76;
	text-decoration: none;
}  

.inhalt .systemlink:hover
{
	color: #017FBA;
}  

input
{
	border: 1px solid #6c0;
	font-size: 0.9em;
}

textarea
{
	border: 1px solid #6c0;
	font-size: 0.9em;
}


.farbe
{
	color: #6c0;
}


a
{
    color: #56A606;
    text-decoration: none;
}
