
/* 
    Document   : layout
    Created on : 21.05.2011, 10:52:32
    Author     : bambi
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#warn_container {
     background-color: var(--gsaprimAlight);
  width: 600px;
  color: black;
  white-space: normal;
}
.clearer {
  clear: both;
}

.warninfoheader{
   background-color: var(--gsaprimAlight);
}


table.legendtab,
h3.legendtitle {
/*   width: 37.1875em; */
  min-width: 595px;
  margin: 0 auto;
}
h3.legendtitle {
  position: relative;
  font-family: "Verdana";
  font-weight: bold;
  color: white;
  height: 1.375em;
  min-height: 22px;
   background-color: var(--gsaprimB);
}
h3.legendtitle span {
  display: inline-block;
  font-size: .75em;
  padding: .25em .5em;
  margin-left: 40px;
}
h3.legendtitle img {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  border: 1px solid black;
}

table.legendtab {
   background-color: var(--gsaprimAlight);
  border-top: 2px solid var(--gsaprimAlight);
  margin-bottom: 2em;
}
table.legendtab .farbe,
table.legendtab .allgemein,
table.legendtab .bedeutung,
table.legendtab .ereignis,
table.legendtab .blitz {
  font-size: .85em;
  padding: .5em 1em;
  color:  var(--gsaprimA);
}
table.legendtab th.bedeutung,
table.legendtab td.bedeutung {
  width: 36%;
}
table.legendtab th.ereignis,
table.legendtab td.ereignis {
  width: 54%;
}
table.legendtab th {
  font-weight: bold;
}
table.legendtab .bedeutung{
  text-align: center;
}
table.legendtab .farbe {
  width: 10%;
  text-align: center;
  padding: .5em 0;
}
table.legendtab th.allgemein,
table.legendtab td.allgemein {
  width: 90%;
}

table.legendtab p {
  margin-bottom: 1em;
}

table.legendtab td {
    border-bottom: 1px solid #81a5bc;
}
table.legendtab td a {
  display: block;
  text-align: center;
  color: #034C7A;
  text-decoration: none;
  font-size: .75em;
  padding: 5px 10px;
}
table.legendtab td a {
  text-decoration: underline;
}




