body
{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #FFF url(../media/main/bg.gif) repeat-x;
  font-family: Verdana, Arial, sans-serif, Helvetica, Times New Roman;
  font-size: 12px;
  color: #000;
  padding-bottom: 50px;
}

div
{
  position: relative;
  padding: 0px;
  margin: 0px;
}

form
{
  margin: 0;
  padding: 0;
}

a
{
  /*font-size: 12px;*/
  color: #0F74B3;
  text-decoration: none;
}

a:hover
{
  text-decoration: none;
  color: #0F74B3;
  border-bottom: 1px dotted #0F74B3;
}

a.imgLink
{
  text-decoration: none;
  color: #0F74B3;
  border-bottom: none;
}

td
{
  vertical-align: top;
}

td.tests
{
  padding-bottom: 5px;
  border-bottom: 1px solid #B7B9BB;
}

img
{
  border: none;
}

/* ------------------------------------------------------------------------------------ */

#main_holder
{
  width: 976px;
  height: auto;
  margin: auto;
}

#holder
{
  width: 976px;
  height: auto;
  /*background: #FFF url(../media/main/bg_y.gif) repeat-y;*/
}

#h1
{
  width: 765px;
  height: auto;
  float: left;
  margin-left: 4px;
  display: inline;
}

#h2
{
  width: 203px;
  background: #004494;
  height: auto;
  float: left;
  margin-left: 0px;
}

.empty_row
{
  width: 970px;
  height: 3px;
  float: none;
  clear: both;
}

/* ------------------------------------------------------------------------------------ */

#content_holder
{
  float: none;
  clear: both;
  width: 976px;
}

/* ------------------------------------------------------------------------------------ */

#c1
{
  font-family: Verdana, Arial;
  font-size: 12px;
  width: 199px;
  height: auto;
  float: left;
  margin-left: 4px;
  display: inline;
}

#c2
{
  width: 562px;
  height: auto;
  float: left;
  margin-left: 4px;
  background: url(../media/content/bg_top.gif) repeat-x;
}

#c2_big
{
  width: 765px;
  height: auto;
  float: left;
  margin-left: 4px;
  background: url(../media/content/bg_top.gif) repeat-x;
}

#c3
{
  width: 200px;
  height: auto;
  float: left;
  margin-left: 3px;
}

/* ------------------------------------------------------------------------------------ */

#content
{
  width: 476px;
  font-family: Arial, Verdana;
}

/* ------------------------------------------------------------------------------------ */

#prefooter
{
  width: 976px;
  height: 10px;
  background: #004494;
  margin-top: 3px;
  display: none;
}
#footer
{
  width: 976px;
  height: 108px;
  background: url(../media/main/bg_y.gif) repeat-y;
  margin-top: 3px;
  display:none;
}

#footer_bg
{
  margin-left: 1px;
  width: 974px;
  height: 107px;
  background: url(../media/main/footer_bg.gif) repeat-x;
}

#footer_bg a.imgLink
{
  display:none;
}

.f_line
{
  background: #D7D7D7;
}

#footer table
{
  margin-top: 3px;
}

#footer td
{
  font-family: Verdana;
}

.color1, #footer td a
{
  color: #082B73;  
  font-size: 9px;
}

.color2
{
  color: #656565;
}

/* ------------------------------------------------------------------------------------ */

#home_link
{
  position: absolute;
  width: 764px;
  height: 500px;
  z-index: 100;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* ------------------------------------------------------------------------------------ */

a.zoomimgLink, a:hover.zoomimgLink, a.imgLink, a:hover.imgLink
{
  text-decoration: none !important;
  border-bottom: none !important;
}

/* ------------------------------------------------------------------------------------ */

.float
{
  float: left;
}

.clear
{
  position: relative;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}

/* ------------------------------------------------------------------------------------ */

#loader {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

#loader td {
  padding: 3px;
  background: #ffffff;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#loader p {
  border: 3px solid #8395B9;
  padding: 10px;
  margin: 0;
  background: #ffffff;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
/*
#loader img {
  float: left;
  margin-right: 12px;
}
*/
#loader strong {
  display: block;
  margin-bottom: 3px;
}

#loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
  display: none;
}

#loaderContainer td {
  padding-top: 250px;
  vertical-align: top;
  text-align: center;
  background-image: url(../media/main/semi-transparent.gif);
}

#loaderContainer td td {
  padding-top: 3px;
  /*text-align: left;*/
}

td.zelle1 {
padding-bottom:15px;
padding-right:10px;
text-align:right;
vertical-align:top;
}

td.zelle2 {
color: #000;
font-size: 16px;
padding-bottom:15px;
padding-left:10px;
vertical-align:top;
}

td.tr_sep {
border-top:1px solid #E6E6E6;
font-size:1px;
height:2px;
}

/*--------------------------------------------------------*/
#showcase {
  width: 764px;
  height: 500px;
}

#navigator {
  display: none;
}
