﻿body {
}

/* 
ashx URL von CSS Datei aus gesehen
ID von ashx Datei aus gesehen
 */
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;
}
 
.PFAFF
{
	font-weight: bold;
	font-size: 18px;
	color: red;
}   
 
/* 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;
}


