/**************************************************************************/
/**                                                                      **/
/*  Semi-automatisches Content-Management  Version 2.2                    */
/*  Programm by: Andreas Gonell                                           */
/*  Global for all installations                                          */
/*                                                                        */
/**                                                                      **/
/**************************************************************************/

body {
  color: #000000;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px; /* 9pt; */
  margin: 15px;
}

form, img {
  margin: 0px;
  border: 0px;
}

p {
  margin: 1em 0;
}
h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #eeeeee;
  padding-left: 10px;
  padding-right: 10px;
}
h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
h3 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
h4 {
  font-size: 15px;
  font-weight: bold;
}
h5 {
  font-weight: bold;
  font-size: 12px; /* 9pt; */
  margin-bottom: 5px;
}

td {
  font-size: 12px;
}
select,
option {
  color: #000000;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
}


/* Classes */

.normal {
  font-size: 12px;
  font-weight: normal;
}
.text  {
  margin-bottom: 8px;
  line-height: 18px;
}
.text1 {
  margin-bottom: 8px;
}
.textnavi {
  margin-bottom: 16px;
}
.hilfelink {
  text-align: right;
}
.bold {
  font-weight: bold;
}

.zelle_liste {
  padding-right: 8px;
}

.navizelle.user-logout {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.navizelle.user-logout .name {
  font-weight: bold;
}
.navizelle.user-logout .logout-link {
  background-color: #0099cc;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  padding: 1px 8px;
}

h5.hilfe,
p.hilfe,
div.hilfe,
.hilfetext p  {
  font-size: 15px;
}
h4.hilfe  {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 11px;
}
.hilfetext  {
  font-size: 15px;
  margin-bottom: 11px;   /* margin-bottom:11px; */
  line-height: 20px;
}

.tooltip {
  cursor: pointer;
  /*cursor: help;*/
  font-weight: bold;
  display: inline-block;
  padding: 0 2px;
  outline: none;
  font-size: 13px;
  /*position: relative;*/
}
.tooltip:hover {
  text-decoration: none;
}
.tooltip span {
  color: #000000;
  display: none;
  font-weight: normal;
  font-size: 12px;
  padding: 4px 6px;
  margin-top: 10px;
  border: 1px solid gray;
  background-color: #ffffff;
  text-align: left;
}
.tooltip:hover span {
  display: block;
  position: absolute;

}

.nowrap {
  white-space: nowrap;
}

.filter_tab {
  background-color: #e6e6e6;
}   /* lightblue */

.h3l {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}

a {
  color: #0099cc;
  text-decoration: none;
}
span.navi_u {  /* link im kopf zu merkzettel */
  font-size: 15px;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
.link-button {
  background-color: #D4D0C8;
  color: black;
  cursor: default;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
a.link-button:hover {
  text-decoration: none;
}

tt {
  font-family: "courier new", monospace;
}
.input  {
  color: #000000;
  font-family: "Courier New", monospace;
  font-size: 13px;
}
.input2 {
  color: #000000;
  font-family: "Courier New", monospace;
  font-size: 13px;
}
.berechnung {
  font-family: "Courier New", monospace;
  font-size: 13px;
  border: 1px solid #222;
  background-color: #eeeeee;
}
.select-kleiner {
  font-size: 12px;
}   /* width:600px; ist eigentlich auch gut, aber der IE schneidet bei den options die Enden ab */

.achtung-tab {
  color: #cc0000;
  font-weight: bold;
}
.gut-tab {
  color: #009900;
  font-weight: bold;
}

.alarm  {
  color: #ff6600;
}
.alarmc {
  color: #ff6600;
  text-align: center;
}
.alarm-info-dispo {
  color: #ff6600;
  font-size: 16px;
  font-weight: bold;
}

.rot   {
  color: #cc0000;
}
.gelb  {
  color: #eeaa00;
}  /* FFE983 */
.gruen {
  color: #00cc00;
}
.rot-fett   {
  color: #cc0000;
  font-weight: bold;
}
.gelb-fett  {
  color: #ddaa00;
  font-weight: bold;
}  /* FFE983 */
.gruen-fett {
  color: #009900;
  font-weight: bold;
}

.neun  {
  font-size: 11px;
}

input.neun {
  padding: 0px 3px 0px 3px;
}
input[type^=submit] {
  cursor: pointer;
}
input.updown {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("pix/updown.gif");
  background-repeat: no-repeat;
  border: 0 none;
  border-radius: 0;
  cursor: pointer;
  height: 8px;
  padding: 0;
  width: 16px;
}
input.updown.up {
  background-position: 0 0;
}
input.updown.down {
  background-position: 0 -8px;
}
form.form-reihe {
  font-size: 0;
}

.nur_submit {
  padding-bottom: 2px;
}

.button_trenner_v {
  height: 5px;
}
.cell-padding-top{
  padding-top: 5px;
}


#kopf_hg {
  width: 100%;
  /*height: 110px;*/
  background-color: #eeeeee;
  margin-bottom: 18px;
}
#kopf {
  width: 95%;
  margin-left: 10px;
  margin-top: 15px;
}


/* hauptnavi */

#navi_neu_hg_2011 {
  height: 20px;
  margin: 0;
  /*min-width: 1000px;*/
  padding: 2px 0 0;
  position: relative;
  z-index: 2000;
  background-color: white;
}
#navi_neu_hg_2011 ul {
  line-height: 17px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#navi_neu_hg_2011 li {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#navi_neu_hg_2011 li.hn {
  padding-left: 10px;
}
#navi_neu_hg_2011 a {
  display: block;
  text-decoration: none;
}
#navi_neu_hg_2011 a:hover {
  text-decoration: none;
  color: #006080;
}
#navi_neu_hg_2011 a.link-hn{
  margin: 0;
  padding: 0 30px 0 10px;
  font-size: 15px;
  font-weight: bold;
  height: 20px;
}
/* 2. ebene */
#navi_neu_hg_2011 li ul {
  border-right: 1px solid #0099CC;
  border-bottom: 1px solid #0099CC;
  border-left: 1px solid #0099CC;
  left: -10000px;
  margin: 0;
  padding: 5px 10px 15px 10px;
  position: absolute;
  background-color: #F9F9F9;
  /*width: 150px;*/
}
#navi_neu_hg_2011 li ul li {
  display: block;
  float: none;
  margin: 0 0 0 10px;
  padding: 0 0 3px;
  text-indent: -10px;  /*width: 170px;*/
}
#navi_neu_hg_2011 a.link-un{
}
#navi_neu_hg_2011 li:hover ul, #navi_neu_hg_2011 li.sfhover ul {
  display: block;
  left: auto;
}


#inhalt {
  padding: 10px;
  min-width: 500px;
  background-color: #ffffff;
}

#bittewarten {
  display: none;
  text-align: center;
  padding: 100px;
}
