/*
Projekt: www.familie-prange.de
Typ: CSS-Datei
Beschreibung: Grundformate für sämtliche Browser
Erstellt am: 11.09.2005, Joachim Prange
Zuletzt geändert: 17.09.2006, Joachim Prange
Homepage: www.familie-prange.de
==== Farben ====
Seitenhintergrund: 	#FFEE66
Menühintergrund: 	#EECC00
==== externe Dateien ====
Hintergrundbild für Tabellenkopf: 	../img/bild1.jpg
*/
/* ==== Abschnitt: Globale Tag-Selektoren ==== */
body {
margin-left: 10%;
margin-right: 10%;
text:#000000;
link:#003366; 
background-color:#cccccc;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 100%;
}
/* Ueberschriften */
h1 {
font-size: 140%;
color: #483d8b;
}
h2 { 
font-size: 120%;
color: #483d8b;
}
/* h2 {
border-left-style: solid;
border left-with: 10px;
border bottom-style: solid;
border-bottom-with: 1px;
border-color: #0066cc;
with 400px;
padding-left: 2px;
}
*/
h3 { 
font-size: 110%;
color: #FF3300;
}
h4
{ 
font-size: 90%;
color: #483d8b;
}
h5
{ 
font-size: 70%;
color: #483d8b;
}
h6
{ 
font-size: 50%;
color: #483d8b;
}
/* ==== Abschnitt: Globale Klassen ==== */
A:link, A:visited, A:active  {
color: black; 
font-weight: bold; 
font-size: 16px; 
font-family: arial, verdana, helvetica, sans-serif; 
}
A:hover {
background-color: #000000; 
color: white; 
}
