body {
  font-family: Arial, "sans serif";
  font-size: 11px;
  color: #000000;
  margin: 0;
  background-image: url(../pic/back_verlauf.jpg);
  background-repeat: repeat-x;
  background-color: #4370B1;
}

table,th,td,select,option,input {
  font-family: Arial, "sans serif";
  font-size: 12px;
}

a {
  color: red;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: red;
  text-decoration: underline;
}

table.maintable {
  border: 1px solid black;
}

td.content_td {
  background-color: #ffffff;
}

div.content {
  /*height: 980px;
  overflow: auto;*/
}

td.menu_td {
  border-right: 1px solid black;
  background-color: #cccccc;
}

td.rightbar_td {
  border-left: 1px solid black;
  background-color: #cccccc;
  padding: 0px;
}

.newstitle {
  background-color: red;
  color: white;
  font-weight: bold;
}

.news {
  border: 1px solid black;
}