/*

	Print stylesheet fuer www.sysinf.ch.
	
	Author: syseca informatik ag, dh
	Last modyfied: 30.10.06

 */


 /*---------------------------------------------------------------------------
 	Allgemeine Formatierungen
 ---------------------------------------------------------------------------*/
 
 body {
 	font-family:Arial;
	font-size:1em;
 }
 
 h1, h2, h3, h4, h5, h6 {
 	font-family:Arial;
	font-weight:bold;
	font-size:1em;
}

h1 {
	font-size:1.75em;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.25em;
}

h4, h5, h6 {
	font-size:1em;
}

td {
	vertical-align:top;
}

.hidden {
	display:none;
}

a {
	text-decoration:none;
	color:#000000;
}

noscript {
    display: none;
}

img, img a {
 	border:none;
}

img a {
	text-decoration:none;
}

 /*---------------------------------------------------------------------------
 	Bereiche ausblenden beim Drucken 
	(noetig fuer Druckauftraege die nicht ueber den Printlink erfolgen)
 ---------------------------------------------------------------------------*/
#headerWrap, #breadCrumbs, #specFunc, #serviceColumn, #pictureColumn, #footer {
	display:none;
}

#logo {
	float:left;
}


/*
*	Standart-Tabellen
*/
table.standartTabelle, table.linkTable, table.technicTable, table.downloadTable {
	margin:0;
	padding:0;
	width:100%;
}

table.standartTabelle td {
	margin:0;
	padding:2px 0 2px 0;
}

table.standartTabelle tr.nowrap, table.standartTabelle th.nowrap  {
	white-space: nowrap;
}

table.standartTabelle td p, table.linkTable td p, table.technicTable td p, table.downloadTable td p {
	margin:0;
	padding:0;
}


/*
*	Links-Tabellen
*/

table.linkTable td {
	border-bottom:1px dotted #CCCCCC;
	margin:0;
	padding:10px 10px 10px 0;
}

table.linkTable tr.nowrap, table.linkTable th.nowrap  {
	white-space: nowrap;
}


/*
*	Technik-Tabellen
*/
table.technicTable td {
	border-bottom:1px dotted #CCCCCC;
	margin:0;
	padding:4px;
	border-spacing:0;
}

table.technicTable tr.nowrap, table.linkTable th.nowrap  {
	white-space: nowrap;
}

td.technicLeftBorder {
	border-left:1px dotted #CCCCCC;
}


/*
*	Download-Tabellen
*/

table.downloadTable {
	margin-bottom:20px;
}

table.downloadTable td {
	border-bottom:1px dotted #CCCCCC;
	margin:0;
	padding:4px;
	border-spacing:0;
}

table.downloadTable tr.nowrap, table.downloadTable th.nowrap  {
	white-space: nowrap;
}

td.width-1 {
	width:30%;
}