@import url('/fonts/fonts.css');
/* oi-regular - latin */
body, td, th {
  color: #F1DCA9;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
  background: url(escherAni.gif) left top repeat-y, url(escherAni2.gif) right top repeat-y;
  background-color: #000;
  /* Zentrierung im Internet Explorer */
}
.fancyButton  {
    display: inline-block;
  font-family: 'Lobster', cursive;
  background-color: #341169;
  border: 2px solid #FFAE00;
  border-radius: 20px 0;
  text-decoration: none;
  font-size: 1.3rem;
  padding:  10px;
 
  font-weight: 400;
  box-shadow: 3px 3px 2px 0px rgba(255, 126, 0, 0.65);
  display: inline-block;
  margin:  13px;
}
.fancyButton:hover{
    background-color: #390037;
    box-shadow: 3px 3px 2px 0px rgba(146,0,255,0.65);
}
/*      background-image: linear-gradient(0deg,  #3F0700, #000);
    border-bottom: 1px solid orange;*/
/*
      border-radius: 20px;
  background-image: linear-gradient(0deg, #570A00, #190700);
   background-color: #7B0305; 
border: 2px solid orange;
  border-radius: 20px;
    box-shadow: 0 0 5px 2px #FF5F00;
*/
a:link {
  color: #00CC99;
}
a:visited {
  color: #00C2CC;
}
a:hover {
  color: #E47202;
}
a:active {
  color: #FF0000;
}
a.program {
  background-color: #B574BA;
  background-image: url(../muster/back.gif);
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  color: #3a1437;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: double;
  border-right-style: double;
  border-bottom-style: double;
  border-left-style: double;
  border-top-color: #e8b9e5;
  border-left-color: #e8b9e5;
  border-bottom-color: #973390;
  border-right-color: #b858b1;
  text-decoration: none;
  padding-right: 3px;
  padding-left: 3px;
}
a.program:hover {
  color: #ECD9FF;
  background-color: #CFCF9E;
  border-left-style: double;
  border-top-color: #973390;
  border-left-color: #b858b1;
  border-bottom-color: #3a1437;
  border-right-color: #e8b9e5;
}
a.program:active {
  color: #E8B9E5;
  background-image: url(../muster/back2.gif);
}
h2 {
  font-size: large;
  top: 0px;
  color: #996600;
}
p {
  margin-top: 0.5%;
}
h1 {
  font-size: x-large;
  color: #CC99FF;
}
#inhalt {
  text-align: left; /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto; /* standardkonforme horizontale Zentrierung */
  width: 729px;
  padding: 0.5em;
}
h3 {
  font-size: 14px;
  color: #999900;
  font-weight: bold;
}
hr {
  border: none;
  background: linear-gradient(90deg, #000, #D13711, #F99145, #D13711, #000);
  height: 2px;
  width: 90%;
  margin: 24px auto;
}