body { 	text-align: center;
	font-family: Verdana;
        background-image: url('obrazky/gradient.png');
        background-position: left top;
        background-repeat: repeat-x;
}
.hlavicka {
	position: absolute;
	width: 800px;
	height: 100px;
	top: 0px;
	left: 0px;
}
.obsah {position: absolute;
	top: 100px;
	left: 161px;
	width: 613px;
	border-left: 3px double black;
	border-right: 3px double black;
	border-bottom: 3px double black;
	padding: 20px 10px 6px 10px; 
	margin-bottom: 100px;
}
.odkazy {
	position: absolute;
	width: 140px;
	height: 390px;
	top: 100px;
	left: 0px;
	border-left: 3px double black;
	border-right: 3px double black;
	border-bottom: 3px double black;
	padding: 20px 8px 6px 8px;
}
.moje_hodinky {
	position:absolute;
	top: 400px;
	height: 100px;
	left: 10px;
	width: 152px;
	border-width:0px;
	padding: 0px 0px 0px 0px;
}
.all { position: relative;
       width: 800px; 
       text-align: left; 
       margin: 0 auto;
}
h2 {	text-align: center;	
	margin-top: 0px;
	color:#000000;
}
h3 {	text-decoration: underline;
	color:#000000;	
}
p {	text-align: justify;
}
.odsek {text-indent: 40px;
}
.dodatok {
	font-size: 0.6em;
	font-style: italic;
	text-align: right;
}
a:link {
	text-decoration: none;
  	color: #FFFFFF;
}
a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
	background-color:#FFFFFF;
	color: #000000;
}
a.pasik:link {
  	color: #000000;
}
a.pasik:visited {
	color: #000000;
}
a.pasik:hover {
	background-color:#FFFFFF;
	color: #000000;
}
.pasik {display: block;
}
a.pododkaz:link {
  	color: #000000;
}
a.pododkaz:visited {
	color: #000000;
}
a.pododkaz:hover {
	background-color:#FFFFFF;
	color: #000000;
}
.pododkaz {
	display: block;
	padding-left: 30px;
	font-size: 0.9em;
}
.skryte {display: none;
}
.datumik {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size: 0.8em;
}
.velke {font-size: 1.2em;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
}
.ciaranad {
	border-top:1px solid black;
	padding-top:10px;
}