/**
 * Style sheet basic
 */
 
html{margin:0px;}

	

 div, em, input, label, li, ol, p, select, span, strong, td, th, textarea, u, ul
{
	font-family: Arial, Tahoma, sans-serif;
	
	
}

 div, input, label, li, ol, p, select, td, th, textarea, u, ul
{
	font-family: arial,sans-serif;
  color: #414141;
  font-size: 12px;
  line-height: 1.8;

	
}

td {
 vertical-align: top;}

h1
{
	margin:  0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;;
	
	font-family: "times new roman",times,serif;
  color: #414141;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.8pt;
 


}


a
{
	text-decoration:none;
	color:#000;
}

a:hover
{
	text-decoration: underline;
	color:#fff;
}

 img
{
	vertical-align:middle;
	border:0px;
}
 pre, form
{
	margin:0px;
	padding:0px;
}

.strichliste{
 list-style-type: square;
 text-align: left;}
 
 .kundenstimme{
  padding: 10px;
  background: #dcdcde;}
  
  .kunden_ueberschrift{
   font-family: georgia;
   font-size: 12pt;}
