/* CSS Document */
body, html { height: 100%; margin: 0; font-family: Arial, Helvetica, sans-serif;  font-size:16pt;}
img {display:block;  width:20%; border:none; margin-left:auto; margin-right:auto;}
#rahmen {position:absolute; width:100%;  overflow: visible; display:none; word-wrap: break-word;left:10px;border:2px solid rgb(204,204,180); border-radius:5px; background-color:rgb(255,255,234);  }
.imgintext {width:20%; height:auto; box-shadow: 5px 5px 12px #888; margin-top:10px; margin-bottom:10px;}
#blackboard{ position:fixed; right:3px; top:10px; width:200px; height: 200px;  display:none; background-color:rgb(255,255,235); box-shadow:10px 10px 10px rgb(58,58,58);opacity:0.9;border:2px solid black; border-radius:5px; }


.horiz {font-size: 100%; font-family: Georgia; color:rgb(51,51,51); text-indent: 10px; text-align:left;padding-left: 10px; padding-right:10px;}
.vert  {font-size: 100%; font-family:Georgia; color:rgb(51,51,51); text-indent: 10px; text-align:left;padding-left:5px;padding-right:10px;}
.vertklein  {font-size: 80%; font-family:Georgia; color:rgb(51,51,51); text-indent: 10px; text-align:left;padding-left:5px;padding-right:10px;}
//#messagebar{ position:absolute; background:radial-gradient(rgb(0,102,0),rgb(153,153,153), white); border:2px solid green;  border-radius:10px; font-family:Arial; font-size:3vmin;color:rgb(153,255,153); text-align:center;padding-top:5px;padding-bottom:0px;margin-top:0px;}
 ::-webkit-scrollbar {width: 10px; background: rgb(180,180,180);}
    ::-webkit-scrollbar-thumb {border: 1px solid rgb(51,51,51);border-radius: 5px;background: rgb(84,120,140)}
    ::-webkit-scrollbar-thumb:hover {background: rgb(255,120,120);}
    ::-webkit-scrollbar-thumb:active {background: rgb(50,255,50);}
a{font-family:Arial;}
        a:link {color:rgb(0,0,0); text-decoration:none ;border:none}
        a:visited {color:rgb(0,0,0); text-decoration:none;border:none }
        a:hover{color:rgb(0,120,0); border:none;}
        a:active{color:rgb(0,0,0); text-decoration:none ;border:none}
        a:focus{color:rgb(0,0,0); text-decoration:none;border:none }
