/* Style Sheet-Definitionen bildschirm.css */

/* Schriften festlegen */
body,table,tr,td,p,a,div,h1,h2,h3,h4,h5,ul,li {font-family: Helvetica, Arial;}
input,textarea,blockquote {font-family: Helvetica, Arial;}

/* Abstaende vor und nach block bildenden Elementen */
table,tr,td,p,a,div,ul,li {margin-top: 0px; margin-bottom: 0px;}
h1 {margin-top:11px; margin-bottom:5px;}
h2 {margin-top:11px; margin-bottom:5px;}
h3 {margin-top: 9px; margin-bottom:5px;}
h4 {margin-top: 9px; margin-bottom:5px;}
h5 {margin-top: 7px; margin-bottom:3px;}
ul {margin-top: 3px; margin-bottom:0px;}
p {margin-top: 3px; margin-bottom:2px;}

/* normale Schriftgroessen festlegen */
h1 {font-size:15pt;}
h2 {font-size:14pt;}
h3 {font-size:13pt;}
h4 {font-size:11pt;}
h5 {font-size:11pt;}
body,table,tr,td,p,a,div,ul,li {font-size: 10pt;}
input,textarea,blockquote {font-size: 10pt;}

/* Farben festlegen */
body,table,tr,td,p,div,h1,h5,ul,li { color:#333399; background-color:#FFFFCC}
input,textarea,blockquote { color:#333399}
a:link   {color:#CC0000; text-decoration:none;}
a:active {color:#000000; text-decoration:none;}
a:hover  {color:#330000; background-color:#EEEED0;}
a:visited{color:#330000; text-decoration:none;}
h2,h3,h4,blockquote {color:#333399; background-color:#CCCCCC;}

/* Sonderformatierungen */
.zitat {font-size:10pt; background-color:#CCCCCC; margin-top: 2px; margin-bottom:2px; font-weight:bold; font-family: Helvetica, Arial;}
.klein {font-size:9pt}
.mittel {font-size:11pt}
.gross {font-size:13pt}
.sm1 {background-color:#CCCCCC;}
.sm2 {background-color:#FFFFCC;}
.mark {color:#333399; font-weight:600;}
/* ende */
