/* Projekt www. blauefunken-weisweiler.de
Typ: CSS Datei
Beschreibung: Grundformate fuer saemtliche Browser
Erstellt am: 17.03.2003
Zuletzt geaendert: 24.08.2006
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; 
	font-stretch: ultra-expanded; 
	background-color: #0000b3 }
h4 
	{font-size: 12px; 
	font-weight: bold; background-color: #0f0f69; 
	background-image: none }
p 
	{ font-size: 12px;
	background-position: 0 top; 
	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; 
	font-stretch: expanded }
.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 }
.long 
	{ font-stretch: ultra-expanded }
.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; 
	font-stretch: semi-expanded; 
	letter-spacing: 2px }
