/********************************************************************************
**
**  Base Stylesheet for Smart Web Visualizatione
**  Lufft GmbH / Die Informatik-Werkstatt GmbH
**  September 2005
**  Version 1.0
**  Angepasst: 06.12.2006 EES
**
********************************************************************************/

a:link    { color: #0000FF;text-decoration: none;font-weight: normal}
a:visited { color: #0000FF;text-decoration: none;font-weight: normal}
a:hover   { color: #0000FF;text-decoration: none;font-weight: normal}
.a        { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: bold; color: #FFFF00; text-decoration: none}



body
{
font-family: "Verdana", Trebuchet MS, Arial,Helvetica, sans-serif;
font-family: serif;
font-size: 8px;
background-color: #444444;
color: #000;
margin:0px;
padding-top: 5px;
padding-left: 5px;
}

HTML>body
{
padding: 5;
}

#divid_header
{
  font-family: "Verdana", Arial,Helvetica, Comic Sans MS, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  color: #cccccc;
  background-color: #0000bb;
  margin: 5px 185px 10px 0px;
  height:60px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

#divid_logo
{
  position: absolute;
  top: 5px;
  right: 5px;
}

#divid_navigation
{
  color:  #444444;
  font-family:  "Verdana", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  /*text-decoration: none;*/
  background-color: #aaaaaa;
  width: 150px;
  padding:10px;
  padding-bottom: 500px;
  position: absolute;
  top: 80px;
  left: 5px;
  border-color: blue;
  border-width: 0px;
  border-style: solid;
}

#divid_main
{
  color:  #222222;
  font-family: "Verdana", Trebuchet MS, Arial,Helvetica, sans-serif;
  font-weight:normal;
  font-size: 10pt;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  background-color: #aaaaaa;
  background-color: #888888;
  position: relative;
  margin: 5px 5px 5px 175px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-color: grey;
  border-width: 0px;
  border-style: solid;
  border-spacing: 200px;
  border-collapse: collapse;
}

#divid_print
{
  color:  #000000;
  font-family: Courier;
  font-weight:normal;
  font-size: 10pt;
  font-style: normal;
  text-decoration: none;
  background-color: #ffffff;
}

format_debug
{
color:  #0000FF;
Font-size: 14px;
font-family: Courier;
}

#divid_time
{
  color:  #000000;
  Font-size: 10px;
  font-family:  Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
}

h1
{
  font-size: 10pt;
  font-weight: bold;
}

h2
{
  font-size: 12pt;
  font-weight: bold;
}

h3
{
  font-size: 12px;
  font-weight: normal;
  font-family:  Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
}

.d_ta
{
  border-collapse:collapse;
  border-width:3px;
  border-style:solid;
  border-color:#666666;
  font-size: 8pt;
  color: black;
  text-align:center;
}

.d_th
{
  font-weight: bold;
  border-collapse:collapse;
  border-width:2px;
  border-style:solid;
  border-color:#666666;
  font-size: 8pt;
  color: black;
  text-align:center;
}

/* Tabelle Messwerte */
.d_td
{
  font-weight: normal;
  border-collapse:collapse;
  border-width:1px;
  border-style:solid;
  border-color:#666666;
  font-size: 8pt;
  color: black;
  text-align:center;
  padding-left:0.5em;
  padding-right:0.5em;
}

.p_ta
{
  font-size: 8pt;
  color: black;
  text-align:center;
}

.p_th
{
  font-weight: bold;
}

.p_td
{
  font-weight: normal;
}

