/*
** single-source-forum.de Main Stylesheet
** Heikki Komulainen, 
** Comet Computer GmbH, 03/2005
*/


body {
  font-family: Verdana, Arial, Helvetica, sans;
  margin: 0;
  background-color: white;
}

h1, h2, h3, h4, h5, h6, p, th, td, ul, ol, li, dl, dt, dd, p {
  font-family: Verdana, Arial, Helvetica, sans;
}

h1 {
  font-size: 12pt;
}
h2 {
  font-size: 10pt;
}

p, th, td, ul, ol, li, dd, dt {
  font-size: 8pt;
}

a:link {
  font-family: Verdana, Arial, Helvetica, sans;
  font-size: 8pt;
  color: #000099;
  text-decoration: underline;
}

a:visited {
  font-family: Verdana, Arial, Helvetica, sans;
  font-size: 8pt;
  color: #000099;
  text-decoration: underline;
}

a:hover {
  font-family: Verdana, Arial, Helvetica, sans;
  font-size: 8pt;
  color: #000099;
  text-decoration: underline;
}

a.navLink, a.navLink:link, a.navLink:visited, a.navLink:hover {
  color: white;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}

td, th, label, p, h1, h2, h3, ul, ol, li {
  font-family: Verdana, Arial, Helvetica, sans;
}

td {
  vertical-align: top;
  font-size: 8pt;
}

td.naviContainer {
  border-right: solid black 1px;
  background-color: #ffffff;
}

td.navtd {
  padding-bottom: 8px;
  vertical-align: top;
}

td.contentContainer {
  border-top: solid black 1px;
  padding-top: 20pt;
  padding-left: 20pt;
  padding-right: 20pt;
  background-color: white;
}

td.adContainer {
  border-top: solid black 1px;
  padding-top: 20pt;
  background-color: white;
}

table.thinborder {
  border-right: solid gray 1px;
  border-top: solid gray 1px;
}

td.str {
  border-left: solid gray 1px;
  border-bottom: solid gray 1px;
  vertical-align: top;
  font-size: 8pt;
}

td.num {
  border-left: solid gray 1px;
  border-bottom: solid gray 1px;
  vertical-align: top;
  white-space: nowrap;
  font-size: 8pt;
}

th.hdr {
  border-left: solid gray 1px;
  border-bottom: solid gray 1px;
  background-color: #e2e2e2;
  text-align: left;
  vertical-align: top;
  font-size: 8pt;
}

p.setitle {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 1.6em;
}

p.sedesc {
  padding-top: 0;
  margin-top: 0.6em;
}

.pausen {
  color: #999999;
}

/* Neues Layout 12/2008 */
body {
  margin: 0px;
}
#maincontent {
  border-top: solid black 1px;
  border-left: solid black 1px;
  padding-top: 20pt;
  padding-left: 20pt;
  padding-right: 20pt;
  background-color: white;
}
#adcontent {
  border-top: solid black 1px;
}
td.nav_td {
  background-color: black;
}
#navigation {
  background-image:url(layout_left.png);
  background-repeat: no-repeat;
  width: 180px;
  height: 400px;
  background-color: black;
}
#pagetop {
  width: 100%;
  height: 140px;
  background-color: black;
  background-image: url(layout_top.png);
  background-repeat: no-repeat;
}
#pagetop_print {
  width: 100%;
  display: none;
}
#navcontainer {
  background-image:url(layout_left_darker.png);
  background-repeat: no-repeat;
}
#navcontainer a, #navcontainer a:link, #navcontainer a:visited {
  color: white;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
.top_empty {
  border-top: solid black 1px;
}
td.bottommiddle {
  border-left: solid black 1px;
}
.newsheading2 {
  border-top: dotted #CC0033 1px;
  border-bottom: dotted #CC0033 1px;
  padding: 4px;
  color: #CC0033;
  font-size:14px;
  text-align: center;
}

/* Glossary 2009 */

.glossaryletters {
  font-weight: bold;
}
.letterblock {
  margin-bottom: 20px;
  padding-bottom: 4px;
  text-align: justify;
}
.glossaryletter {
  margin-top: 20px;
  display: block;
  border-bottom: solid gray 1px;
  clear: both;
}
div.gTitle {
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 8px;
  cursor: pointer;
  color: blue;
  text-decoration: none;
}
div.gDef {
 margin-top: 4px;
 margin-bottom: 20px;
 display: none;
 border: solid silver 1px;
 padding: 10px;
}
div.gSrc {
 font-size: smaller;
 display: none;
 border: solid silver 1px;
 padding: 10px;
}
span.gSrcLink {
  font-size: smaller;
  cursor: pointer;
  color: blue;
  line-height: 2em;
}
.toplink {
  float: right;
}

table.tblThinBorders {
  border: solid #cc0033 1px;
  border-collapse: collapse;
}
table.tblThinBorders td {
  border: solid #cc0033 1px;
  border-collapse: collapse;
}
table.tblNoBorders {
  border: 0;
}
table.tblNoBorders td {
  border: 0;
}

p.attcomment {
  display: none;
}
#zitate {
  font-size: 11px;
  color: white;
  font-family: Verdana, Helvetica, Arial;
  text-align: center;
  width: 144px;
  overflow: hidden;
}


@media print {
	#pagetop {
	  display: none;
	}
	#pagetop_print {
	  width: 100%;
	  display: block;
	}
	#adcontent {
	  display: none;
	}
	td.nav_td {
      display: none;
    }
	td.bottommiddle {
	  border: 0;
	}
	#navigation {
	  display: none;
	}
	#maincontent {
	  border: 0;
	  margin: 40px;
	  width: 100%;
	  margin-top: 80px;
	}
	.top_empty {
      border: 0;
    }
	.no-print {
    display: none;
    }
}
@media handheld {
	#pagetop {
	  display: none;
	}
	#pagetop_print {
	  width: 100%;
	  display: block;
	}
	#adcontent {
	  display: none;
	}
	#navigation {
      background-image:none;
      background-color: black;
   }
   	.top_empty {
      border: 0;
    }
}