html, body {
	font-family: Arial, sans-serif;
	background-color: white;
	color: black;
	margin: 0 0 0 0;
}

#container {
	background-color: white;
}


#header {
	background-color: #EEE;
	border-bottom: 1px solid black;
}

#header img.logo {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}

#header	h1 {
	font-size: 28pt;
	margin-bottom: 5px;
	color: darkred;
	text-align: left;
}

#banner {
	white-space: nowrap;
	padding-left: 20px;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid black;
	text-align: center;
}

#banner h1 {
	text-align: center;
}

#navbar {
	background-color: #444;
	color: lightgray;
	text-align: left;
	white-space: nowrap;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 8pt;
}

#navbar :link {
	color: white;
}

#navbar :visited {
	color: white;
}

#navbuttons {
	float: right;
}

#sidebar {
	position: absolute;
	left: 0px;
	width: 150px;
	background-color: #080;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	font-size: 8pt;
	white-space: nowrap;
	border: 1px solid black;
}

#sidebar h1 {
	margin: 0;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 10pt;
	background-color: #0A0;
	color: white;
	text-align: left;
	border-bottom: 1px solid black;
}

#sidebar ol {
	list-style: none;
	padding-left: 5px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#sidebar li {
	margin-top: 1px;
}

#sidebar li.level1OFF {
	background-color: #0C0;
}

#sidebar li.level2OFF {
	background-color: #0A0;
}

#sidebar li.level3OFF {
	background-color: #0C0;
}

#sidebar li.level4OFF {
	background-color: #0A0;
}

#sidebar li.level5OFF {
	background-color: #0C0;
}

#sidebar li.level6OFF {
	background-color: #0A0;
}

#sidebar :link {
	color: #CCC;
}

#sidebar :visited {
	color: #CCC;
}

#sidebar a.selected {
	font-weight: bold;
	color: white;
}

#sidebar hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: none 0;
	border-top: 1px dashed gray;
	width: 100%;
	height: 1px;
}

#comment {
	font-style: italic;
}

#content {
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
	OFF-margin: 0 5px 0 160px;
}

#content :link {
	color: black;
}

#content :visited {
	color: black;
}

#content img.deco {
	float: right;
	margin-left: 3px;
	margin-bottom: 2px;
	border: 1px solid black;
}

#content td {
	padding-left: 5px;
	padding-right: 5px;
}

#content td.data {
	white-space: nowrap;
}

#content table {
	font-size: 10pt;
}

#content table.kalendarium {
	font-size: 9pt;
	border: solid 1px black;
}

#content td.kalendarium {
	text-align: left;
	white-space: nowrap;
	border-bottom: solid 1px gray;
}

#content th {
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}

#content th.kalendarium {
	text-align: left;
	white-space: nowrap;
	border-bottom: solid 2px black;
}

#content th.header {
	border-bottom: solid 1px black;
	white-space: nowrap;
}

#content th.footer {
	border-top: solid 1px black;
	white-space: nowrap;
}



#content div.date {
	text-align: right;
	font-size: 10pt;
}

#content pre {
	font-size: 10pt;
}

#content h2 {
	border-bottom: 3px solid darkred;
	text-align: left;
	font-size: 14pt;
}

#content h2.alt {
	border-bottom: 2px solid gray;
	text-align: left;
	font-size: 13pt;
}

#content h3 {
	border-bottom: 1px solid darkred;
	margin-bottom: 5px;
	font-size: 12pt;
}

#content h4 {
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 10pt;
}

div.sign {
	font-size: 7pt;
	text-align: right;
	font-style: italic;
}

#footer {
	background-color: white;
	clear: both;
	text-align: center;
	border-top: 2px solid #444;
	font-size: 8pt;
}

#lastmod {
	text-align: right;
	padding-right: 10px;
}

#webmaster {
	text-align: right;
	padding-right: 20px;
	padding-right: 10px;
}


