/* CSS Style Sheet für adventisten.ch TerminDB auswahl
   22. Juni 2005
   $Id: stanet.print.css 40 2012-01-03 20:38:52Z piano $
*/

@page {
	size:portrait;
	margin-top:1cm;
        margin-bottom:1cm;
        margin-left:1.5cm;
        margin-right:1cm
}

/* Schriftarten */
body, p, td, th, li, div, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
/* Schriftgrössen */
h1 {
	font-size: 16pt;
}
body, p, td, th {
	font-size: 10pt;
	line-height: 12pt;
	font-style: normal;
	color: #000;
}
body {
	background-color: #fff;
	font-style: normal;
	color: #000;
}
h1 {
	border: none;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding: 3px 0 6px 0;
	clear: both;
}
p {
	line-height: 14px;
}

a, a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#menubar {
	display: none;
}
#Termine {
	border-collapse: collapse;
}
#Termine th {
	border: 1px solid #666;
	background-color: #ccc;
	color: #000;
	padding: 2px;
	font-size: 10pt;
}

#Termine td {
	border: 1px solid #666;
	padding: 2px;
	font-size: 9pt;
	color: #000;
}
#Termine td.anl, #Termine td.anl a {
	font-size: 9pt;
	font-weight: bold;
}
#Termine thead th.anm, #Termine tbody td.anm {
	display: none;
}

#footer {
	margin-top: 16px;
	font-size: 8pt;
}


#STALogo {
	float: left;
	margin-right: 10pt;
	vertical-align: bottom;
}
h1 {
	text-transform: none;
	border-bottom: 1px solid #000;
	margin-bottom: 5pt;
	font-size: 16pt;
	line-height: 30pt;
	vertical-align: bottom;
}
#Predigtplan {
	margin-top: 10pt;
	border-spacing: 0;
	border-collapse: separate;
	border: 2px solid #000;
}
#Predigtplan tbody td, #Predigtplan tbody th {
	font-size: 9pt;
	padding: 2px;
	border: none;
}
#Predigtplan thead th {
	font-weight: bold;
	text-align: left;
	background-color: #999;
	color: #fff;
	border-bottom: 1px solid #000;
}
#Predigtplan tbody td {
	border-top: 1px solid #000;
	white-space: nowrap;
}
#Predigtplan tbody td.zeit {
	font-size: 7pt;
}
#Predigtplan tbody td.value {
	border-left: 1px solid #000;
	width: 2.8cm;
}
#Predigtplan span.Amahl {
	font-weight: bold;
	color: #000;
	margin-left: 2pt;
}
#Predigtplan span.ResultatGmdOption {
	font-size: 6pt;
	color: #666;
}
#Predigtplan td.PPlanOptionen {
	vertical-align: top;
	color: #666;
	font-size: 8pt;
	line-height: 9pt;
}
