/*
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 : 21.08.2015, 10:23:27
    Author     : liebsche
*/

p {
    margin-bottom: 0.7rem;
}

h4 {
   color: var(--main-color);
   margin-bottom: 0.5rem;
}

.tabelle_angebote a {
   color: var(--main-color);
   padding: 0.1rem;
   text-decoration: none;
   border-bottom: 1px dotted var(--main-color);
}
/*
a:hover,
a:focus,
a:active {
   background-color: var(--main-color);
   color: white;
}
*/
td.Neu {
   background-color: LightSalmon;
   text-align: center;
}
td.Bearbeitung {
   background-color: Lightblue;
   text-align: center;
}
td.Pruefung {
   background-color: gold;
   text-align: center;
}
td.Abgeschlossen {
   background-color: lightgreen;
   text-align: center;
}
