/*#############################################################################
#
#       Filename:       mielke.css
#
#       Autor:          rm
#       Erstellt:       03.08.2021
#       Geaendert:      03.08.2021 (rm) : 
#
#############################################################################*/

html, body {
  height:           100%;
  font-family:      Arial, Helvetica, sans-serif;
  font-size:        10pt;
  margin:           0px 0px 0px 0px;
  padding:          0px 0px 0px 0px;
  text-align:       center;
  background:       #fff;
}
pre {
  text-align:       left;
  font-weight:      normal;
  margin-top:       1px;
  margin-bottom:    0px;
  padding-left:     1px;
  font-size:        0.8em;
  color:            #000;
  background-color: #FA58F4;
}
/* ----------------------------------------- */
.testserver {
  width:         100%;
  background:    red;
  color:         black;
  font-weight:   bold;
  text-align:    center;
  font-size:     16pt;
  height:        20px;
  padding:       5px 0px 5px 0px;
 }
/* ----------------------------------------- */
.randoben {
  margin-top:    50px;
 }
.tour {
  font-family:   Arial, Helvetica, sans-serif;
  margin:        10px 10px 10px 10px;
  padding:       10px 10px 10px 10px;
  width:         300px;
  height:        200px;
  border-radius: 20px;
  background:    #00cc99;
  color:         white;
  text-shadow:   2px 2px black;
  font-size:     3.0em;
  font-weight:   bold;
  font-style:    italic;
/*  display:       inline-block;*/
  text-align:    center;
  border:        none;
  word-break:    keep-all;
}
.tour a {
  text-decoration: none;
/*  display:         block;*/
 }
.tour a:link    { color: white; }
.tour a:hover   { color: red;   }
.tour a:active  { color: red;   }
.tour a:visited { color: white; }
/* ----------------------------------------- */
