/* DATEI: screenstyle.css (BGN e.V) - wird im Browser angewendet */body {  font-family           : "Trebuchet MS", Verdana, sans-serif;  color                 : #000046;  font-size             : 12pt;  background            : #FFFFFF;  background-image      : url(../img/bgn_back.gif);  background-repeat     : repeat;  background-attachment : fixed;  margin-left           : 0.5cm;  margin-right          : 0.5cm;  margin-top            : 10px;  margin-bottom         : 10px;}table {   border-color    : #660000;   border-spacing  : 2px; }hr {   height           : 1px;   color            : #870000;  background-color : #870000;  border-style     : none;}/* (so: hilfsweise als browseruebergreifend) */h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, caption, sup, address, blockquote, tt, pre, a {  font-family : "Trebuchet MS", Verdana, sans-serif }h1, h2, h3, h4, h5, h6, p, ul, ol, li, div, td, th, caption, sup, address, blockquote, tt, pre {   color : #000046; }h1 { font-size : 24pt; }h2 { font-size : 18pt; }h2.kapueber {  text-align       : center;  font-size        : 18pt;  background-image : url(../img/bgn_backkapu.gif);  padding          : 2px;}h3 { font-size : 14pt; }h4 { font-size : 12pt; }h5 { font-size : 12pt; font-style: italic; }h6 { font-size : 10pt; }p, ul, ol, li, th, td, div, dt { font-size : 12pt; }ol, ul { list-style-position : outside; }ul { margin-left : 18px; list-style-type : square; }/* list-style-image:url(../img/dot_grau.gif); *//* ----- Links normal ----- */a:link        { color: #464646; text-decoration: underline; }a:visited     { color: #191946; text-decoration: underline; }a:focus       { color: #800000; text-decoration: none; background: #E6E6E6; }a:hover       { color: #800000; text-decoration: underline; background: #E6E6E6; }a:active      { color: #000087; text-decoration: underline; background: #B9B9B9; }/* ----- dunkle Zellen, helle Schrift/Links ----- */td.dunkel12   { background : #323254; color : #E6E6E6; font-size : 12pt; }td.dunkel10   { background : #323254; color : #E6E6E6; font-size : 10pt; }td.dunkel     { background : #323254; color : #E6E6E6; font-size : 10pt; }p.wab         { color : #E6E6E6; font-size : 10pt; }a.wab:link    { color : #D7D7D7; text-decoration : none; }a.wab:visited { color : #D7D7D7; text-decoration : none; }a.wab:focus   { color : #FFFFFF; text-decoration : none; background: #323254; }a.wab:hover   { color : #FFFFFF; text-decoration : underline; background: #323254; }a.wab:active  { color : #990000; text-decoration : underline; background: #B9B9B9; }/* ----- helle Zellen ----- */td.hell12     { background: #FFFFFF; font-size: 12pt; }td.hell10     { background: #FFFFFF; font-size: 10pt; }td.hell       { background: #FFFFFF; font-size: 10pt; }/* ----- Absatzformate ----- */p.aufz        { margin-left : 0.5cm; }p.zehn        { font-size : 10pt; }p.neun        { font-size :  9pt; }p.center10    { font-size : 10pt; text-align : center; }p.center9     { font-size :  9pt; text-align : center; }p.right10     { font-size : 10pt; text-align : right; }p.right10b    { font-size : 10pt; text-align : right; font-weight : bold; }p.fusznote    { font-size : 10pt; }pre, tt       {font-family: "Courier New", Courier; font-size: 10pt; }sup           { font-size: 9pt; }.center       { text-align: center; }/* Ende *//* created: jwd(a)dgsd.de */
