﻿body {
	margin: 10px;
	padding: 0px;
	/* overflow: hidden; */
}


a {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;

	color: #3f3f3f;
	height: 8px;
	text-decoration: none;
}

a:hover {
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;

	color: #989898;
	height: 8px;
}




a.button {
    background: transparent url(../../ImageHandler.ashx?id=Images/bg_button_a_T.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 0px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../../ImageHandler.ashx?id=Images/bg_button_span_T.gif);
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
  
 
/* Auf alles anwenden */   
*
{	
	font-family: Arial;
} 
   
    
h1,h2
{
	color:Black ;
	font-weight: bold;
	margin:0; 
	padding:0;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 16px;
}

h3,h4,h5,p,ul,li
{
	font-size: 12px;
	color: #808080;
	margin:0; 
	padding:0;
}

h3,h4,h5
{
	font-weight: bold;
}



