/* CSS Document */

/* obecne vlastnosti */

html, body, p, h1, h2, h3, table, div, span, strong, ul, li, img {
  margin: 0;padding: 0;border: 0;
}

body {
  text-align: left;
  background-color: #FFF;
}

#main {
  position: relative;
  width: auto;
  height: auto;
  margin: 5px auto;
  text-align: left;
} 



/* menu style */



#menu {
  position: absolute;
  top: 90px;
  width: 100%;
  height: auto;
  line-height: 5px;
  background-color: #01559B;
  text-align: center;
  margin: 0;
  padding: 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

#menu img { display: none;}


#menu a{
  display: inline;
  font: normal 0.8em Arial;
  text-decoration: underline;
  color: #FFF;
  padding: 0px 5px;
}

#menu a:hover { color: #000; }

#menu #submenu {
  display: none;
}


/* header style */

#header {
  display: none;
}
#header img {
  display: none;
}
#header-text {
  display: none;
}

#menu2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  color: #01559B;
  text-align: center;
  border-bottom: 1px solid #999;
}

#menu2 a{
  color: #000; 
    text-decoration: none;
  font: normal 0.7em Arial;
  margin: 0 2px;
}

#menu2 a:hover { color: #111; text-decoration: underline; }


/* content style */

#main-content {
  position: relative;
/*  padding-top: 300px; */
  width: 100%;
  height: auto;
}

#titles {
  position: absolute;
  top: 0;
  width: 100%;
  height: 75px;
  text-align: center;
}


h1 {
  font: bold 0.8em Arial; 
  color: #01559B;
  text-align: left;
  padding-top: 40px;
}

h2.info {
  display: none;
  font: bold 0.8em Arial; 
  color: #333;
}


h2.news {
  display: none;
  font: bold 0.8em Arial; 
  color: #333;
}


#logo-print { display: none;}

#content {
  border-top: 2px solid red;
  width: 100%;
  height: auto;
  text-align: left;
}


/* sloupec informace */

.info {
  width: 100%;
  height: auto;
}

.info img{
  display: none;
}

.info ul { margin: 0px 5px 5px 15px; }

.info li { 
  font: normal 0.8em Arial;
  margin: 0 0 10px 0;
  list-style-type: none;
}

.info li strong {  color: #000; }

.info li a {
  font: normal 1em Arial;
  text-decoration: none;
  color: #666;
  margin: 0;
}
.info li a:hover, .info li a:hover span {
  color: #000;
  text-decoration: none;
}

.info ul span { color: #EB1C24; }

.info a {
  width: 100%;
  font: bold 0.8em Arial;
  text-decoration: none;
  color: #01559B;
  margin: 0 5px;
}

.info a:hover {
  text-decoration: underline;
  color: #000;
}


/* sloupec aktuality */


.news {
  width: 100%;
  height: auto;
}


.news ul { margin: 5px 5px 5px 15px; height: auto; }

.news li { 
  font: normal 0.7em Arial;
  margin: 10px 0 10px 0;
  list-style-type: none;
  color: #333;
}

.news li a {
  text-decoration: none;
    color: #333;
}

.news li a:hover, .news li a:hover strong, .news li a:hover span {
  color: #666;
  text-decoration: none;
}


.news li strong {color: #000; font: bold 1em Arial; display: block; }
.news li span { color: #333; display: block;  }



#cleaner {width: 100%; height: 1px; clear: both;}

/* paticka */


#footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font: normal 1em Arial;
  
}

#footer strong {
  font: bold 18px Arial;
}



/*
	opravy/uprava - valenta
*/ 
#menu {
  text-align: left;
}


