@charset "windows-1252";  
/*	fonts.css

	Schriftarten und -größen der Elemente

	(C) 10/2006, Sven Preis, sense-IT GmbH 
	Version 1.0, 02.10.2006					*/

body {									/* generelle Schriftart */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#contentwrapper #breadcrumb {			/* Schrift der Breadcrumb-Navigation */
	font-size: 9pt;
}	

#contentwrapper #footer {				/* Schrift im Footer */
	font-size: 8pt;
}

#innerwrapper #rightcol {
  font-size: 8pt;
}

#headlogo {
  font-size: 18pt;
  font-family: Helvetica;
}
#headlogo #right{
	color: rgb(175,175,209);				/* Hintergrund Logo-Bereich */
}

#content h1 {
			font-size: 18pt;
			font-weight: bold;

}

#content h2 {
			font-size: 14pt;
			font-weight: bold;

}

#content h3 {
			font-size: 12pt;
			font-weight: bold;

}
