/* Projekt www. blauefunken-weisweiler.de
Typ: CSS Datei
Beschreibung: Grundformate fuer saemtliche Browser
Erstellt am: 17.03.2003
Zuletzt geaendert: 14.11.2010
Webagentur: www.joex-art.de
*/
/*====Farben====
Seitenhintergrung #00f 
*/
/*==== Abschnitt: Globale Tag Selektoren ====*/

/* Gemeinsame Formate*/
a,p,h1,h2,h3,h4,h5
	{color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif}
	
/* Spezifische Formate*/
BODY 
	{ background-color: #00f;
	 border-color: #fff}
h1   
	{ font-size: 36px;
	font-weight: bold; 
	line-height: 36px }
h2 
	{ font-size: 24px; 
	font-variant: small-caps; 
	font-weight: bold; 
	background-color: #0000b3 }
h4 
	{font-size: 12px; 
	font-weight: lighter;
	background-color: #0f0f69;
	padding-left: 5px; 
	background-image: none }
p 
	{ font-size: 12px;
	background-position: 0 top; 
	padding-left: 5px;
	text-align: justify; 
	vertical-align: top }
A 
	{ color: #999; 
	text-decoration: none }
A:HOVER 
	 { color: #fff; 
	 text-decoration: none }
.p_small 
	{ font-size: xx-small }
.p-bold 
	{ font-weight: bold }
.p_small_long   
	{ font-size: xx-small }
.p_great 
	{ letter-spacing: 2px }
.p_zeilenabstand 
	{ line-height: 16px }
.kapital 
	{font-size: 10px;  
	font-variant: small-caps }
.hover_small   
	{ font-size: xx-small;
	font-style: oblique; 
	font-weight: bolder; 
	text-align: right }
.left 
	{ text-align: left }
.right 
	{ text-align: right }
.mittig { text-align: center }
.headline   

	{ font-weight: bold; 
	line-height: 14px; 
	background-color: #000080 }
.headline_great    { 
	font-size: 14px; 
	font-weight: lighter; 
	letter-spacing: 2px }
.abstand rand { padding-top: 3px; padding-bottom: 3px; padding-left: 3px; }

/* Zitate einr?cken */
blockquote { margin: 1em 2em; }

/* Alle Listen etwas einr?cken */
ul, ol, dl { margin-left: 1em; }

/* Listenelemente etwas mehr einr?cken */
li { margin-left: 1em; }

/* Definitionen in Listen noch mehr einr?cken */
dd { margin-left: 1em; }

/* Verschachtelte Listen ohne Au?enabstand oben/unten */
ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

/* Aufz?hlungszeichen f?r Listenkisten */
/* Ebene 1 - ul: square (ausgef?lltes Rechteck); ol: Dezimalzahlen  */
ul { list-style-type: square; color: white; }
ol { list-style-type: decimal; }

/* Ebene 2 - ul: disc (ausgef?llter Kreis); ol: kleine Buchstaben */
ul ul { list-style-type: disc; }
ol ol { list-style-type: lower-alpha; }

ul ol { list-style-type: decimal; }
ol ul { list-style-type: square; }

/* Ebene 3 - ul und ol mit circle (nicht ausgef?llter Kreis) */
ol ol ol, ol ol ul, ol ul ul, ol ul ol,
ul ul ul, ul ul ol, ul ol ol, ul ol ul {
   list-style-type: circle;
} 

/* Auswahl in Auswahlkisten (selekt) durch padding: 0 schlecht lesbar */
option { padding-left: 0.2em; padding-right: 0.3em; }

/* Rahmen um fieldset und verlinkte Bilder entfernen */
fieldset, a img {border: none; }


