@charset "utf-8";

body { background-color:white;color:black;font-family:Helvetica,Arial,sans-serif;padding-left:3px;padding-right:3px;}

h1 {color:#006400;font-size:x-large;}
h2 {font-size:large;}
h3 {font-size:large; margin-top:0px;margin-bottom:0px;}
p       {text-align:justify;}

A:link {color:blue; text-decoration:none;}
A:visited {color:blue; text-decoration:none;}
A:hover {text-decoration:underline;}
A:active {text-decoration:underline;}

.texdb {color:#00008B;} /* darkblue */

.kopf {background-color:teal; text-align:right;border-width:2pt;border-style:solid;border-color:black;font-size:small;font-weight:bold;}
A.kopfa:link {color:white; text-decoration:none;}
A.kopfa:visited {color:white; text-decoration:none;}
A.kopfa:hover {text-decoration:underline;}
A.kopfa:active {text-decoration:underline;}

#topbut {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 30px;font-weight:bolder;
  border: none;
  outline: none;
  background-color: #aaa;
  color: white;
  cursor: pointer;
  padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;
  border-radius: 6px;}
#topbut:hover {background-color: #444;}

.exampl {font-size:medium;}
.remark {font-size:medium;}
.bkdate  { font-size:small; }
.sidbox {background-color:#e5ffbb;border:2pt solid gray;max-width:100%;padding:5px}
.sidmen{list-style-type:none;line-height:1.5em;text-indent:-10px;}
.box_lmob{width:320px;height:100px;}
