/* Neu ab Jan. 2008 für alle mit php body includes */

/* body { background-color: #FFFFCC; text-align: center; } */
body { background-color: #FFFFFF; text-align: center; }

a:link { font-weight:bold; color:white; Font-Size: 13px; }
a:visited { font-weight:bold; color:white; }
a:hover { font-weight:bold; background-color:#CCCCCC; }/* grau */
a:active { font-weight:bold; background-color:#333333; }

a.agb:link { font-weight:bold; color:blue; Font-Size: 13px; }
a.agb:visited {font-weight:bold; Font-Size: 13px; color:blue;}
a.agb:hover { font-weight:bold; Font-Size: 13px; background-color:#CCCCCC;}
a.agb:active {Font-Size: 13px;  background-color:#333333; }

/* kleine Schrift für Linkbox */
a.lk:link { font-weight:bold; color:blue; Font-Size: 10px; }
a.lk:visited {font-weight:bold; Font-Size: 10px; color:blue;}
a.lk:hover { font-weight:bold; Font-Size: 10px; background-color:#CCCCCC;}
a.lk:active {Font-Size: 10px;  background-color:#333333; }

/* setzt Rahmenfarbe in allen Tabellen */
table, td {
border: 1px solid #c0c0c0;
border-collapse: collapse;
}

.h1  
{
Font-Family: Arial, Verdana, Helvetica, sans-serif;
Font-Size: 15px; 
Font-weight: bold; color: #333333;
}

h2                                    /* Die Schlagzeile h2 */
	{
	font-size: 1.2em;
	padding: 10px 10px 20px 10px;      /* 3. Pos.ist Abstand unten */
	margin-bottom: 0px;
	margin-top: 0px;
	/* color: #000000;  */
	font-weight: bold;
	text-align: center;
	}

.h2  
{
Font-Family: Arial, Verdana, Helvetica, sans-serif;
Font-Size: 15px; color: #333333;
}

.linkblau 
{
Font-Family: Arial, Verdana, Helvetica, sans-serif;
Font-Size: 13px; 
Font-weight: bold; 
color:blue;
}

.linkweiss /* weiße Schrift auf blau */
{
Font-Family: Arial, Verdana, Helvetica, sans-serif;
Font-Size: 13px; Font-weight: bold; color:white;
}


.H6
{
Font-Family: Arial, Verdana, Helvetica, sans-serif;
Font-Size: 8pt; color: #333333;
}

.fuss /* weiße Schrift auf blau */
{
Font-Family: Arial, Verdana, Helvetica, sans-serif;
Font-Size: 12px; Font-weight: bold; color:white;
}

p
	{
	Font-Size: 14px; 
	text-align: left;
	padding-left: 3px;
	padding-right: 10px;
	margin-top: 2px;                   
	margin-bottom: 2px; 
	/* line-height: 2.5; */                  /* zeilenabstand  */
	}

