body {
  color: rgb(0, 0, 0);
  font-family: Verdana;
  font-size: 12px;
  background-color: rgb(0,0,0);
  background-image: url(../pic/backblack3.png); 
  /*background-image: url(../pic/background.jpg);  */
  background-repeat:repeat-x;
}


.clear{
  clear: both;
}

.submittext {
    position: relative;
    font-size: 10px;
    top: 3px;
    padding-right: 2px;
}

.inputsubmit {
  background: none;
  border: none;
}

a {
  text-decoration: none;
  border: none;
  color: rgb(50,50,50);
}

a:link{
  color: rgb(50,50,50);
}

a:visited{
  color: rgb(50,50,50);
}

a:active{
  color: rgb(50,50,50);
}

a:focus{
  color: rgb(50,50,50);
}

a:hover{
  color: rgb(150,80,90);
}

img {
  border: none;
}

/*Table standard design*/

.uebersicht_topic {
  font-weight: bold;
  background-color: rgb(216, 224, 251);
  border: 1px;
  border-style: solid;
  border-color: rgb(220, 220, 220);
  padding: 2px;
  text-align: center;
}

.uebersicht {
  background-color: rgb(175, 193, 251);
  padding: 1px;
}

.pos_a {
  background-color: rgb(155, 177, 248);
}

.pos_b {
  background-color: rgb(190, 203, 248);
}

.pos_focus{
  background-color: rgb(167, 247, 147);
}

.editbutton {
  position: relative;
  background-color: rgb(210, 220, 229);
  border: 1px;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  padding: 2px;
  font-size: 0.8em;
  font-weight: bold;
}

/*ENDE Table standard design*/


.stderr {
  /*font-weight: bold;*/
  background-color: rgb(222, 172, 158);
  border: 1px;
  border-style: solid;
  border-color: rgb(187, 75, 56);
  margin: 10px;
  padding: 2px;
  text-align: center;
  font-size: 9pt;
}