/* CSS for web:							*/
/* Author: Peter Chabada, e-mail: via http://www.chabada.sk	*/
/* Some portions from www.czilla.cz and PSPad's templates	*/
/* Update: 2004-01-14						*/

/* Debug                     
* { background: #FFCC00 !important } 
* { border: 1px black solid !important }
*/
.TODO, .album {
	color: red !important;
	background-color: #ff9900 !important;
	border: 2px black solid !important;
}

body {
	background: white;
	margin: 0px;
	padding: 0px;
/* Font                      */
	font-family: verdana, arial, dejavu sans, geneva, sans-serif;
	font-size: 83%;
}

a {
	font-weight:bold;
}
a:link {
	text-decoration: none;
	color: #239;
}
a:hover {
	text-decoration: underline;
	background: #239;
	color: #dbdbdb;
}
a:visited {
	text-decoration: none;
	color: #76e;
}

acronym, abbr {
	cursor: help;
}

h1, h2, h3 {
	color:#048;
	margin-top: 1.0ex;
	margin-bottom: 0.5ex;
	line-height: 100%;
	text-align: left;
	clear: both;
}
h1 {
	font-size: 180%;
	border-bottom: 3px #acd solid;
	padding-left: 16px;
}
h2 {
	font-size: 145%;
	margin-top: 0.5ex;
	border-bottom: 2px #acd solid;
}

table {
	font-size: 100%;
}
.note {
	text-align: center;
	border: 1px #d3d3d3 solid;
	background: #f5f5f5;
	padding: 8px;
	margin: 16px 32px 16px 32px;
}
.zav {
	position: relative;
	top: 2px;
}
.done {
	color:#888;
}
.ikona {
	border-width: 0px;
	vertical-align: middle;
}
.date {
	color:#acf;
	font-size: 65%;
	text-align: right;
	xmargin-bottom: 1.5ex;
	xmargin-top: 1.0ex;
}
.sign {
	color:#acf;
	font-size: 80%;
	text-align: left;
	margin: -2ex 0px 3ex 16px;
}
#top {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	width: 100%;
	height: 43px;
	clear: both;
}
#top-menu {
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 16px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
}

#side-menu {
	vertical-align: middle;
	xpadding-top: 0px;
	margin-right: 8px;
	border: 1px #ddd solid;
	background: #eee;
	position: absolute;
	width: 220px;
	right: 0px;
}

#side-menu a {
	font-weight:normal;
	font-size: 90%;
}
#side-menu a:link {
	color: #000;
}
#side-menu a:hover {
	background: #fff;
	color: #800;
}
#side-menu a:visited {
	color: #666;
}

#side-menu ol {
	margin-top: 0px;
	padding-top: 8px;
}

#telo {
	text-align: justify;
	margin: 8px 240px 18px 16px;
}

img.right {
	border: 0;
	padding: 1em;
	float:right;
}

.small {
	font-size: 80%;
}

#note {
	text-align: center;
	margin: auto;
	margin-top: 32px;
	font-size: 90%;
	border-style: solid none;
	border-color: black;
}

#footer {
	text-align: center;
	font-size: 72%;
	width: 100%;
	color: #dbdbdb;
	background-color: #000;
	clear: both;
	bottom: 0px;
	position: fixed;
	_position: absolute; /*IE*/
	_position: relative;
	_margin-top: 48px;
	_margin-left: 179px;
	_width:;
	_text-decoration: overline;
	_color: #999;
	_background-color: inherit;
	_text-align: center;
}
#footer a  {
	text-decoration: none;
	color: #dbdbdb;
	background-color: #000;
	_color: #888;
	_background-color: inherit;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
	background-color: inherit;
	_color: #eee;
	_background-color: #999;
}

.center {text-align: center}

br.break {
	clear: both;
}
