/* rrrrrrrrrrrrrrr */
.iko 	{
    margin-bottom: -2px
}
/* rrrrrrrrrrrrrrr */

img.vlevo { 
    float: left; 
}
img.vpravo { 
    float: right; 
}

img { 
	border: 0px
}

body {
  font-family: Georgia, Times, Times New CE;
  font-size: 12;
  background-color: #DDDDDD;
  margin: 0pt;
}

table { font-size: 100% }

h1, h2, h3 {
  font-family: Verdana, Georgia, Times;
}
h1 { font-size: 18 }
h2 { font-size: 15 }
h3 { font-size: 12 }

ul		{ margin-top: 2pt }
ol		{ margin-top: 2pt; margin-left: 20pt }

/* FORMS */

input {
	border: 1px solid #999;
	background: none;
}

div.menu {
	margin: 0em;
	padding: 0em;
	padding-right: 4px; /* Misto pro obrazek stinu */
	float: left; /* Bez toho se nezobrazi pravy stin */
	background: transparent url("img/menu-right.gif") bottom right no-repeat;
	clear: both;
}
	
.menu ul, ul.menu {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	height: 30px; /* Vyska radku + 2px za vrchni a spodni okraj + 4px spodni stin */
	background: #888 url("img/menu-bottom.gif") bottom left no-repeat;
}
	
.menu li {
	display: block;
	float: left;
	line-height: 24px;
	height: 24px;
	border: #BBB 1px solid; /* Levy a horni leskly okraj */
	border-right: #555 1px solid; /* Pravy stinovany okraj */
	border-bottom: #555 1px solid; /* Spodni stinovany okraj */
	font-family: Trebuchet MS;
	font-size: 13px;
}

.menu li.active, .menu li:hover {
	background-color: #555;
	border-right: #333 1px solid; /* Tmavsi pravy okraj (aby byl videt) */
	border-bottom: #333 1px solid; /* Tmavsi spodni okraj (aby byl videt) */
}

.menu li a:link, .menu li a:visited {
	color: #FFF;
	display: block;
	padding: 0em 1em;
	text-decoration: none;
}

/* links */
a		{ color: #666666 }
a:hover		{ color: #FF0000; text-decoration: underline }

.code {
  font-family: Lucida Console;
  background-color: #EFB; /* BEF781 */
  padding: 8pt 16pt;
  border-width: 1px;
  border-style: dotted;
  white-space: pre;
}

code {
  font-size: 12px;
  color: #930;
  /* padding: 0px 8px; */
}

pre {
  font-family: Lucida Console;
}

block		{ margin-top: -20pt; margin-left: 50pt }
small		{ font-family: Lucida Console }

.hr {
  border-top: 1px dotted #999;
  margin-top: 20px;
}

.nomargin {
  margin: 0;
}

.title {
  float: left;
  width: 160px;
}

.mark {
  border-width: 1px;
  border-color: #FF0000;
  border-style: dashed;
}

.container {
  width: 640px;
  margin: 0pt auto;
  margin-top: 8pt;
  padding: 8pt;
  background-color: #FFFFFF;
  border-width: 1px;
}
.cell {
  padding-top: 3px;
  padding-bottom: 3px
}
.copyright {
  width: 640px;
  margin: 0pt auto;
  margin-bottom: 8pt;
  padding: 8pt;
  text-align: center;
  background-color: #CCFF66; <!-- #EEEEEE; -->
}
.-edit {
  color: #EEEEEE;
}
.issue {
  border-top: thin dotted;
}

