/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.02.2016, 11:46:30
    Author     : Heini
*/

body { 
  /* wird benötigt wegen der Navigation */
  padding-top: 70px;
}

div#schuetzen {
 }

div#schuetzen table { 
 line-height:1.1;
 font-size: 0.9em;
 /* border:1px solid; */
 }

 .teilnehmer table { 
 border:1px solid; 
 border-collapse:collapse;
 font-size: 0.9em;
 }

.teilnehmer td, th { 
 border:1px solid; 
 border-collapse:collapse;
 font-size: 0.9em;
 }
 
 #copyRight {
  font-size:0.8em;
  line-height:1.1;
  color: #000000;
  font-weight: normal;
  margin-bottom: 10px;
}

div#myAnmeldeForm h4.rot {
  color: #FF0000;
}

