/* Print Layout - CSS 555webdesign / Tom Sotil / 25. Aug. 2008*/
body {
  background: #fff !important;
  color: #000;
  font: 12pt Georgia, "Times New Roman", serif; /* Zeichensatz auf Serifen umstellen */
  text-align: justify; /* Blocksatz */
  quotes: "\201E" "\201C" "\201A" "\2018";
}

body, #content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#content{
 /* margin-bottom: 50px;  */
}

#print_header{
  display: block;
  margin-bottom: 40px;
}
.noprint{
  display: none;
  visibility: hidden;
} 

h1, h2, h3, h4{
  font-weight: bold;
  margin-bottom: 5px;
}

h1{
  font-size: 16px;
}

h2{
  font-size: 14px;
  color:#dbff16;
  background-color: #3D96FC;
}

h3{
  font-size: 12px;
}

p{
  margin:0px;
}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3,h4,h5,h6 { 
page-break-after: avoid; 
}

p, address, li, dt, dd {
font-size: 100%
}

/* Zeichensatz fuer Code Beispiele */
/*code, pre { font-family: "Courier New", Courier, mono}*/

ul, ol {
list-style: square; margin-left: 18pt;
}

li {
line-height: 1.6em;
}

a:link, a:visited {
background: transparent;
color: #520;
font-weight: bold;
text-decoration: underline;
}

/* Sichtbare Auszeichnung der URLs von Links */
/*a[href]:after { 
content:" ["attr(href)"]"; 
background-color: inherit;
color: #369; 
font-style: italic;
}

/* Auszeichnung von Abkürzungen und Acronymen */
/*abbr[title]:after, acronym[title]:after { 
content: '(' attr(title) ')';
background-color: inherit;
color: #369; 
font-style: italic; 
}

*[cite]:after {
content:close-quote" (Quelle: "attr(cite)")";
}

q:before, blockquote:before {
content:open-quote;
}

q:after, blockquote:after {
content:close-quote;
}*/

table.contenttable{
	border-collapse: collapse;
	margin-left: 2px;
	color: #ffffff;
	text-decoration: none;
}

table.contenttable td{
	border: 2px ridge #98CCF9;
	padding: 5px;
	vertical-align: middle;
}

table.contenttable img{
	margin: 5px;
}

#vendor_table{
	border-collapse: collapse;
	color: #ffffff;
	text-decoration: none;
}

#vendor_table td {
	border: 2px ridge #98CCF9;
}

#vendor_table .vendor_logo{
padding: 15px;
text-align: center;
}

#vendor_table .vendor_add1, .vendor_add2{
padding: 5px;
padding-right: 10px;
text-align: left;
}

#partnertab, #partnertab td, #partnertab tr, #partnertab img{
	padding: 5px;
	margin: 0px;
}

.partner_add{
	width: 220px;
}
.partner_add2{
	width: 220px;
}

#noborder td, #noborder, #noborder tr{
	border-collapse: collapse;
	border: none;
	margin: 0px;
	padding: 0px;
}

#noborder img{
	padding: 0px;
	margin: 0px;	
}

body:after {
display: block;
content: "\ Alle Rechte vorbehalten. (c) 2008 HDTV-Forum Schweiz | info@hdtv-forum | www.hdtv-forum.ch";
color: #999 !important;
font-size: 0.85em;
border-top: 1px solid #999;
margin: 1em 1em 0 1em;
padding: 0.5em;
}