/* Beispiel für ein Stylesheet der SBS mit benutzerdefinierten Styles. */

/*  Definition des body-Bereichs, Standard-Schriftart  */
body, td, th {font-family:Arial;font-Size:9pt;}
body {padding:0px;margin:2px;}

/*  Standard-Text-Einstellungen */
p {margin-top:0px;margin-bottom:10px;}

/*  Linkdarstellungen */
a:link {background: #fbfbfb; color: #666; font-family: tahoma; font-weight: 700; font-size: 11px; text-decoration: none;}
a:active {background: #fbfbfb; color: #666; font-family: tahoma; font-weight: 700; font-size: 11px; text-decoration: none;}
a:visited {background: #fbfbfb; color: #666; font-family: tahoma; font-weight: 700; font-size: 11px; text-decoration: none;}
a:hover {background: #fbfbfb; color: #666; font-family: tahoma; font-weight: 700; font-size: 11px; text-decoration: underline;}

/*  Auflistungen */
ol {font-style:italic;}
ul {font-style:normal;}
p.nl {text-margin:15px;font-weight:bold;}
li {margin-top:0px;margin-bottom:10px;}

/*  Überschriften */
/*  Schriftformat mit Größen, Farbe und Hintergrund überlegen */
h1 {stepsname:Überschrift;font-family: tahoma; font-size: 11px; font-weight: 700; color: #555;}

/*  Tabellenkopf */
th { font-family: tahoma; font-size: 11px; color: #555; }
/*  Tabellenzelle */
td {font-family: tahoma; font-size: 11px; color: #555;}

/*  Benutzerdefinierte Styles, die in den HTML-Textfeldern angezeigt.
    Diese können und sollen je nach Bedarf angepasst werden und sind nur als Vorschlag gedacht.  
    Durch die Angabe von stepsname erscheinen die Styles unabhängig vom Tagnamen (p,h6,div, etc.) in der Auswahl. */
p.user1 {stepsname:Normal grau;font-family: tahoma; font-size: 11px; font-weight: 400; color: #555;}
p.user2 {stepsname:Fett grau;font-family: tahoma; font-size: 11px; font-weight: 700; color: #555;}

