:root {
 --BgColor: #447744;
 --TxtCol: Black;
 --TxtCBetont: #2244bb; /* Dunkelblau */
}

@font-face
	{font-family:"Charter BT";
	font-style:normal;
	font-weight:normal;
	src:url("fonts/font1.eot");}

body {margin-top:10px; margin-bottom:10px}
p,ul,ol,li,div,blockquote {font-family:"Verdana","Arial",Sans-serif;color: var(--TxtCol)}  /* #440000} */
li {text-align:justify; margin-top:6px; font-size=0.9em}
p {text-align:justify; margin-left:15px; font-size=0.9em}

p.link {font-family:Verdana,sans-serif; text-align:left; color:#17547e; margin-top:4px; margin-bottom:4px}
p.linkright {text-align:right}
p.info1 {font-family:"Courier New",sans-serif; font-size:0.8em; margin-left:75px; text-align: left; color:#ff0000}
p.info {font-family:"Charter BT",serif; font-size:0.9em; margin-left:75px; text-align: left; color:#ff0000}
p.beta {font-family:"Charter BT",serif; margin-left:15px; text-align: justify}
h1,h2,h3,h4 {font-family:Verdana,sans-serif; color:darkred}
h1 {font-size:2.2em}
h2 {font-size:1.5em}
h3 {font-size:1.2em}
h4 {font-weight:bold; margin-left:16px; margin-top:5px;}
h1.blue {font-size:1.8em; font-weight:bold; color:yellow; background-color:#17547e; text-align:center; margin-bottom:0px}
h3.negativ {font-size:1.2em; font-weight:bold; color:white; background-color:darkred; text-align:center;margin-top:0px}
h3.negativL {font-size:1.2em; font-weight:bold; color:white; background-color:darkred; text-align:left;margin-top:0px}
h3.red {font-size:1.2em; font-weight:bold; color:white; background-color:#ee5577; text-align:center;margin-top:0px}
h3.yellow {font-size:1.2em; font-weight:bold; color:#17547e; background-color:yellow; text-align:left;margin-top:0px}
p.yellow {font-weight:bold; background-color:yellow; text-align:center; color:blue}
p.yellowl {font-weight:bold; background-color:yellow; text-align:center; color:#407040; margin-left:0px;}
p.linksb {text-align:left}
p.dark {font-weight:bold; color:darkred}

hr {background: #508050}
hr.s {background: darkred; height=3px}

table {margin-left:15px}
td,th {font-family:"Verdana","Arial",Sans-serif;color:#ff0000}
b,i {color: var(--TxtCBetont);} 

a.btn 
 {Background-color:darkred; 
  color:white;
  font-family:Verdana,sans-serif; 
  font-size:1.1em;
  font-weight:bold; 
  font-style:normal;
  text-decoration:none; 
  letter-spacing:1px; 
 }

a.btna 
 {Background-color:#508050; 
  color:white;
  font-family:Verdana,sans-serif; 
  font-size:1.1em;
  font-weight:bold; 
  font-style:normal;
  text-decoration:none; 
  letter-spacing:1px; 
 }