BODY {
	background: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-height: 100%;	
  padding:header-<length> 0 footer-<length> 0;
}

A {
	background-color : transparent;
	text-decoration : none;
}
A:VISITED {
  color : #004080;
}

A.watched:VISITED {
	color : Gray;
}
A:HOVER {
  text-decoration : underline;
  color : #004080;
}
A:LINK {
	color : #004080;
}
SELECT {
	font-size: 10px;
}

TD {
/*  border: 1px #ff1212 dotted; */ 
/*  z-index: 3; */
}

/* TEXTOVÉ STYLY */

.ling {
	cursor: pointer;
}

.adresa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

.notify {
  font: bold 1.5em;
  background: #FEA;
}

H2 {
	border-top: 1px solid #999;
	padding-top: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font: bold 2.2em;
	color: #004080;
}

.list { /* TD v seznamu */
  font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12px;
	font-weight : normal;
	vertical-align : middle;
	height : 25px;
	border-top : 1px solid #BBB;
	border-left: 0px;
	border-right: 0px;
}

.listb {
  border-top: 1px solid #CCC;
}

.n1 {
	color: #777777;
	font-size: 1.2em;
	font-family: "Trebuchet", "Trebuchet MS", "MS Sans Serif", Geneva, sans-serif;
	font-weight: 900;
	letter-spacing: 3px;
	font-variant: small-caps;
}

.ok {
	list-style-image: url(img/ok.gif);
}

.popis {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin: 0px 30px 1em 30px;
	font-size: 10pt;
}

.popis_li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* OBJEKTOVÉ STYLY */

.prihlaska {
	width: 450px;
	line-height: 1.5em;
	font: 14px;
}

.odd {
  background-color: #EEEEFF;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}

.even {
  background-color: #FFFFFF;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}

.odd2 {
  background-color: #EEEEFF;
}

.even2 {
  background-color: #FFFFFF;
}

TR.even:HOVER, TR.odd:HOVER {
  background-color : #FFEF8F;
}

.filtr {
	background-color : transparent;
	border : none;
	font-size : 12px;
}

.knoflik {
	font-weight: normal;
	font-size : 12px;
	font-family : "Trebuchet", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 2px;
	border: inset;
	border-left: 2px solid #004080;
	border-top: 2px solid #004080;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	background-color : #EEEEEE;
 	cursor: pointer;
}

#lobotom {
  position:fixed;
  left:0px;
  bottom:0px;
  width:150px;
  height:75px;
  text-align: center;
  vertical-align: bottom;
}

#schovej {
	width:80px; 
	text-align: center; 
	vertical-align: middle; 
	background-color: #F0F0FF;
	font : 14px;
	font-weight: bold;
	color: #B00000; 
	border : 4px outset #004080; 
	position: absolute; 
	left: 120px;
	top: 40px;
	z-index:19;
}

#seznam {
	display: block;
	clear: both;
	z-index: 14;
}

#srch {
  padding-left: 20px;
}

.user {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: 12px;
	border: 2px dotted #004080;
	margin: 1em;
	border-collapse: separate;
	table-layout: fixed;
	text-align: left;
	padding: 2px;
	background: transparent;
	width: 560px;
}

.thuser {
	padding: 5px;
	border: 0px solid Gray;
}

.submenu {
	cursor: pointer;
	list-style-type: none;
}

/*
--------------------------
		HIARCH MENU
*/
/* Normal state */
.menuItemFirst {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bold;
	color: #004080;
	cursor: pointer;
	background-color: White;
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #004080;
	border-left: 1px solid #004080;
	border-right: 1px solid #004080;
}
.menuItem {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bold;
	color: #004080;
	background-color: White;
	padding:4px 4px 4px 4px;
	cursor: pointer;
	border-left: 1px solid #004080;
	border-right: 1px solid #004080;
}
.menuItemLast {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bold;
	color: #004080;
	background-color: White;
	cursor: pointer;
	padding:4px 4px 4px 4px;
	border-left: 1px solid #004080;
	border-right: 1px solid #004080;
	border-bottom: 1px solid #004080;
}

/* On mouse over */
.menuItemFirstOver {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bolder;
	color:#FFFFFF;
	background-color:#004080;
	cursor: pointer;
	padding:4px 4px 4px 4px;
	border-top: 1px solid #004080;
	border-bottom: 1px solid #004080;
	border-left: 1px solid #004080;
	border-right: 1px solid #004080;
}
.menuItemOver {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bolder;
	color:#FFFFFF;
	background-color: #004080;
	cursor: pointer;
	padding:4px 4px 4px 4px;
	border-left: 1px solid #004080;
	border-top: 1px solid #004080;
	border-bottom: 1px solid #004080;
	border-right: 1px solid #004080;
}
.menuItemLastOver {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bolder;
	color:#FFFFFF;
	background-color: #004080;
	cursor: pointer;
	padding:4px 4px 4px 4px;
	border-left: 1px solid #004080;
	border-right: 1px solid #004080;
	border-top: 1px solid #004080;
	border-bottom: 1px solid #004080;
}
.mainMenu {
  border: 0px;
	font-family: verdana;
	vertical-align: top;
	text-align: center;
	cursor: auto;
	font-size : 11px;
	padding:4px 0px 4px 4px;
	color : #FFFFFF;
	background: transparent;
}

