/* Grundeinstellungen, Seitenbreite */
body
{
    font-family:Verdana,sans-serif;
    background-color:#fff;
    font-size:90%;
}
h1
{
    margin-top:1.5em;
    font-size:1.5em;
    font-weight:bold;
    color:#00c;
    text-align:left;
}
h2
{
    font-size:1.2em;
    font-weight:bold;
    color:#00c;
    text-align:left;
}
h3
{
    font-size:1em;
    font-weight:bold;
    color:#00c;
    text-align:left;
}
pre
{
    font-size:1.1em;
}

a:hover { color:red; }

    
/* width im body wird vom IE ignoriert, deshalb extra div */
div.page { width:45em; } 


/* Bild, rechts vom Text umflossen */
div.img_left { float:left; font-size:0.8em; } 

/* Tabellen im Hauptteil */	
table.main th
{
	font-size:0.85em; 
	line-height:1.4em;
	text-align:left;
	color:#fff;
	background-color:#0c9;
}
table.main td
{
	font-size:0.85em;
	line-height:1.4em;
	vertical-align:top; 
	text-align:left;
}
table.main tr.even_row { background-color:#cfc; }
table.main tr.odd_row {	background-color:#fff; }

/* Fusszeile */
table.foot td
{
	vertical-align:top; 
	text-align:left;
    font-size:0.86em;
    color:#00c;
}


