.btn_new0 {
  width: 35px;
  border: 1px solid;
  border-radius: 4px;
  
  background-color: lightgrey; 
  color: white;
    
  padding-top: 2px;
  padding-bottom: 2px;
  
  float: left;
  text-decoration: none;
  text-align: center;
}

.btn_new1 {
  width: 55px;
  border: 1px solid lightgrey;
  border-radius: 4px;
  
  background-color: lightgrey; 
  color: white;
    
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 0px;
  
  float: left;
  text-decoration: none;
  
  font-size: 12px;
}

.btn_new2 {
  width: 120px;
  border: 1px solid;
  border-radius: 4px;
  
  background-color: lightgrey; 
  color: white;
    
  padding-top: 2px;
  padding-bottom: 2px;
  
  float: left;
  text-decoration: none;
  text-align: center;
}

.btn_new3 {
  width: 170px;
  border: 1px solid;
  border-radius: 4px;
  
  background-color: lightgrey; 
  color: white;
    
  padding-top: 4px;
  padding-bottom: 4px;
  
  float: left;
  text-decoration: none;
  text-align: center;
  font-size: 1.2em;
}

.btn_new30 {
  width: 175px;
  border: 1px solid dodgerblue; 
  border-radius: 4px;
  
  background-color: dodgerblue; 
  color: white;
    
  margin-right: 10px;
  margin-bottom: 10px;
  
  padding: 7px;
  
  display: inline-block;
  
  font-family: sans-serif;
  text-decoration: none;
  text-align: center;
}

.aktiv {
  background-color: dodgerblue;
}

.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;
}

.bwhite {
  color: white;
}