@charset "utf-8";
li {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FFFF00;
	margin: auto;
	letter-spacing: normal;
	line-height: normal;
}
Titel {
	font-family: "Comic Sans MS";
	font-size: 48px;
	font-weight: bold;
	color: #FFFF00;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
}
.radio-toolbar input[type="radio"]:checked + label {
    background-color:#bfb;
    border-color: #4c4;
}
.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

table.h5 { color: #ff0000; font-size: 10px; font-style: italic }



body { font-size: 11px}

h2 { color: #ff0000; font-size: 30px; font-style: italic }




q { font-family: "Comic Sans MS"; text-decoration: bold ; color: #FFFF00}
TABLE { border-size: 1px; border-style: none; }

TH    { border-size: 1px; border-style: none;
      font-size: 16px;
      }

TD    { border-size: 1px; border-style: none;
      font-size: 32px;
      border-color: lightyellow;     }





input.txt {
      background: #fee3ad;
      font-size: 32px;
      border: 1px solid #781351
      }

input.btn {
      color: #770000;
      background: #0;
      font-size: 32px;
      border: 1px solid #781351
      }



.Kop {
	font-family: "Comic Sans MS";
	font-size: 36px;
	color: #FFFF00;
	font-weight: bold;
}
.subtitel {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bolder;
	color: #FFFF00;
}
p {
	font-size: 12px;
	color: #000000;
	letter-spacing: normal;
}
.datum {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #FFFF00;
	margin: auto;
	clip: rect(auto,auto,auto,auto);
	text-align: center;
	padding: 0px;
}


a:link{
background-color: transparent;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

a:visited{
background-color: transparent;
color: #B30700;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:hover{
background-color: transparent;
color: red;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
}

a:active{
background-color: transparent;
color: #B30700;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}