@import "frm.login.css"; /* prihlasovaci formular a menu po prihlaseni */
@import "formulare.css";
@import "novinky.nahled.css";
@import "frm.vyhledavani.css";
@import "menu.css";

body, table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	background: #FFF url('../images/bg_tail.jpg') repeat-x top center;
	text-align: center;
	margin: 0;
}

html, input, textarea, select {
  font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8f8f8f;
}

.bg_top {
  background: #FFF url('../images/bg_top.jpg') no-repeat top center;
  padding: 0;
  width: auto;
  min-width: 1024px;
  margin: 0;
  height: auto;
  position: relative;
  margin: auto;
}

#page {
  width: 1024px;
  position: relative;
  padding-top: 60px;
  overflow: auto;
  text-align: left;
  margin: auto;
}
	
#hlavicka-ram {
  width: 100%;
  padding-bottom: 7px;
}

#hlavicka {
  overflow: hidden;
  height: 339px;
  background-repeat: no-repeat;
  background-position: top;
  width: 963px;
  margin-left: 30px;
}

#hlavicka-popis {
  display: none;
}

#hlavicka img {
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}

#hlavicka h2 {
  margin: 0;
}

#hlavicka a {
  text-decoration: none;
  width: 963px;
  height: 339px;
  display: block;
  background: url('../img/head_bg.gif') no-repeat left top;
}

/* logo */
#logo {
  float: none;
  height: 87px;
  width: 1024px;
}

#logo h1 {
  margin: 0;
}

#logo h1 a {
  width: 400px;
  height: 87px;
  background: url('../images/logo.jpg') no-repeat left center;
  display: block;
  float: left;
  text-align: left;
  text-indent: -9999px;
  margin-top: 20px;
  margin-left: 25px;
  text-decoration: none;
}

/* end - logo */

/* --------------------- paticka --------------------*/
#paticka {
  width: 100%;
  background: url('../images/footer_bg.gif') repeat-x top center;
  height: 90px;
}

.paticka {
	text-transform: uppercase;
	color: #5c5c5c;
	font-size: 11px;
	padding: 30px 0 0;
}

.paticka a,
.navigace a {
  color: #5c5c5c;
}
/* ----------------- end - paticka --------------------*/

#panel-stred {
  overflow: hidden;
  width: 730px;
  float: right;
  height: auto;
}

#panel-levy {
  width: 239px;
  float: left;
  margin-left: 35px;
  clear: left;
}

#telo {
  overflow: auto;
  padding: 0;
  width: 100%;
  height: auto;
}

#zahlavi {
  overflow: hidden;
}

.navigace {
  margin:7px 0 5px 0;
}

.navigace img {
  margin: 0 3px 0 3px;
  vertical-align: middle;
}

#obsah {
  padding: 0 0 20px 0;
  float: left;
  margin-top: 0;
  margin-bottom: 12px;
  width: 100%;
  color: #5c5c56;
}

#obsah-in {
  margin: 0 35px 8px 5px;
}

/* nadpisy */
/*
#obsah h2 {
  font-family: Trebuchet MS, Verdana,Tahoma;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 10px 0;
  color: #151515;
  margin: 0;
}
*/

/* end - nadpisy */

/* odkazy */
a {
  color: #26addf;
  outline: none;
}

a:hover {
  text-decoration: none;
}
/* end - odkazy */

a img {
  border: 0;
}

/* ---------------------------- old style ------------------------------*/

form {
  margin: 0;
}

form div {
  margin:2px;
}

form label {
  padding:8px 4px 4px 0;
  display: block;
}

#frm-mutace {
  position: absolute;
  top: 5px;
  right: 0;
  margin: 2px 4px 8px 8px;
}

#frm-mutace a img {
  border: 0;
  display: none;
}

#frm-mutace a {
  text-decoration:none;
  color: black;
}

#frm-mutace a span {
}

#frm-mutace a:hover {
  color: gray;
}

#frm-mutace form {
  margin:0px;
}

#frm-mutace select {
  padding:0px;
  font-size:12px;
  height:20px;
}

.skryte {
  display:none;
}

#logo-listy {
  position:absolute;
  top: 195px;
  right: 30px;
  background: white;
  display: none;
}

#logo-listy a {
  text-decoration:none;
  padding:0px 4px 0px 4px;
  margin:2px 0px 2px 0px;
  color:black;
  border-right:1px solid gray;
  font-weight:normal;
  font-size: 10px;
}

#logo-listy .list-aktivni {
  color:red;
  font-weight:bold;
}

#chyby {
  margin:4px;
  padding:8px;
  color:#cb1212;
  background:#fed9d9;
  border:2px solid #cb1212;
}

#rss {
  text-align:center;
}

#tmp-logo {
  visibility:hidden;
}

.noscript {
  color:red;
  font-weight:bold;
  text-align:center;
  font-size:14px;
}

#nahodny-obr {
  text-align:center;
  margin-bottom: 10px;
}

#nahodny-obr img {
  border: 2px solid #f5f5f5;
}

.system-info {
  width: 100%;
  border: 2px solid #80a342;
  background: #e7f4d2;
  color: green;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 15px 0;
}

