body {
  margin: 0;
  width: 100%;
  height: 101%;
  font-family: Arial,sans-serif;
  font-size: 13px;
  color: black;
  text-align: center;
  background-color: #ccc9cc;
}
h1 {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}
h2 {
  font-size: 15px;
  text-align: left;
}
p, li, td {
  line-height: 150%;
}
dl {
  margin-bottom: -8px;
}
#text a {
  border-left: 1px dotted #de3452;
  border-bottom: 1px dotted #002085;
  text-decoration: none;
  padding-left: 2px;
  color: #000000;
}
#text a:visited {
  border-color: #5c5c5c;
  text-decoration: none;
  color: #5c5c5c;
}
#text a:hover {
  border-style: none none none dotted;
  border-color: #acaaac;
  border-width: 1px;
  text-decoration: none;
}
#content {
  border: 2px solid black;
  margin: 20px auto;
  width: 720px;
  background-color: white;
  text-align: center;
}
#header {
  margin: 9px auto 0;
  background: transparent url(images/header.png) no-repeat scroll center top;
  height: 175px;
  position: relative;
  text-align: center;
  width: 705px;
}
#textarea {
  padding: 5px 30px;
  margin-right: auto;
  margin-left: auto;
  width: 600px;
  text-align: left;
}
#text {
  padding: 15px;
  text-align: left;
  width: 540px;
}
#text li {
  margin-bottom: 10px;
}
#footer {
  background: transparent url(images/footer.png) no-repeat scroll center top;
  height: 42px;
  margin-right: auto;
  width: 705px;
  position: relative;
  margin-left: auto;
}
#footer p {
  padding: 0;
  position: relative;
  bottom: 7px;
  font-size: 12px;
}
#footer a {
  border:  none;
  text-decoration: none;
  color: #000000;
}
#footer a:hover {
  border-bottom: 1px dotted #002085;
}
#footer span {
  color: #de3452;
}
.left {
  text-align: left;
}
.bigred {
  font-weight: bold;
  color: #de3452;
  font-size: 180%;
}
.right {
  text-align: right;
}
#nav {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style-type: none;
  top: 142px;
  left: 7px;
  position: relative;
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav a, #nav span {
  border: 1px solid #000000;
  margin: 0 4px 0 0;
  padding: 4px 3px 5px;
  color: #000000;
  background-color: #ffffff;
  float: left;
  display: block;
  font-size: 14px;
  width: 100px;
  text-decoration: none;
  background-image: url(images/tab.png);
  background-repeat: repeat-x;
}
#nav a:hover {
  background-repeat: repeat-x;
  background-image: url(images/tab_akt.png);
}
#nav span {
  border-bottom: 2px solid #ffffff ! important;
}
#subnav {
  border-style: none solid solid;
  border-color: #000000;
  border-width: 1px;
  padding: 6px 0 4px 5px;
  background: transparent url(images/tab_akt.png) repeat-x scroll 0% 50%;
  width: 692px;
  position: relative;
  height: 20px;
  top: -17px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
div#subnav a {
  color: #000000;
  text-decoration: none;
}
#subnav a:hover, #subnav span {
  color: #002085;
}

