/* css file for print version of www.jemk.ch pages */

/* generelle styles für body */
body {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* generelle font-families für wichtigste tags */
font, th, td, p, a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* generelle texte */
.gen { font-size: 13px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen, .genmed, .gensmall { color: #000000; }

/* generelle styles fuer links */
a, a:link, a:active {
	text-decoration: none;
}

a:visited {
	font-weight: none;
}

a:hover {
	text-decoration: underline;
}

/* Styles fuer Titel */
.maintitle, h1 {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 1px;
	line-height : 120%;
}

.subtitle, h2 {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	line-height : 120%;
}

/* Styles fuer Tabellen */
th {
	background-color: #C0C0C0;
	font-weight: bold;
	border: #969696;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}
td.row1	{
	background-color: #FFFFFF;
	border: #969696;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}
td.row2	{
	background-color: #E2E2E2;
	border: #969696;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}