/* DATEI: jbuch.css */

table.jahrbuch {
	width: 100%;
	font-family: Arial,sans-serif;
	font-size: 10pt;
	background-color: #ddd;
}

table.jahrbuch th {
	font-size: 16pt;
	text-align: center;
	text-decoration: underline;
	font-variant:small-caps;
	padding-bottom: 1.7ex;
}

table.jahrbuch td {
	text-align: center;
	vertical-align: top;
}

table.jahrbuch #h2 {
	vertical-align: middle;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 1.7ex;
}

table.jahrbuch td.text {
	vertical-align: top;
	text-align: justify;
	padding-top: 0.5ex;
        padding-left: 1ex;
	padding-right: 2ex;
	width: 50%;
}

table.jahrbuch td.pic {
	vertical-align: top;
	padding: 0.5ex 0.2ex 0 0.2ex;
	font-weight: bold;
}

table.jahrbuch .left {
	width: 100%;
	text-align: left;
}

table.jahrbuch .center {
	width: 100%;
	text-align: center;
}

table.jahrbuch .emph {
	font-weight: bold;
	font-style: italic;
}

table.jahrbuch #preface {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	padding-top: 0.5ex;
}

table.jahrbuch #foot {
	text-align: center;
	background-color: #ffffff;
}

table.jahrbuch #copyright {
	font-style: italic;
}
/* Links */

a.jahrbuch:link, a.jahrbuch:visited { 
	text-decoration: none;
	color: #0000cc;
	padding-bottom: 1.5ex;
	padding-top: 1.5ex;
}

a.jahrbuch:hover, a.jahrbuch:active {
	color: #ff0066;
	text-decoration: underline;
}