body {
  background: #fffdd0 url(images/navi.gif) repeat-y;
  color: #405586;
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  font-family: Times New Roman, Times, serif;
}

img {
  border: none;
  padding: 10px;
}

table,tr,td {
  margin:  0px;
  padding: 0px;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  table-layout: auto;
  empty-cells: collapse;
  font-family: Times New Roman, Times, serif;
}

#tabelle {
  width: 100%;
}

#tabelle .title {
  height: 90px;
  vertical-align: bottom;
  text-align: right;
  padding: 0px 0px 0px 0px;
  font-size: 30px;
  font-weight: bold;
}

#tabelle .subtitle {
  height: 50px;
  vertical-align: bottom;
  text-align: right;
  padding: 0px 60px 10px 0px;
  font-size: 25px;
  font-weight: normal;
}

#tabelle .line1 {
  height: 5px;
  background: #d4cfcf;
}

#tabelle .line2 {
  height: 5px;
  background: #516594;
}

#tabelle .content {
  background: url(images/1bg.jpg) no-repeat center center;
  height: 350px;
  font-size: 14px;
  padding: 15px 20px 0px 20px;
  vertical-align: top;
  font-family: Times New Roman, Times, serif;
}

#navi {
  font-family: Times New Roman, Times, serif;
  font-size: 12px;
  color: #000000;
  border: 0px solid #aaaaaa;
  width: 140px;
  vertical-align: top;
}

#navi ul {
  border: none;
  list-style: none;
  margin: 0px;
  padding: 10px 2px 0px 10px;
}

#navi li a:before {
  /*content: "\00BB \0020";*/
}

#navi li a {
  display: block;
  margin: 0px 0px 10px 0px;
  padding: 5px 5px 0px 5px;
  color: #d4cfcf;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  border-bottom: 2px solid #d4cfcf;
}

#navi li a:hover {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

#navi li a.current {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

#navi li.sub {
  padding: 0px 0px 0px 10px;
}

#navi li.sub a:before {
  /*content: "";*/
}

#navi li.sub a:hover {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

#navi li.sub a.current {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

a {
  color: #405586;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

form {
	display: inline;
}

#contact_form {
  border: none;
  padding: 5px;
  font-size: 14px;
  width: 100%;
}

#contact_form td {
  padding: 5px;
  vertical-align: top;
}

#contact_form .col1 {
  width: 100px;
}

#contact_form input,select {
  color: #405586;
  border: none;
  border-bottom: 1px solid #405586;
  font-size: 14px;
  font-family: Times New Roman, Times, serif;
  width: 400px;
}

#contact_form input[type=submit] {
  border: none;
  font-size: 14px;
  font-family: Times New Roman, Times, serif;
  cursor: pointer;
  width: 400px;
}

#contact_form textarea {
  color: #405586;
  border: 1px solid #405586;
  font-size: 14px;
  font-family: Times New Roman, Times, serif;
  width: 400px;
}

#error {
  color: #CC0000;
  font-weight: bold;
}