
ul.normalul
{
  list-style-type: disc;
  padding-left: 32px;
  margin-bottom: 16px;
}

/*
 .toptitle
 {
   color: #006633;
   font-weight: bold;
   font-size: 1.1em;
   padding-top: 10px;
   padding-bottom: 10px;
 }

 h3.toptitle
 {
   font-size: 1.4em;
 }

 .subtitle
 {
   display: block;
   margin-top: 20px;
   font-weight: bold;
   font-size: 1.1em;
 }

 input[type="radio"]+label
 {
   cursor: pointer;
 }

 input[type="checkbox"], label
 {
   cursor: pointer;
 }

 input.ostern[type="radio"]:after {
     width: 15px;
     height: 15px;
     border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
     top: -4px;
     left: -1px;
     position: relative;
     background-color: #646967;
     content: "";
     display: inline-block;
     visibility: visible;
     border: 2px solid white;
 }

 input.ostern[type="radio"]:checked:after {
     width: 15px;
     height: 20px;
     border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
     top: -4px;
     left: -1px;
     position: relative;
     background-color: #006633;
     content: "";
     display: inline-block;
     visibility: visible;
     border: 2px solid white;
 }

 input[type="radio"]:checked+label
 {
   background-color: #EEEEEE;
   color: #006633;
 }

 .inputerror
 {
   border-color: #ff8800;
 }

 .msdachzeile
 {
   font-size: 15px;
   color: #555555;
   font-weight: bold;
   margin-left: 2px;
 }

 .msunterzeile
 {
   font-size: 15px;
   color: #006633;
   margin-left: 5px;
   font-weight: bold;
 }

 .mscontent
 {
   margin: 15px 0 0 5px;
 }

 p
 {
   hyphens: auto;
 }

 h3.mstitel
 {
   margin: 10px 0 10px 0;
   color: #006633;
   font-weight: bold;
   font-size: 25px;
 }

 h4.mstitel
 {
   margin: 10px 0 10px 0;
   color: #006633;
   font-weight: bold;
   font-size: 20px;
 }


 .sponsorenimage
 {
   width: 150px;
   height: auto;
   margin: 10px 10px 10px 0px;
 }

 .vertical-radio-buttons div
 {
   display: block;
   padding: 0 0 5px 5px;
   clear: both;
 }

 .vertical-radio-buttons span
 {
   display: block;
   padding-left: 20px;
   cursor: inherit;
 }

 .vertical-radio-buttons label
 {
   font-weight: 100;
   width: 100%;
   padding: 5px;
   border: 1px solid #FFFFFF;
 }

 .vertical-radio-buttons label:hover
 {
   color: #006633;
   background-color: #efefef;
   cursor: pointer;
   border-radius: 10px;
 }


 .vertical-radio-buttons input
 {
   float: left;
   width: 20px;
   margin-left: -20px;
   margin-top: 6px;
   padding: 0;
   -webkit-appearance: radio;
 }

 .vertical-radio-buttons input[type=radio]
 {
     border: 0;
     clip: rect(0 0 0 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px;
 }

 .vertical-radio-buttons input[type=radio] + label:before
 {
     font-family: FontAwesome;
     display: inline-block;
     content: "\f0c8";
     letter-spacing: 10px;
     font-size: 1.2em;
     color: #535353;
     margin-left: -30px;
 }

 .vertical-radio-buttons input[type=radio]:checked + label:before
 {
     content: "\f14a";
     font-size: 1.2em;
     color: darkgreen;
     width: 35px: 5px;
 }
 .vertical-radio-buttons input[type=radio]:focus + label:before
 {
     font-weight: bold;
     color: #006633;
 }
 .vertical-radio-buttons input[type=radio]:checked + label
 {
   border: 1px solid #dfdfdf;
   border-radius: 10px;
   background-color: #efefef;
 }

 fieldset
 {
   border-radius: 10px;
   border: 1px solid #dfdfdf;
   margin: 10px 0 20px 0;
 }

 p.gameinfo
 {
   font-size: 80%;
   color: #ababab;
   margin: 0 0 25px 0;
 }

 .WcmsModule hr
 {
   border-style: solid;
   border-top: 1px;
   color: #efefef;
 }

 .gewinnbedingungen
 {
   font-size: 65%;
   hyphens: auto;
 }

 .gewinnbedingungen ul, .gewinnbedingungen ol
 {
   padding-left: 20px;
 }

 .file-upload {
   display: block;
   text-align: center;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
 }
 .file-upload .file-select {
   display: block;
   border: 2px solid #006633;
   color: #006633;
   cursor: pointer;
   height: 40px;
   line-height: 40px;
   text-align: left;
   background: #ffffff;
   overflow: hidden;
   position: relative;
 }
 .file-upload .file-select .file-select-button {
   background: #006633;
   padding: 0 10px;
   display: inline-block;
   height: 40px;
   line-height: 40px;
   vertical-align: top;
   color: #FFFFFF;
 }
 .file-upload .file-select .file-select-name {
   line-height: 40px;
   display: inline-block;
   padding: 0 10px;
   overflow: hidden;
 }
 .file-upload .file-select:hover {
   border-color: #3fa46a;
   transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
 }
 .file-upload .file-select:hover .file-select-button {
   background: #3fa46a;
   color: #ffffff;
   transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
 }
 .file-upload.active .file-select {
   border-color: #006633;
   transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
 }
 .file-upload.active .file-select .file-select-button {
   background: #006633;
   color: #ffffff;
   transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
 }
 .file-upload .file-select input[type="file"] {
   z-index: 100;
   cursor: pointer;
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   opacity: 0;
   filter: alpha(opacity=0);
 }
 .file-upload .file-select.file-select-disabled {
   opacity: 0.65;
 }
 .file-upload .file-select.file-select-disabled:hover {
   cursor: default;
   display: block;
   border: 2px solid #3fa46a;
   color: #34495e;
   cursor: pointer;
   height: 40px;
   line-height: 40px;
   margin-top: 5px;
   text-align: left;
   background: #ffffff;
   overflow: hidden;
   position: relative;
 }
 .file-upload .file-select.file-select-disabled:hover .file-select-button {
   background: #3fa46a;
   color: #666666;
   padding: 0 10px;
   display: inline-block;
   height: 40px;
   line-height: 40px;
 }
 .file-upload .file-select.file-select-disabled:hover .file-select-name {
   line-height: 40px;
   display: inline-block;
   padding: 0 10px;
 }
*/


