
body {
  font-size: 10pt;
  font-family: Arial;
  background-color: #ffffcc;
  color: #0000b2;
}

body.title {
  background-color: #f2f2e5;
}

body.content {
  background-color: #f2f2e5;
}

.news {
  color: #555555;
  color: red;
}

a:link,
a:active,
a:visited{
  color: #cc3333;
  text-decoration: none;
}

a:hover {
  color: #cc3333;
  text-decoration: underline;
}

h1,
h2 { 
  font-size: 11pt; 
  font-weight: normal;
  text-align: center;
}

h3 {
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
}

h4 {
  font-size: 10pt;
  font-weight: normal;
}

table {
  width:100%;
  font-size: 10pt;
}

table.title {
  text-align: center;
}

table.center {
  text-align: center;
}

.left_oriented {
  text-align: left;
}

table.hinweis {
  border: 1px solid black;
}

td.big {
  padding-top: 20px;
  height: 30pt;
  align: center;
  font-size: 12pt;
}

td.left {
  text-align: right;
}

td.center {
  text-align: center;
}

td.right {
  text-align: left;
}

.highlight {
  text-decoration: underline;
}

ul {
  margin-left: 10px;
  padding-left: 5px;
}

li {
  padding-left: 2px;
}
