body {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:small;
  background-color:#5776b3;
}
a {
  color:#0000ff;
}
h1 {
  font-size:12pt;
  font-weight:bold;
}
h2 {
  font-size:10pt;
  font-weight:bold;
}
h3 {
  font-size:10pt;
  font-weight:bold;
  font-style:italic;
}
.bodytext {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10pt;
}
p,td,span,div {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10pt;
}
.clearer {
  clear:both;
}
.centered {
  text-align:center;
}
.strong {
  font-weight:bold;
}
#outer-container {
  position:absolute;
  top:20px;
  left:20px;
  width: 960px;
  background-color:#d5ddec;
}
#header {
  height:100px;
}
#header-logo {
  position:absolute;
  left:0px;
  top:0px;
  margin:0px;
  padding:0px;
}
#header-banner {
  position:absolute;
  left:150px;
  top:0px;
  margin:0px;
  padding:0px;
}
#title {
  margin-left:160px;
  height:40px;
  float:none;
}
#page-title-container {
  border-top:solid 1px #dddddd;
  margin:0px 0px 0px 0px;
  background-color:#d5ddec;
  padding:5px 5px 5px 5px;
}
#page-title {
  font-size:17pt;
  font-weight:bold;
  color:#000066;
  font-style:italic;
}
#page-title-2 {
  font-size:11pt;
  font-weight:bold;
  color:#000066;
  margin-left:150px;
}
#outer-menu {
  position:absolute;
  left:0;
  top:150px;
  width:150px;
  margin:0px;
}
#outer-content {
  margin:0px 0px 0px 150px;
  background-color:#d5ddec;
  padding:0px 20px 5px 5px;
  min-height:700px;
  vertical-align:top;
  /* nur IE */
  _height:700px;
}
#content {
  margin:0px 0px 10px 0px;
}
#border {
  display:none;
}
#outer-footer {
  position:absolute;
  bottom:0;
  margin-left:-155px;
  width: 960px;
  background-color:#d5ddec;
}
.menu a {
  text-decoration:none;
  color:#000000;
}
.menu1-active {
  font-size:10pt;
  font-weight:bold;
  background-color:#acbbda;
  border-top:solid 1px #dddddd;
  padding:2px 0px 2px 5px;
}
.menu1-not-active {
  font-size:10pt;
  color:#000000;
  background-color:#8199c6;
  border-top:solid 1px #dddddd;
  padding:2px 0px 2px 5px;
}
.menu2-active {
  font-size:8pt;
  border-top:solid 1px #dddddd;
  padding:2px 0px 2px 25px;
  font-weight:bold;
  background-color:#acbbda;
  color:#000000;
}
.menu2-not-active {
  font-size:8pt;
  border-top:solid 1px #dddddd;
  padding:2px 0px 2px 25px;
  color:#000000;
  background-color:#8199c6;
}
.menu3-active > a {
  font-weight:bold;
}
.category-title {
  font-weight:bold;
  font-size:14pt;
  font-style:italic;
}
.page-title {
  font-weight:bold;
  font-size:12pt;
  font-style:italic;
  padding-left:50px;
  padding-bottom:30px;
}
.align-center {
  text-align:center;
}
.align-left {
  text-align:left;
}
.align-right {
  text-align:right;
}
/*
div.divider {
  margin:5px 50px 5px 50px;
  border-bottom:solid 0.5px #8199c6;
}
*/
hr.divider {
  border-bottom:solid 0.5px #8199c6;
  color:#8199c6;
  background-color:#8199c6;
  height:0.5px;
}
/*
#border div.divider {
  display:none;
}
*/
#border hr.divider {
  display:none;
}
td > p.bodytext {
  padding:0px;
  margin:0px;
}
a.download > img {
  border-style:none;
}
/* Anpassung des Links für den Sprung zum Seitenanfang */
.csc-linkToTop {
  text-align:right;
  margin-right:50px;
}
/* Einstellungen fuer Formulare */
form div.label {
  width:140px;
  float:left;
}
.htmlform-captcha-image {
  margin-bottom:10px;
}
form div.input {
  margin-left:150px;
}
form div.form-clearer {
  clear:both;
  height:0px;
  width:0px;
}
.htmlform-captcha-formfield {
  height:50px;
}
.htmlform-captcha-image {
  margin-left:150px;
}
fieldset > div {
  margin-bottom:10px;
}
button {
  width:150px;
  height:20px;
}
input[type="text"] {
  width:300px;
}

select {
  width:300px;
}
textarea {
  width:300px;
  height:300px;
  overflow:auto;
}
/* Einstellungen für das Suchfeld unter dem Menu */
#search {
  margin:0px;
  padding:3px;
}
#search input {
  width:140px;
  font-size:9pt;
}
.searchLabel {
  font-size:7pt;
}
form {
  margin:0px;
  padding:0px;
}