/* DATEI: GIRAUD.css */

/* Formatvorlage für GIRAUD.de */
/* Copyright (c) 2000 andreas giraud */


body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {
	font-family: verdana, Arial, sans-serif;
	}

/* Seitenueberschriften */
h1 {
	font-size:14pt;
	color: White;
}

/* Seitenueberschriften, mittel */
h2 {
	font-size:11pt;
	color: White;
}

/* Abschnittsueberschriften innerhalb einer Seite */
h2.s1 {
	font-size:11pt;
	color: Silver;
}

/* Zwischenueberschriften */
h3 { font-size:8pt; color: White;}

/* Zwischenueberschriften an manchen Stellen */
h4 { font-size:10pt; }

/* Tabellenueberschriften innerhalb einer Seite */
p.tabl {
	font-size: 8pt;
	color: White;
	border-width:1pt;
	border-style: solid;
	background-color : #909090;
}

/* Tabellentext innerhalb einer Seite */
p.tabltxt {
	font-size:8pt;
	color: Black;
	background-color : #DFDFDF;
}

/* Info-text */
p.info {
	font-size:8pt;
	color: White;
	vertical-align : baseline;
}


/* Normaler Text */
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:8pt; color: White; }

/* Dicktengleiche Schrift */
pre { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }
