/*
Style sheet toeggelisiech.saisch-e-gruess.ch V6
___________________________________________________________________

Description		CSS Print properties
Company			toeggelisiech.saisch-e-gruess.ch

@date			10/07
@author			PR
*/

/* General settings*/
body, th, td, input, textarea, label, select, option {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	color: #000;
}

/* Layers */
#container {
	width: 648px;
}

/* Typography */
a { 
	text-decoration: underline;
}
	
p { 
	padding: 0;
	margin-bottom: 22px;
}	
	
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	margin-bottom: 0;
}

/* Table settings */
table {
	width: 640px;
	border-collapse: collapse;
	border: 1px solid #000;
}

thead th {
	height: 40px;
	/*padding: 0px 5px;	*/
	color: #000;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #000;
}

tbody tr td, tbody tr.odd td {
	border-bottom: 1px solid #000;
}


tbody th, td {
	/*padding: 5px 5px;*/
	border-top: border: 1px solid #000;
	border-right: 1px solid #000;
	text-align: left;
}

tfoot td {
	height: 40px;
	/*padding: 0px 5px;*/
	color: #000;
}
