

body {
  margin: 0;
  padding: 0;
  background-color: #88afcd;
  background-image: url(img/bodybg.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}

#mainContainer {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
  width: 900px;
}

#mainPaper {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}

#logoScreen {
    display: block;
    clear: both;
}

#topBlock {
  height: 22px;
  display: block;
  clear: both;
  border-bottom: 2px solid #ffffff;
  background-image: url(img/topblock.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

#topBlock p {
  margin: 0;
  padding: 4px;
  font-weight: bold;
  color: #215175;
  font-size: 76%;
}

#topBlockPrint {
  display: none;
}


#mainImage {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  border-bottom: 2px solid #ffffff;
}

#topNav {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  border-bottom: 1px solid #ffffff;
  background-color: #92a5b4;
  background-image: url(img/navbg.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 90%;
}

#topNav ul {
  margin: 0;
  padding: 0.1em 0;
}

#topNav li {
  margin: 0;
  padding: 0.1em 0.8em;
  display: inline;
  list-style: none;
  border-right: 2px solid #ffffff;
  color: #ffffff;
}

#topNav li.active {
  background-color: #e56062;
  background-image: url(img/navbgactive.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
  font-weight: bold;
}

#topNav li a:link,
#topNav li a:active,
#topNav li a:visited {
   color: #ffffff;
   text-decoration: none;
}
#topNav li a:hover {
   text-decoration: underline;
}





#subNav {
  margin: 0;
  padding: 0;
/* display: block; */
/*  clear: both; */
/*  border-bottom: 1px solid #fff; */
/*  background-color: #92a5b4; */
  font-size: 90% !important;
  margin-right: 20px; }

#subNav ul {
  margin: 0;
/*  padding: 0.25em  0; */
  padding: 0;
  list-style: none;
}

#subNav li {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
/*  padding: 0.25em 0.5em; */
/*  display: inline; */
  list-style: none !important;
/*  border-right: 1px solid #fff; */
/*  color: #ffffff; */
}

#subNav li.active a {
/*  margin: 0; */
/*  background-color: #e56062; */
  font-weight: bold;
  color: #666681;
}

#subNav li a:link,
#subNav li a:active,
#subNav li a:hover,
#subNav li a:visited {
   color: #cd3333; 
   text-decoration: none;
}

#subNav li a:hover {
   text-decoration: underline;
}

#subNaviMainContent {
    padding-left: 20px;
    border-left: 1px solid #ccc; 
    width: 590px;
}


#mainContent {
  margin: 1em 0em;
  padding: 0 1em;  
  padding-top: 10px;
/*  display: block; */
/*  clear: both; */
  background-color: #fff;
}


#mainContent h1, 
#mainContent h2, 
#mainContent h3,
#mainContent h4,
#mainContent h5,
#mainContent h6 {
  color: #cd3333;
  font-weight: normal;
}

#mainContent h1 {
  font-size: 110%;
  font-weight: bold;
}

#mainContent h2 {
  font-size: 90%;
  font-weight: bold;
}

#mainContent h3,
#mainContent h4,
#mainContent h5,
#mainContent h6 {
  font-size: 100%;
  margin-bottom: 0.15em;
}

#mainContent p {
  margin-top: 0.5em;
  font-size: 80%;
  line-height: 1.4em;
}

#mainContent p a:link,
#mainContent p a:active {
  color: #cd3333;
  text-decoration: none;
}

#mainContent p a:hover {
  color: #cd3333;
  text-decoration: underline;
}

#mainContent p a:visited {
   color: #666666;
   text-decoration: none;
}

#mainContent ul {
}

#mainContent li {
   font-size: 80%;
  line-height: 1.25em;
   margin-bottom: 1.25em;
   list-style-image: url(img/dot-logo.gif);
}

#mainContent li a:link,
#mainContent li a:active {
   color: #cd3333;
   text-decoration: none;
}

#mainContent li a:hover {
   color: #cd3333;
   text-decoration: underline;
}

#mainContent li a:visited {
   color: #666666;
   text-decoration: none;
}

#mainContent table {
    margin: 0;
    padding: 0;
    width: 860px;
}
#mainContent table td.left {
    vertical-align: top;
    width: 525px;
}
#mainContent table td.right {
    vertical-align: top;
    width: 325px;
}

#mainContent ul.quicklist li {
    margin-bottom: 0.5em;
}
#mainContent ul.quicklist li a:hover {
    text-decoration: underline !important;
}

#mainContent table.tarifwerkeTabelle {
    width: 560px;
    font-size: 69%;
}
#mainContent table.tarifwerkeTabelle th {
    padding: 1em 0 0.25em 0em;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
#mainContent table.tarifwerkeTabelle td {
    padding: 1em 0 0.25em 0em;
    border-bottom: 1px solid #ccc;
}

#blindBlock {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}


#footerScreen {
   margin: 0 0 2.5em 0;
   padding: 0;
   display: block;
   clear: both;
}
#footerScreen p {
   margin: 0.2em 0em 0em 0.2em;
   padding: 0;
   color: #ffffff;
   font-size: 80%;
}
#footerScreen p a:link,
#footerScreen p a:active,
#footerScreen p a:visited {
   color: #ffffff;
   text-decoration: none;
}
#footerScreen p a:hover {
   color: #ffffff;
   text-decoration: underline;
}
#footerPrint {
    display: none;
}