body,html {
    margin: 0;
    padding:0;
    color: white;
}

a {
  padding: 2px;
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: blue;
}

a.dl {
  color:#000 !important;
}

body {
  background-image: url(../img/pozadie_admin.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #003B78;
  font-family: verdana;
  font-size: 12px;
  margin: 0px;
  padding: 0px; 
  text-align:center;
}

div.jazyk {
 /*height: 80px;*/
 border: 0px solid red;
}

div.hlavny {
  border: 0px solid white;
  width: 850px;
  padding: 0px;
  margin-left: auto;
  margin-right:auto;
}

div.menu {
  position: relative;
  clear:left;
  width: 206px;
  float: left;
  display: inline;
  margin: 5px;
}

div.menu img.expiracia {
  padding: 1px;
  border: 1px solid white;
}

div.t_stred {
  background-image: url(../img/t_stred.gif);
  background-repeat: repeat-y;
  font-family: verdana;
  font-size: 12px;
  text-align: center;
  color: white;
  padding: 0 2px;
  line-height: 14px;
  width: 201px;
}

div.t_vrch {
  background-image: url(../img/t_vrch.gif);
  background-position:left top;
  background-repeat: no-repeat;
  width: 205px;
}

div.t_spodok {
  background-image: url(../img/t_spodok.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 6px 0;
  line-height: 15px;
}

div.t_spodok a.menu {
  display: block;
  text-decoration: none;
  color: white;
  padding-bottom: 6px;
  background-image: url(../img/m_hr.gif);
  background-repeat: no-repeat;
  background-position: 5px 21px;
  letter-spacing: 2px;
}

div.t_spodok a.menu:hover {
  /* text-decoration: underline;*/
  color: orange;
  font-weight: bold;
}

div.t_spodok a.menu_spodok {
  display: block;
  text-decoration: none;
  color: white;
  letter-spacing: 2px;
}

div.t_spodok a.menu_spodok:hover {
  /* text-decoration: underline; */
  color: orange;
  font-weight: bold;
}

div.obsah {
  padding: 5px 0;
  float: left;
}

div.obsah a {
  color: white;
  text-decoration: none;
}

div.obsah a:hover {
  text-decoration: underline;
}

div.obsah_pozadie {
  background-image: url(../img/sluzba_nadpis_vrch_pozadie.gif);
  background-repeat: repeat-y;
  width: 625px;
  text-align: left;
  font-weight: bold;
}

div.obsah_nadpis_vrch {
  background-image: url(../img/sluzba_nadpis_vrch.gif);
  background-repeat: no-repeat;
  background-position: -1px top;
  width: 625px;
}

div.obsah_nadpis_podvrch {
  background-image: url(../img/sluzba_nadpis_podvrch.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 605px;
  text-align: left;
  font-weight: bold;
  padding:5px 10px;
}

div.obsah_nadpis_spodok {
  background-image: url(../img/sluzba_nadpis_spodok.gif);
  background-repeat: no-repeat;
  width: 609px;
  background-position: left bottom;
  padding: 8px;
}

div.obsah_nadpis_stred {
  background-image: url(../img/sluzba_nadpis_stred.gif);
  background-repeat: repeat-y;
  width: 625px;
  text-align: left;
  color: white;
}

div.paticka {
  margin-top: 8px;
  padding-top: 5px;
  border-top: 2px solid white;
  color: white;
  clear: both;
  width: 100%;
}


/* NASEPTAVAC */
.ac_input {
	width: 150px;
}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	text-align: left;
	width: 150px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter: mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	color: black;
}
.ac_loading {
	background : url('../img/indicator.gif') right center no-repeat;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

#cpu,#traffic {
  width: 600px;
  height: 250px;
  margin: 0 auto 30px auto;
}