.display_none,
div.display_none,
.btn.display_none{
  display: none;
}

.message_1{
  border-radius: 5px;
  background: #a00001;;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.rahmen{
  border: 1px solid silver;
  margin-bottom: 30px;
  padding: 10px;
}


.btn.big {
  background: #006699;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  margin: 1rem;
  padding: 1rem 2rem;
  text-align: center;

}

.btn {
  background: #006699;
@extend .border-radius;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: .2rem .5rem;
}


.big_button{
  border-radius: 5px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}

.btn_ich_ueberweise{
  background: #a80000;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
}

.anbieterDiv {
  border: 1px dotted #c0c0c0;
  padding: 15px;
  background-color: #e7f8cd;
}

.anbieterFertig{
  font-size: 13px;
}

.anbieterLinks{
  float: left;
  font-size: 13px;
  width: 290px;
}
.anbieterRechts{
  float: right;
}

.anbieterLeer{
  width: 110px;
}

.anbieterMenue1{
  ackground-image: url(../i/bgAnbieter1.png);
  height: 25px;
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  padding: 7px 5px 0 5px;
  background: #e7f8cd;
  clear: both;
  
}
.anbieterMenue2{
  ackground-image: url(../i/bgAnbieter2.png);
  height: 25px;
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  padding: 7px 5px 0 5px;
  ackground: #ffffb3;
  clear: both;
  
}

#bgMenueVerwaltung{
  background: #e7f8cd;
  height: 36px;
  text-align: right;
  border: 1px solid silver;
}

body{
  font-size:100.1%;
}

.font1{
  font-weight: normal;
  font-size: 100%;
}

h1.anbieter {
  font-size: 16px;
  font-weight: bold;
  color: #a00001;
}
h2.anbieter{
  font-size: 13px;
  font-weight: bold;
  color: #a00001;
}
.h2Anbieter{
  font-size: 13px;
  font-weight: bold;
  color: #a00001;
}
.h2AnbieterB{
  font-size: 13px;
  font-weight: bold;
  color: #006699;
}

.kasten {
  border: 1px solid #c0c0c0;
  padding: 10px;
  background-color: #e7f8cd;
}

#liOffline{
  font-size: 0.8em;
}

#liOffline li{
  padding: 5px;
}

#liOffline li a{
  color: orange;
  font-size: 1em;
  font-weight: bold;
}

.menuepunkt{
  ackground-image: url(../i/buttons/menueVerwaltungStrich.png);
  background-repeat: no-repeat;
  border-right: 1px solid #a00001;
  background-position: right;
  color: black;
  padding: 10px 20px 10px 20px;
  color: #a00001;
  float: left;
  margin-top: 3px;
  font-size: 13px;
  height: 10px;
  font-weight: bold;
  
}

.menueVerwaltung{
  border-bottom: 1px solid silver;
  padding: 5px;
  display: block;
  width: 150px;
}

#offline{
  background: #006699;
  color: white;
  font-size: 1.5em;
  margin: 10px 0 ;
  padding: 15px;  
}

#offline ul{
  text-align: left;
}

#offline li a{
  color: #fff;
}

.table1{
  border: 1px dotted silver;
  text-align:left;
}


