/*
 * CSS "stolen" from Damien Bergamini's website and used with
 * his permission.
 */
body {
	background-color: white;
}

body, h1, h2, h3, p {
	font-family: arial, helvetica, sans-serif;
}

h1, h2, h3, a {
	color: #900000;
}

h1 {
	font-size: 16pt;
	margin: 0;
	padding: 0;
	border: 0;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 10pt;
}

p, table  {
	font-size: 9pt;
}

font.jahr {
	font-size: 6pt;
}

textarea, pre {
	font-family: monospace;
	font-size: 9pt;
	background-color: #f7f7f7;
	width: 100%;
}
/*
pre {
	padding: 5px 5px 5px 5px;
	overflow: hidden;
}
*/
hr {
	height: 1px;
	border: 0;
	color: black;
	background-color: black;
}

p {
	text-align: justify;
}

td {
	vertical-align: top;
	padding: 4px;
}

table.dl {
	font-size: 8pt;
}

td.main {
	padding-left: 14px;
	padding-bottom: 14px;
}

th {
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: middle;
	color: white;
	font-weight: bold;
	background-color: #900000;
	cursor: pointer;
}

table.menu {
	font-size: 9pt;
	width: 230px;
	background-color: #f7f7f7;
	border: solid 1px;
	border-color: black;
	margin-bottom: 10px;
}

a.selected, a.selected:hover {
	color: #900000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}

ul {
	list-style-type: square;
	list-style-position: inside;
	/*
	margin: 0;
	padding: 10px;
	*/
}

span.md5 {
	color: #7f7f7f;
}

dt {
	display: compact;
}

dd {
	margin-left: 32px;
}

img {
	border: 0;
}
