a:link {
  color: #3366ff;
}
a:visited {
  color: #3366ff;
}
a:hover {
  color: black;
}
a:active {
  color: #ff0000;
}
h1 {
  font-weight: bold;
  color: red;
  font-size: 1.8em;
  text-transform: none;
  margin-top: 5px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1em;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  margin-bottom: 5px;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1em;
  color: #3366ff;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-align: left;
  text-decoration: none;
  font-size: 1.4em;
  margin-top: 5px;
  margin-bottom: 5px;
}
h3 {
  font-weight: bold;
  text-transform: none;
  font-size: 1.2em;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1em;
  color: #3366ff;
  text-align: left;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
h4 {
  font-size: 1em;
  color: #3366ff;
  margin-top: 5px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1em;
}
h5 {
  color: #3366ff;
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
  line-height: 1em;
  margin-top: 5px;
  margin-bottom: 5px;
}
body {
  font-size: 0.9em;
  color: black;
  font-style: normal;
  text-align: left;
  background-image: url(images/graphics/hintergrund_grau.gif);
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
}
p {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: left;
  text-decoration: none;
  margin-top: auto;
}
ul {
  margin: 0px 5px 0px 10px;
  padding: 0px 5px 0px 10px;
  text-align: left;
  list-style-type: disc;
}
img, a img {
  border:  none;
  text-decoration: none;
}
.main {
  padding: 1%;
  position: absolute;
  width: 75%;
  left: 23%;
  top: 74px;
  height: 80%;
}
.nav {
  width: 23%;
  height: 100%;
  font-weight: normal;
  top: 0%;
  background-image: url(images/graphics/hintergrund_blau.gif);
  position: fixed;
  z-index: 5;
  left: 0%;
  line-height: 1.3em;
}
.logo {
  background-image: url(images/graphics/hintergrund_blau_dunkel.gif);
  text-align: center;
  height: 70px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.name {
  background-image: url(images/graphics/hintergrund_grau_dunkel.gif);
  left: 23%;
  position: absolute;
  padding-left: 1%;
  padding-top: 10px;
  width: 76%;
  top: 0%;
  height: 64px;
}
.showcase {
  border-style: ridge;
  border-color: #cccccc;
  padding-right: 5px;
  padding-left: 5px;
  background-image: url(images/graphics/hintergrund_grau_dunkel.gif);
}
.datatable {
  vertical-align: middle;
}
.datatable_top {
  padding: 10px 5px;
  font-size: medium;
  line-height: 1.2em;
  color: #3366ff;
  font-weight: bold;
  background-image: url(images/graphics/hintergrund_grau_dunkel.gif);
}
.datatable_grey {
  background-image: url(images/graphics/hintergrund_grau_dunkel.gif);
}
.select_width {
  width: 270px;
}


