/* Zakladni nastaveni barev */
body {
	background-color: #dbf4ff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  text-align: center;
}


table, th, td, div, img, h1, h2, h3, h4, h5, input, textarea {
	border-color: #a2cee0;
}

a {
	color: #084e6d;
}

input.submit {
	background-color: #266684;
	background-image: url('../images/button_bg.gif');
	background-repeat: repeat-x;
	border-bottom-color: #460129;
	border-right-color: #85044f;
	border-width: 0;
	padding: 2px 3px;
	text-transform: uppercase;
	
	color: #fff;
}

#main h2, #main h1 {
  color: #302f2f;
  font-size: 1.6em;
  margin-bottom: 5px;
  padding: 5px 0px 10px 0px;
  border-bottom-width: 3px;
  border-bottom-color: #e0e1e1;
}

h4 {
  color: #0D1C76;
}

fieldset {
  border-color: #A3A3A3;
}

fieldset legend {
  border-color: #A3A3A3;
  color: #031939;
  background-color: #F0F0F0;
}

.topbox {
  background-color: #FFF;
}

input, textarea {
    background-image: url('/images/pozadi_input.gif');
    background-repeat: repeat-x;
    background-position: 0% 100%;
    border-color: #a2cee0;
}

/* obecne soubory ke stazeni s ikonkou */
.soubory_ke_stazeni li {
  padding-left: 5px;
}


/* zakladni layout */
#body {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
}


#top {
    background-color: #d0f1ff;
    background-image: url('../images/top_bg.gif');
    background-repeat: repeat-x;
    height: 164px;
    overflow: hidden;
    position: relative;
}

#top h1 {
    position: relative;
    width: 384px;
    height: 164px;
    overflow: hidden;
}

#top #motto {
    width: 384px;
    height: 164px;
    background-image: url('../images/motto.jpg');
    position: absolute;
    right: 0; top: 0;
}


#top h1 a .c2 {
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 384px;
    height: 164px;
    background-image: url('../images/logo.jpg');
    background-repeat: no-repeat;
}

#top h1 a span {
    cursor: pointer;
    _cursor: hand;
}

#main {
    background-image: url('../images/main_bg.gif');
    background-repeat: repeat-y;
    border-top: solid 3px #dbf5ff;
}

#left_box {
    width: 753px;
    float: left;
}

#left {
    width: 197px;
    float: left;
}

#middle_box {
    width: 556px;
    float: right;
    background-color: #fff;
    background-image: url('../images/middle_bg.gif');
    background-repeat: repeat-x;
}

#middle {
    width: 540px;
    margin-left: 8px;
    padding-top: 25px;
    padding-bottom: 1em;
}

#middle h1 {
    background-color: #125674;
    background-image: url('../images/nadpis_bg.gif');
    background-repeat: repeat-x;
    border-bottom: solid 2px #023044;
    color: #fff;
    padding: 4px 6px 8px 6px;
}

#middle h2, #middle h3 {
    background-color: #f4fbff;
    border-bottom: solid 2px #a1cee0;
    color: #084e6d;
    font-size: 1.4em;
    padding-bottom: 5px;
}

#middle img {
    vertical-align: top;
    margin: 1px;
}

#right {
    width: 237px;
    float: right;
}

#footer {
    background-color: #0b506f;
    background-image: url('../images/footer_bg.gif');
    background-repeat: repeat-x;
    text-align: right;
    padding: 2px 3px;
    font-size: 0.9em;
}

#footer, #footer a {
    color: #fff;
}

#menu ul, #menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu ul {
    margin-top: 10px;
}

#menu li {
    margin: 2px 8px 2px 10px;
    text-align: right;
}

#menu li a {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
}

#menu li a span {
    display: block;
    padding: 2px 8px 2px 0;
}

#menu li a:hover, #menu li a.aktivni {
    background-color: #cef0ff;
    background-image: url('../images/menu_bg.gif');
    background-repeat: repeat-x;
}

#menu li a.aktivni {
    text-decoration: underline;
}

#left .banner {
    text-align: center;
    margin: 20px 10px;
}

#right .text_box {
    margin: 0px 7px 3px 5px;
    color: #133847;
}

#right h3 {
    background-image: url('../images/aktuality_bg.gif');
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 4px 8px 25px 5px;
    color: #084e6d;
    text-transform: uppercase;
}

#right .novinka {
    border-width: 1px;
    padding: 5px 8px;
    margin-bottom: 10px;
    font-size: 0.9em;
}

#right .novinka .datum {
    font-weight: bold;
    border-bottom: solid 1px;
}

#right .novinka p {
    margin: 3px 0;
}

#banner_top {
    position: absolute;
    left: 238px;
    top: 86px;
    width: 486px;
    height: 75px;
}

#banner_top .banner {
    background-image: url('../images/banner_bg.png');
    background-repeat: no-repeat;
    padding: 1px 1px 6px 7px;
}

#drobeckova {
    position: absolute; 
    top: 167px;
    left: 201px;
    width: 543px;
    background-color: #dbf5ff;
    font-size: 0.9em;
    border-bottom: solid 2px #fff;
}

#drobeckova p {
    margin: 0;
    padding: 3px 0px;
}

#drobeckova, #drobeckova a {
    color: #6f6c6c;
}


#main, #main table {
    line-height: 140%;
}

#main p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

#main h3 {
    font-size: 1.4em;
    margin-top: 0.8em;
}


/* clanky */

.clanek {
  border-top-width: 0px;
  border-top-color: #e0e1e1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.clanek_prvni, .clanek_detail {
  border-top-width: 0px;
  padding-top: 0px;
}

.clanek h3 {
  background-color: transparent;
  border-width: 0px 0px 0px 0px;
  border-color: #F0F0F0;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 1.2em;
}

.clanek h3 a {
  font-weight: bold;
  color: #302f2f;
}

.clanek .datum {
  padding: 0px 0px 0px 0px;
}

.clanek .cely_clanek {
  text-align: right;
  padding-top: 1px;
  background-image: url('../images/button_bg.gif');
  background-repeat: repeat-x;
  background-position: left bottom;
  float: right;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.clanek .cely_clanek a {
  font-weight: bold;
  font-size: 1em;
  border-style: solid;
  border-color: #DDD;
  border-width: 0;
  padding: 0px 2px 0px 2px;
  /*color: #fff;*/
  text-transform: uppercase;
  text-decoration: none;
}

.clanek .cely_clanek a:hover {
    text-decoration: underline;
}

.clanek .ilustrace {
  float: left;
  margin-left: 2px;
  margin-top: 10px;
  _margin-top: 10px;
  margin-right: 8px;
  clear: left;
}

.clanek .anotace {
  text-align: left;
  font-style: normal;
}

.clanek .flash {
  float: left;
  margin-left: 2px;
  margin-top: 10px;
  _margin-top: 10px;
  margin-right: 8px;
  clear: left;
}

.clanek .clear_anotace {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  overflow: hidden;
}

.strankovani {
	border-width: 0px;
	display: inline;
	width: 20px;
	text-align: center;
	margin-right: 1px;
	padding-left: 2px;
    vertical-align: top;
    _vertical-align: middle;
    background-color: #fff;
}

.strankovani a {
    font-weight: bold;
}

.strankovani_vybrano {
  background-color: #f52ea3;
}

.strankovani_vybrano a {
    color: #fff;
}

.strankovani_seznam .invisible {
    visibility: hidden;
}

.strankovani_seznam .doleva {
    margin-right: 4px;
}

.strankovani_seznam .doprava {
    margin-left: 4px;
}

.strankovani_seznam .doleva img {
    margin-right: 3px;
}

.strankovani_seznam .doprava img {
    margin-left: 3px;
}

.strankovani_seznam img {
    position: relative;
    top: -2px; 
}


/* formulare */
.include_formular {
  clear: both;
}

.include_formular fieldset {
  margin-left: 100px;
  margin-right: 100px;
  text-align: center;
}

.include_formular table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-width: 0px !important;
}

.include_formular td.polozka {
  width: 40%;
  text-align: right;
  vertical-align: top;
}

.include_formular td input, .include_formular td textarea {
  width: 90%;
}

.include_formular td textarea {
  height: 90px;
}

.include_formular td input.submit {
  width: auto;
}

#text_stranka .include_formular {
    /*float: right;*/
    width: 100%;
    text-align: center;
    padding-top: 0;
}

#text_stranka .include_formular .submit {
    margin-right: 26px;
}

#text_stranka .include_formular h3 {
    margin-top: 6px;
}

#text_stranka table {
    clear: none;
}
