.btn_new0 {
  width: 35px;
  border: 1px solid;
  border-radius: 3px;
  
  color: darkgrey;
  background-color: white; 
    
  padding-top: 3px;
  padding-bottom: 3px;
  
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  
  display: inline-block;
  
  margin-right: 5px;
}

.btn_new0_red {
  width: 35px;
  border: 1px solid;
  border-radius: 3px;
  
  color: red;
  background-color: white; 
    
  padding-top: 3px;
  padding-bottom: 3px;
  
  margin-left: 10px;
  
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  
  display: inline-block;
  
  margin-right: 5px;
}

.btn_new0S {
  width: 35px;
  border: 1px solid;
  border-radius: 3px;
  
  color: darkgrey;
  background-color: white; 
    
  padding-top: 3px;
  padding-bottom: 3px;
  
  margin-left: 0px;
  
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  
  display: inline-block;
  
  margin-right: 5px;
}


.btn_new1 {
  width: 55px;
  border: 1px solid;
  border-radius: 3px;
  
  color: darkgrey; 
  background-color: white;
    
  padding-top: 3px;
  padding-bottom: 3px;
  
  float: left;
  text-decoration: none;
  
  font-family: Arial;
  font-size: 14px;  
  
  margin-right: 10px;  
}

.btn_new2 {
  width: 120px;
  border: 1px solid;
  border-radius: 3px;
  
  color: darkgrey; 
  background-color: white;
    
  padding-top: 3px;
  padding-bottom: 3px;
  
  float: left;
  text-decoration: none;
  text-align: center;
  
  font-family: Arial;
  font-size: 14px;  
  
  margin-right: 10px;
   
}

.btn_new10 {
  width: 70px;
  border: 1px solid;
  border-radius: 2px;
  
  background-color: #AAA; 
  color: white;
    
  padding-top: 4px;
  padding-bottom: 4px;
  
  text-align: center;
  
  text-decoration: none;
  display: inline-block;
}

.btn_new20 {
  width: 120px;
  border: 1px solid;
  border-radius: 3px;
  
  background-color: #AAA; 
  color: white;
    
  padding-top: 4px;
  padding-bottom: 4px;
  
  margin-right: 10px;
  margin-bottom: 10px;  
  
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.btn_new21 {
  width: 120px;
  border: 1px solid;
  border-radius: 2px;
  
  background-color: #AAA; 
  color: white;
    
  padding-top: 4px;
  padding-bottom: 4px;
  
  margin-left: 10px;
  
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.btn_new20_red {
  width: 120px;
  border: 1px solid;
  border-radius: 2px;
  
  background-color: red; 
  color: white;
    
  padding-top: 4px;
  padding-bottom: 4px;
  
  margin-right: 10px;
  margin-bottom: 10px;  
  
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.btn_new20_border_red {
  width: 118px;
  border: 2px solid;
  border-radius: 3px;
  border-color: red;
  
  background-color: #AAA; 
  color: white;
    
  padding-top: 3px;
  padding-bottom: 3px;
  
  margin-right: 10px;
  margin-bottom: 10px;  
  
  display: inline-block;
  text-decoration: none;
  text-align: center;
}


.btn_new3 {
  width: 170px;
  border: 1px solid;
  border-radius: 3px;
  
  color: darkgrey;
  background-color: white; 
    
  padding-top: 3px;
  padding-bottom: 3px;
  
  float: left;
  text-decoration: none;
  text-align: center;
  font-size: 14px;  
  
  margin-right: 10px;

}

.btn_new30 {
  width: 175px;
  border: 1px solid;
  border-radius: 2px;
  
  background-color: #AAA; 
  color: white;
    
  padding-top: 4px;
  padding-bottom: 4px;
  
  margin-right: 10px;
  margin-bottom: 10px;
  
  display: inline-block;
  
  text-decoration: none;
  text-align: center;
}

.btn_new30_border_red {
  width: 175px;
  border: 1px solid;
  border-radius: 2px;
  border-color: red;
  
  background-color: #AAA; 
  color: white;
    
  padding-top: 4px;
  padding-bottom: 4px;
  
  margin-right: 10px;
  margin-bottom: 10px;
  
  display: inline-block;
  
  text-decoration: none;
  text-align: center;
}

.aktiv {
  background-color: dodgerblue;
  color: white;
}

.btnPage {
  float: left;
  
  min-width: 18px;
  border: 1px solid;
  border-radius: 2px;
  color: white;
  
  text-decoration: none;
  text-align: center;
  
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.btnPageAktiv {
  float: left;

  min-width: 18px;
  border: 1px solid;
  border-radius: 2px;
  border-color: dodgerblue;
  
  color: white;
  background-color: dodgerblue;
  
  text-decoration: none;
  text-align: center;

  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
}


.btn1
 {
   margin: 5px;
   padding-left: 3px;
   padding-right: 3px;
   background: #DDD;
   color: black;
   text-decoration: none;
   font-weight: bold;
   FONT-SIZE: 8pt;
   FONT-FAMILY: arial, helvetica;
   border: 1px solid #999;
 }  
 
.btn2
 {
   margin: 5px;
   padding-left: 3px;
   padding-right: 3px;
   background: #DDD;
   color: red;
   text-decoration: none;
   font-weight: bold;
   FONT-SIZE: 8pt;
   FONT-FAMILY: arial, helvetica;
   border: 1px solid #F00;
 }    
 
 
.btn3
 {
   margin-bottom: 1px;
   margin-right: 2px;
   padding-top: 1px;
   padding-bottom: 1px;
   background: #DDD;
   color: black;
   text-decoration: none;
   FONT-SIZE: 7pt;
   FONT-FAMILY: arial, helvetica;
}   
 
.btn3J
 {
   margin-bottom: 1px;
   margin-right: 2px;
   padding-top: 1px;
   padding-bottom: 1px;
   background: green;
   color: white;
   text-decoration: none;
   FONT-SIZE: 7pt;
   FONT-FAMILY: arial, helvetica;
}  
 
.btn3N
 {
   margin-bottom: 1px;
   margin-right: 2px;
   padding-top: 1px;
   padding-bottom: 1px;
   background: red;
   color: white;
   text-decoration: none;
   FONT-SIZE: 7pt;
   FONT-FAMILY: arial, helvetica;
}  

.bwhite
{
  background-color: lightgrey;
  color: white;
}

.btnCrewOpt {
  width: 140px;
  border: 0px solid;
  padding-top: 4px;
  padding-bottom: 4px;
  
  color: lightgrey;
  
  margin-top: 5px;
  margin-bottom: 5px;
  
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.btnCrewOpt.on {
  color: white;
  background-color: green;  
}

.btnCrewOpt.off {
  color: black;
  background-color: lightgrey;  
}