/* Zakladni nastaveni barev */
body {
	background-color: #fdcd0d;
  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: #0040a1;
}

a {
	color: #1a4378;
}

input.submit {
	background-color: #1a4378;
	background-image: url('../images/button_bg.gif');
	background-repeat: repeat-x;
	
	border-left-color: #325787;
    border-top-color: #4c6d98;
    border-bottom-color: #09192e;
    border-right-color: #112a4c;
    
    border-width: 1px;
	padding: 2px 3px;
	text-transform: uppercase;
	
	color: #fff;
}

#main h2, #main h1 {
  color: #302f2f;
  font-size: 1.6em;
  margin-bottom: 5px;
  padding: 5px 0px 2px 0px;
  border-bottom-width: 3px;
  border-bottom-color: #fdcd0d;
}

#main, #main table {
    line-height: 140%;
}

#main p {
    margin-top: 1em;
    margin-bottom: 1em;
}

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: #1a4378;
}

/* obecne soubory ke stazeni s ikonkou */
.soubory_ke_stazeni li {
  padding-left: 5px;
}


/* zakladni layout */



/* clanky */
#body {
    width: 991px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;    
}

#header {
    height: 150px;
    overflow: hidden;
    background-color: #e74d08;
    background-image: url('../images/header_bg.gif');
    background-repeat: repeat-x;
    position: relative;
}

#header h2 {
    width: 321px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    left: 0; top: 0;
}

#header h2 span {
    width: 321px;
    height: 150px;
    position: absolute;
    left: 0; top: 0;
    background-image: url('../images/logo.gif');
    cursor: pointer;
}

#header .image {
    width: 424px;
    height: 128px;
    display: block;
    position: absolute;
    top: 22px; left: 567px;
    background-image: url('../images/image.jpg');
}

#main {
    border-top: solid 1px #fdcd0d;
    background-image: url('../images/main_bg.gif');
    background-repeat: repeat-y;
    border-bottom: solid 1px #fdcd0d;
}

#middle_box {
    width: 749px;
    float: left;
}

#right {
    width: 236px;
    float: right; 
}

#left {
    width: 178px;
    float: left;
    background-color: #0040a1;
}

#middle {
    width: 567px;
    float: right;
    background-color: #feefaf;
    margin-top: 3px;
    padding-top: 5px;
}

#text {
    margin-left: 10px;
    margin-right: 10px;
}

#main_menu ul, #main_menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
} 

#main_menu ul {
    margin-top: 2px;
}

#main_menu li {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 1px;
    background-color: #0f4ca8;
    background-image: url('../images/menu_bg.gif');
    background-repeat: repeat-x;
}

#main_menu li a {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-image: url('../images/menu_grey.gif');
    background-position: 5px 50%;
    background-repeat: no-repeat;
    font-size: 1.2em;
}

#main_menu li a:hover {
    text-decoration: underline;
}
#main_menu li a:hover, #main_menu li a.aktivni {
    background-image: url('../images/menu_white.gif');  
} 

#main_menu li a span {
    display: block;
    padding: 6px 5px 6px 33px;
}

#footer {
    background-color: #e44904;
    background-image: url('../images/footer_bg.gif');
    background-repeat: repeat-x;
    font-size: 0.9em;
    padding: 8px 12px;
}

#footer, #footer a {
    color: #fff;
}

#user {
    background-color: #d74708;
    background-image: url('../images/login_bg.jpg');
    background-repeat: repeat-x;
    background-position: left top;
}

#user .box, #partneri {
    padding: 5px 8px;
}

#user, #user h3, #user td, #user a {
    color: #fff;
}

#user input.in {
    border-color: #fff;
    background-color: #fdcd0d;
    width: 120px;
}

#user li a {
    font-weight: bold;
}

#right h3 {
    font-size: 1.2em;
}

#user ul {
    padding-top: 10px;
}

#partneri {
    background-image: url('../images/partneri_note.gif');
    background-repeat: no-repeat;
    background-position: 99% 2px;
}

#partneri h3 {
    color: #f55d19;
}

#jidelnicek td {
    vertical-align: top;
}

.clanek {
  border-top-width: 0px;
  border-top-color: #e0e1e1;
  margin-top: 10px;
  padding-bottom: 20px;
  position: relative;
}

.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;
  background-color: #fff8db;
  padding: 14px 10px 14px 55px;
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
  margin-bottom: 5px;
}

.clanek h3 a {
  font-weight: bold;
}

.clanek .datum {
  padding: 0px 0px 0px 0px;
  position: absolute;
  left: 0;
  top: 5;
  z-index: 10;
  background-image: url('../images/date_bg.gif');
  background-repeat: no-repeat;
  width: 46px;
  height: 38px;
  overflow: none;
}

.clanek .datum_text {
    display: block;
    float: none;
    text-align: center;
    padding-top: 14px;
    color: #535353;
    font-size: 1em;
    font-weight: bold;
}

.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;
  text-transform: uppercase;
}

.clanek .cely_clanek a:hover {
    text-decoration: none;
}

.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; 
}


/* diskuze */



.diskuze .rubrika {
  border-width: 0px;
  border-color: #DDD;
  clear: both;
  margin-bottom: 20px;

  min-height: 95px;
  _height: 95px;
}


.diskuze .rubrika .boxik {
  float: right;
  margin: 2px;
  background-color: #FFF;
  padding: 3px;
  width: 200px;
  border-width: 1px;
  border-color: #DDD;
  margin-bottom: 5px;
}

.diskuze .popis {
  margin-top: 5px;
}

#vlozit {
    width:  290px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f2eeee;
}

.diskuze_vlozeni {
  margin-top: 5px;
}

.diskuze_vlozeni .polozka {
  float: left;
  width: 70px;
  margin-top: 3px;
  margin-left: 10px;
  clear: left;
}

.diskuze_vlozeni TEXTAREA {
  padding: 2px;
  margin-top: 5px;
  border-width: 2px;
}

.diskuze .odsazeni {
  float: left; 
  width: 10px; 
  max-width: 9px;
  height: 27px; 
  border-color: #DDD; 
  border-left-width: 1px; 
  border-bottom-width: 1px
}

.diskuze .prispevek {
  margin-top: 10px;
}

.diskuze .prispevek .text {
  border-width: 1px; 
  border-color: #DDD;
  padding: 3px; 
  padding-left: 2px; 
  padding-right: 2px;
  background-color: #FFF;
}

.diskuze .prispevek .text A, .diskuze .prispevek .text A:hover, .diskuze .prispevek .text A:visited {
  font-weight: normal;
}


.diskuze .prispevek .zahlavi {
  /*background-color: #F7F7F7;*/
}

.diskuze .prispevek .hlavicka {
  float: right;
  font-size: 11px; 
  position: relative; 
  top: 1px;
}


.diskuze .prispevek .hlavicka A, .diskuze .prispevek .hlavicka A:visited, .diskuze .prispevek .hlavicka A:hover {
  font-weight: normal;
}



/* statistiky */
#statistiky .veky, #statistiky .mesta, #statistiky .organizace {
  width: 32%;
  float: left;
  border-width: 0px;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
}

#statistiky table {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border-width: 0px;
}

#statistiky .zahlavi td {
  border-bottom-width: 1px;
  border-bottom-color: #9ebec6;
  font-weight: bold;
}

#statistiky .poradi {
  width: 45px;
  text-align: right;
  padding-right: 10px;
}

#statistiky .cetnost {
  width: 50px;
  text-align: right;
}

#statistiky .podbarveni td {
  background-color: #F0F0F0;
}



#fotoalbum TD {
  border-width: 1px;
  border-color: #fdcd0d;
  vertical-align: top;
}

#fotoalbum .nadpis {
  background-color: #fdcd0d;
  padding: 1px 2px 1px 2px;
}

#fotoalbum .prazdna {
  border-width: 0px;
}                   

#fotoalbum .box {
  padding: 2px 3px 2px 3px;
}

#fotoalbum .box IMG {
  margin-top: 5px; 
  margin-bottom: 5px;
  border-width: 1px;
  border-color: #999;   
}


.program {
  margin-bottom: 25px;
  border-width: 1px;
}

.program .hlavicka .pocet {
  float: right;
}

.program .hlavicka .kod {
  float: left;
  width: 50px;
}

.program .hlavicka {
  border-bottom-width: 1px;
  margin-bottom: 2px;
  padding: 1px 2px 1px 2px;
}

.program .snurka {
  margin-top: 5px;
  margin-bottom: 5px;
}


.program .anotace {
  margin-top: 5px;
  margin-bottom: 5px;
}


.program .text {
  padding: 0px 2px 2px 2px;
  clear: both;
}

.program .rada {
  float: right;
  margin-left: 5px;
  padding: 1px 2px 1px 2px;
  position: relative;
  top: -2px; 
  left: 1px;
  font-size: 0.85em;
}

.program .posty .post {
  display: inline;
  /*width: 17px;*/
  margin-left: 2px;
  margin-top: 2px;
  border-width: 1px;
  border-color: #DDD;
}

.program .sede {
  color: #444;
}

.program A, .program A:visited, .program A:hover {
  font-weight: normal;
}

.program .prihlaseni {
  float: right;
  font-size: 0.85em;
  width: 170px;
  border-width: 1px;
  padding: 0px 2px 0px 1px;
}



#shop .vyrobek {
  clear: both;
}

#shop H4 {
  margin-top: 0px;
  margin-bottom: 5px;
  border-width: 1px 0px 1px 0px;
}

#shop TD {
  vertical-align: top;
  border-width: 1px;
  border-top-width: 0px;
}

#shop .vyrobek INPUT {
  text-align: center;
  width: 30px;
}

#shop .popis {
  text-align: center;
}

#shop .cena {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

#shop .vyrobek IMG {
  display: block;
}


#shop .objednavatel .jmeno {
  margin-left: 15px;
}

#shop .objednavatel H4, #shop .cena_celkem H4 {
}

#prehled_objednavek .objednavka {
  margin-bottom: 20px;
  border-width: 1px;
}

#prehled_objednavek H4 {
  border-width: 0px 0px 1px 0px;
}

#prehled_objednavek TABLE {
  margin: 5px;
}

#prehled_objednavek .zahlavi TD {
  border-bottom-width: 1px;
  padding-right: 10px;
}

#prehled_objednavek .popis {
  margin: 8px;
}