/* http://www.bohlenders.de */
/* Verzeichnis und Dateiname: css/standard.css */
/* CSS Datei mit zentralen Schriftformaten */

/* ------ Formatierungen für Standard-Schriftarten ------*/

/* Standard Schriftart, -farbe, -grösse und Zeilenhöhe*/

body,p,table,th,td,tr,adress,blockquote,div
{
font-family: arial,sans-serif;
color: #3366cc;
font-size: 10pt;
}

/* Formatierungen der Links */

a:link { font-size: 9pt; text-decoration: none; color:#FF9900;}
a:visited {font-size: 9pt; text-decoration: none; color:#FF9900;}
a:active {font-size: 9pt; text-decoration: none; color:#FF9900;}
a:hover {font-size: 9pt; text-decoration: none; color:#3366cc;}


/* Tabellentext*/

table.text,td.text,tr.text
{
align: left;
vertical-align: bottom;
margin-top: 8px;
text-align: justify;
color: #3366cc;
margin-left: 10px;
}

/* Tabellenzellen mit grauem Hintergrund */

td.grau
{
background-color:#EEEEEE;
color: #3366cc;
text-align: center;
}

/* Tabellenzellen und Absätze mit kleiner Schriftgrösse (8) und Zeilenhöhe (9,5) (Impressum etc.) */

td.klein,p.klein
{
font-size: 5pt;
color: #000000;
}

/* Tabellenzellen und Absätze mit kleiner Schriftgrösse (10) und Zeilenhöhe (9,5) (Haftungsausschluss) */

td.haftung
{
font-size: 10pt;
color: #000000;
text-align: justify;
}

/* ------ Formatierungen für Überschriften ------*/

/* Schriftfarbe und -art für Überschriften Klasse 1-5 */

h1,h2,h3,h4,h5 {
 font-family: arial,sans-serif;
 color: #004080;
 }


/* Schriftgrösse Überschrift Klasse 1 */

h1
{
font-size: 12pt;
font-style: bold
color:#004080;
}


/* Schriftgrösse Überschrift Klasse 2 */

h2
{
color:#3366cc;
font-size: 14pt;
}


/* Schriftgrösse Überschrift Klasse 3 */

h3
{
color: #000000;
font-size: 18pt;
}


/* Schriftgrösse Überschrift Klasse 4 */

h4
{
color: #000000;
font-size: 6pt;
}


/* Schriftgrösse Überschrift Klasse 5 */

h5
{
color: #000000;
font-size: 24pt;
}



/* ------ Ende der Datei standard.css ------ */