a, a:link, a:visited, a:active {
  color: #CC0000;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #999999;
  text-decoration: none;
}
a.newslink, a.newslink:link, a.newslink:visited, a.newslink:active {
  color: #CC0000;
  background: none;
  padding: 2px;
  text-decoration: underline;
}
a.newslink:hover, a.newslink:focus {
  color: #000000;
  background-color: #FFCC00;
  padding: 0px 2px;
  text-decoration: none;
}

.rot {
  color: #CC0000;
}
.hervor {
  font-weight: bold;
}
.rand {
  border: 1px solid #666666;
}

.smallinfo {
  font-size: 10px;
}

ul.standard {
  line-height: 170%;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 10px;
  margin-left: 10px;
  margin-top: 0px;
}
ol.standard {
  line-height: 170%;
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 15px;
  margin-left: 15px;
  margin-top: 0px;
}

form {
  display: inline;
}

/*------------------ Kontaktfelder ------------------*/

/*------------------ Kontaktfelder ------------------*/

.bild_links {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  margin-bottom: 7px;
}
.bild_rechts {
  float: right;
  margin-left: 10px;
  margin-top: 4px;
  margin-bottom: 7px;
}

/*------------------ Seitenzahlen ------------------*/
ul.seiten {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
ul.seiten li {
  padding: 3px 0px;
  display: inline;
}
ul.seiten li a.seiten {
  font-size: 13px;
  padding: 2px 6px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #CC0000;
  border: 1px solid #999999;
}
ul.seiten li a.seiten:hover,
ul.seiten li a.seiten:focus {
  font-size: 13px;
  padding: 2px 6px;
  color: #000000;
  text-decoration: none;
  background-color: #FFCC00;
  border: 1px solid #999999;
}
ul.seiten li a.seiten_set {
  font-size: 13px;
  padding: 2px 6px;
  color: #CC0000;
  font-weight: bold;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #999999;
}
/*------------------ Seitenzahlen ------------------*/


/*------------------ Impressum ------------------*/
.impressumsbox_big {
  margin: 0px;
  margin-top: 18px;
}
.impressumsbox_sml {
  margin: 0px;
}
.impressum_bezeichner {
  width: 205px;
  float: left;
  color: #666666;
  font-weight: bold;
  line-height: 130%;
  margin-right: 10px;
}
.impressum_inhalt {
  width: 360px;
  float: left;
  color: #382B18;
  line-height: 130%;
}
/*------------------ Impressum ------------------*/

/*------------------ Kontaktfelder ------------------*/
span.standard {
  vertical-align: middle;
}
span.error {
  color: #CC0000;
  font-weight: bold;
  vertical-align: middle;
}
span.eingabe_anzeige {
  width: 140px;
  float: right;
  text-align: justify;
  margin: 0;
}
span.eingabe_ueberpruefen {
  text-align: right;
}


.stdbutton {
  font-size: 11px;
  color: #FFFFFF;
  background-color: #999999;
  font-weight: bold;
  border: 1px outset #999999;
}

.button {
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}
.okaybutton {
  font-size: 11px;
  color: #029801;
  font-weight: bold;
}
.errorbutton {
  font-size: 11px;
  color: #CC0000;
  font-weight: bold;
}
input.eingabe {
  background-color: #FFFFFF;
  border: 0px;
  border-left: 2px solid #999999;
  border-bottom: 1px solid #999999;
  width: 275px;
  height: 15px;
  text-align: left;
  font-size: 11px;
  padding: 2px 4px;
  margin-bottom: 4px;
}
textarea.mitteilung {
  background-color: #FFFFFF;
  border: 0px;
  border-left: 2px solid #999999;
  border-bottom: 1px solid #999999;
  width: 275px;
  height: 120px;
  text-align: left;
  font-size: 11px;
  padding: 3px;
  margin-bottom: 4px;
}
select {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
/*------------------ Kontaktfelder ------------------*/

/*------------------ Tabellen ------------------*/
th, .table_ue {
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #CC0101;
  background-image: url('/images/bg_navi_top.gif');
  background-repeat: repeat;
  background-position: middle;
}
td.table_ue {
  color: #5C657A;
  font-weight: bold;
  background-color: #CC0101;
}
.table_ue2 {
  font-size: 10px;
  color: #FFFFFF;
}

td.title {
  font-weight: bold;
  background-color: #C0C0C0;
}
td.label {
  font-weight: bold;
}
th, td {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
}

.zeile1 {
  background-color: #E9E9E9;
}
.zeile2 {
  background-color: #FFFFFF;
}
.zeile_hervor {
  background-color: #FFF2C1;
}
/*------------------ Tabellen ------------------*/
