.mydot_green{
     background: rgb(0, 128, 0);
     border-radius: 50%;
     display: inline-block;
     height: 10px;
     margin-left: 1px;
     margin-right: 10px;
     width: 10px;
}    
.mydot_red{
     background: rgb(139, 0, 0);
     border-radius: 50%;
     display: inline-block;
     height: 10px;
     margin-left: 1px;
     margin-right: 10px;
     width: 10px;
}    
.mydot_blue{
     background: rgb(0, 0, 255);
     border-radius: 50%;
     display: inline-block;
     height: 10px;
     margin-left: 1px;
     margin-right: 10px;
     width: 10px;
}    
.star_bar {
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  background: url(img/star_36_grey.gif) 0 0 repeat-x;
}
.star_bar div {
  height: 36px;
  background: url(img/star_36_yellow.gif) 0 0 repeat-x;
}

.star_bar_01 {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  width: 125px;
  background: url(img/star_25_grey.gif) 0 0 repeat-x;
}
.star_bar_01 div {
  height: 25px;
  background: url(img/star_25_yellow.gif) 0 0 repeat-x;
}
.star_bar_02 {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  width: 125px;
  background: url(img/star_25_grey.gif) 0 0 repeat-x;
}
.star_bar_02 div {
  height: 25px;
  background: url(img/star_25_yellow.gif) 0 0 repeat-x;
}

.box_01 {
  width: 100%;
  height: 100px;
  padding: 10px;
  background: rgb(211,211,211);
}
.box_02 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgb(255, 255, 255);
}

.box_03 {
  width: 100%;
  height: 220px;
  padding: 10px;
  background: rgb(211,211,211);
}
.box_04 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgb(255, 255, 255);
}

.box_05 {
  width: 100%;
  height: 80px;
  padding: 10px;
  background: rgb(211,211,211);
}
.box_06 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgb(255, 255, 255);
}

.box_07 {
  width: 100%;
  height: 90px;
  padding: 10px;
  background: rgb(211,211,211);
}
.box_08 {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgb(255, 255, 255);
}
.balken_01 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background: url(img/balken_grey.gif) 0 0 repeat-x;
}
.balken_01 div {
  height: 8px;
  background: url(img/balken_green.gif) 0 0 repeat-x;
}
.text_bar{
  background: rgb(149, 17, 24);
  color: rgb(255,255,255);
  padding: 6px;
  font-size: 16px;
}
.text_bar_tablet{
  background: rgb(149, 17, 24);
  color: rgb(255,255,255);
  padding: 6px;
  font-size: 14px;
}
.text_tablet{
  padding: 6px;
  font-size: 11px;
}
