/* standard.css */

/* Allgemeines */
html {
  background: white;
}

html,body {
  color: white;
}

body {
  width: 100%;
  background: white;
/*  border-top: 1px solid #e0e0e0;*/
  behavior: url(/javascript/csshover.htc); /* WinIE behavior call */
  margin: 0;
}

body, td {
  font-family: Arial,Helvetica,Open Sans,sans-serif;
  color: #444444;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #990000;
}


form {
  margin: 0;
}

img {
  border: none;
}

code {
  font-family: fixed;
}

pre {
  font-size: 0.625em;
}

button {
  font-family: Arial,Helvetica,Open Sans,sans-serif;
  color: #444444;
  font-size: 14px;
  font-weight: normal;
}

h1 {
  color: #065B9D;
  font-family: Cuprum,sans-serif;
  font-size: 22px;
  font-weight: bold;
}

h2 {
  color: #065B9D;
  font-family: Cuprum,sans-serif;
  font-size: 22px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  color: #065b9d;
  font-family: Cuprum,sans-serif;
  font-weight: 300;
}

.clearboth {
  clear: both;
}

.clearright {
  clear: right;
}


.olive {
  color: #215d21;
}

.aubergine {
  color: #5a2039;
}


/* Bildschirmaufbau */
#screenmain {
  border-top: 1px solid white;
  padding: 0 20px 20px;
}

#screenmainleft {
  width: 160px;
  float: left;
}

#screenmainright {
  width: 160px;
  float: right;
}

#screenmainmiddle {
}

* html div#screenmainmiddle {height: 1em;}  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */

#screenfooter {
  text-align: center;
  width: 100%;
  line-height: 20px;
  vertical-align: middle;
  clear: left;
  font-size: 0.5625em;
  border-top: 1px dotted #ccc;
}



/* Styles fuer das waagerechte Menu ganz oben */
#headmenu_top {
  width: 100%;
  height: 20px;
  border-bottom: 1px dotted #ccc;
}

#headmenu_top ul {
  float: right;
  margin: 0 1em 0 0;
  padding: 0;
}

#headmenu_top li {
  position: relative;
  list-style: none;
  float: left;
  border-left: 1px solid #ccc;
}

#headmenu_top a {
  padding: 3px 3px;
  display: block;
  font-size: 0.625em;
  color: black;
}

#headmenu_top a:hover {
  color: #990000;
}

#headmenu_top a.here {
  color: #990000;
}



/* Styles fuer das waagerechte Menu */
#headmenu {
  width: 100%;
  height: 22px;
  color: black;
  background: #f2f2f2;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  clear: right;
}

#headmenu ul {
  float: left;
  margin: 0 1em 0 0;
  padding: 0 10px;
}

#headmenu li {
  position: relative;
  list-style: none;
  margin: 0;
  float: left;
  height: 1.1em;
}

#headmenu li a {
  display: block;
  padding: 3px 10px 5px;
  text-decoration: none;
  color: black;
  font-size: 0.8125em;
  font-weight: bold;
}

#headmenu a:hover {
  color: #990000;
}


#headmenu ul ul {
  position: absolute;
  width: 7em;
  padding: 0;
  display: none;
  background: white;
  border: 1px solid #e0e0e0;
  border-top: none;
  z-index: 9998;
}

#headmenu ul ul li {
  height: 22px;
}

#headmenu ul.level3 li.submenu:hover ul.level4 {
  display: block;
}

#headmenu ul.level4 {
  top: 23px; left: -1px;
}

#headmenu ul.level3 > li > a.here, ul.level3 > li > a:hover {
  background: transparent url(/images/menuepfeil.png) no-repeat center bottom;
  color: #990000;
}



/* Hauptmenue */
#menu {
  background: white;
}

#menu ul {
  margin: 0;
  padding: 0;
  width: 160px;
}

#menu li {
  position: relative;
  list-style: none;
  line-height: 19px;
  padding: 1px 0;
  margin-bottom: 6px;
  background: white;
  border-left: 12px solid #032366;
  border-bottom: 1px solid #032366;
  border-top: 1px solid #032366;
}

#menu li a {
  display: block;
  padding-left: 10px;
  color: #032366;
  font-size: 0.9em;
}

#menu a:hover {
  color: white;
  background: #032366;
}

#menu a.here {
  color: white;
  background: #032366;
}

#menu ul ul {

  position: absolute;
  top: 0;
  left: 148px;
  display: none;
  background: white;
  border: 1px solid #e0e0e0;
  z-index: 9998;
}

#menu ul ul li {
  border: none;
  height: 14px;
}

#menu ul.level3 li.submenu:hover ul.level4 {
  display: block;
}



/* Die verschiedenen Panel */
.contentpanel {
  width: 540px;
}

.entrypanel {
  margin-bottom: 40px;
}

.themapanel {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
  display: none;
}

.titelpanel {
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: bold;
}

.titelpanel label {
  color: #032366;
  width: 120px;
  float: left;
}

.titelpanel .titel {
  margin-left: 120px;
  width: 440px;
}

.titelpanel a {
  text-decoration: none;
  color: black;
}

.datumpanel {
  display: none;
}

.buttonpanel {
  margin-top: 20px;
}

.artikelpanel {
  font-size: 1em;
}

.artikelpanel p {
  font-size: 1em;
}

.infopanel {
  border-top: 3px solid #ECECEC;
  clear:both;
}

.infopanel h4 {
  color: #666;
  padding: 0;
  margin: 5px 0;
/*  text-transform: uppercase;*/
  width: 200px;
  float: left;
}

.infopanel ul {
  margin: 5px 0;
  float: right;
}

.infopanel ul li {
  float: left;
  list-style: none;
  border-left: solid 1px #ccc;
  margin: 0;
  padding: 0;
}

.infopanel ul li a {
  color: #666;
  padding: 0px 4px;
}

.infopanel ul .spFirst {
  border: none;
}

.ueberschrift {
  background: #eee;
  padding: 5px;
}



/* Tree-Darstellung in der Sitemap */
#treepanel {
  line-height: 18px;
  font-size: 0.9em;
}

#treepanel img {
  vertical-align: middle;
  height: 18px;
}

#treepanel .hideast {
  display: none;
  white-space: nowrap;
}



/* Gestaltung von Listen */
.feldnamen_row {
  background: #d3dce3;
  line-height: 20px;
  font-size: 0.8125em;
}

.feldnamen_row th {
  padding: 5px;
}

.local_link {
/*  background: url(/images/pfeil_rot.png) no-repeat center;*/
  display: none;
}

.extern_link {
  text-align: center;
}

.even_row {
  background: #ccc;
}

.odd_row {
  background: #eee;
}

.select_row {
  background: #ffc;
}

tr.even_row:hover, tr.odd_row:hover {
  background: #ff8;
}

tr.even_row_hover, tr.odd_row_hover, tr.select_row_hover {
  background: #ff8;
}

#liste th {
  font-size: 0.9em;
}

#liste td {
  padding: 5px;
  font-size: 0.8em;
  vertical-align: top;
}

#lehrgaenge td {
  padding: 5px;
  font-size: 0.8em;
  vertical-align: top;
}

.dateiliste td {
  padding: 5px;
  font-size: 0.8em;
  vertical-align: top;
}



/* Gestaltung von Formularen */
.formularfehler {
  margin-left: 20px;
  color: red;
  background-color: transparent;
  font-weight: bold;
}

.fehlertext {
  color: red;
  background-color: transparent;
}

.eingabezeile {
  display: table-row;
}

.eingabezeile input {
  font-family: Arial,Helvetica,Open Sans,sans-serif;
  color: #444444;
  font-size: 14px;
  font-weight: normal;
}

.eingabezeile select {
  font-family: Arial,Helvetica,Open Sans,sans-serif;
  color: #444444;
  font-size: 12px;
  font-weight: normal;
}

.eingabezeile label {
  width: 350px;
  display: table-cell;
  margin-top: 4px;
}

.eingabezeile .eingabefeld {
  width: 220px;
  line-height: 20px;
  font-size: 0.8em;
  font-weight: normal;
}

fieldset {
}



/* Gestaltung von Datensatzansichten */
.viewblock {
  width: 660px;
  font-size: 1em;
}

.viewblock label {
  width: 400px;
  float: left;
}

.viewblock div {
  margin-left: 200px;
  width: 460px;
}




/* Gestaltung des Shops */
#shopkatalog {
  font-size: 0.8em;
}

#shopkatalog td {
  vertical-align: top;
  margin: 0;
  padding: 0;
}


.shop_even_class {
  background: #ccc;
  padding: 10px;
  margin-top: 20px;
}

.shop_odd_class {
  background: #eee;
  padding: 10px;
  margin-top: 20px;
}

.shop_produkt_bild {
  width: 110px;
}

.shop_produkt_beschreibung {
  width: 420px;
}

.shop_product_title {
  font-weight: bold;
  color: #333;
}

.shop_product_text {
}

.shop_produkt_bestellung {
  margin-left: 10px;
}

.shop_produkt_bestellung input {
  vertical-align: middle;
}

.shop_feldnamen_row {
}

#warenliste {
  font-size: 0.8em;
}



/* Rechte Spalte auf der Homepage für Aktuelles und Archiv */
.headerright {
  width: 100%;
  height: 22px;
  font-size: 0.8em;
  font-weight: bold;
  background: #f2f2f2;
/*  border-left: 12px solid red;*/
  border-left: 12px solid #032366;
}

.headerright ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.headerright li {
  line-height: 20px;
  padding: 0 0 0 10px;
  width: 138px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.headerright a {
  text-decoration: none;
  color: black;
}

.anriss h3 {
  font-size: 0.8em;
  padding-right: 10px;
}

.anriss p {
  font-size: 0.8em;
  padding-right: 10px;
}

.anriss h3 a {
  text-decoration: none;
  color: black;
}



#aa_archiv table tr {
  border-bottom: 1px solid black;
}

#aa_archiv table td {
  text-align: center;
  font-size: 0.6em;
}

#aa_archiv table td .aa_jahr {
  font-size: 1.4em;
}

#aa_archiv table td img {
  margin: 10px 5px 5px;
}

