body
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Hier ein bischen Sammeldefinition */

p, dl, dt, dd, ul, li
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal; 
	background-color: #1F3C97;
}

b
{
	font-weight: bold;
}
.gross
{
	font-weight: bold;
	font-size: 14px;
}
dl, dt, dd
{  
	line-height: 18px;
}

p, ul, li
{  
	line-height: 14px;
}

/* Blauer Kasten fuer den Seitenkopf */
h1
{  
	font-weight: bold;
	font-size: 30px; 
	line-height: 30px;
	background-color: #000066;
}

/*Ueberschrift fuer die Seite; bei laengeren Seiten auch zu groesseren logischen Blšcken */

h2
{
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* Normale Ueberschriften */

h3
{
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* Subheadlines */
/* H5 und kleiner nicht verwenden, da ohne CSS der Standard zu klein ist */

h4
{
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* Tabellendefinition; Tabelle habe ich auch fuer Aufzaehlung verwendet */

table
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


td
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Diese Unterklassen f&uuml;r entsprechende Tabellenzellen verwenden */

.hell
{
	background-color: #3366FF	
}

.dunkel
{
	background-color: #000066
}


