/* STYLY k webu specskolanj.cz */

html, body {
  margin: 0px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4c4238;
  background: #fffee4;
}

a:link, a:visited {
  color: #da873b;
  text-decoration: underline;
}

a:hover {
  color: #bba56b;
}

img {
  border-style: none;
}

p {
  margin: 0;
}

.main_base {
  height: 100%;
  width: 980px;
  margin: 0px auto;
  padding: 0;
  background: url(obr/main_bg.gif);
}

.main {
  position: relative;
  width: 980px;
  margin: 0;
  padding: 0;
  background: url(obr/main_bg.gif);
}


/* LEFT -------------------------- */

.left {
  float: left;
  width: 200px;
}


/* LOGO -------------------------- */

.logo {
  height: 203px;
  padding: 0;
  margin: 0;
  background: url(obr/logo.jpg) bottom left no-repeat;
}

.logo a:link, .logo a:visited {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.logo a:hover {
  text-decoration: none;
}


/* BOXY -------------------------- */

.space_between_boxes_left {
  padding: 3px;
  margin: 0;
  background: #fffee4 url(obr/space_between_boxes_bg_right.gif) top right repeat-y;
}

.space_between_boxes_right {
  padding: 3px;
  margin: 0;
  background: #fffee4 url(obr/space_between_boxes_bg_left.gif) top left repeat-y;
}

.dark_box_left_base {
  margin: 0;
  padding: 0;
  background: #4d4237 url(obr/roh_dark_box_top_left.gif) top left no-repeat;
}

.dark_box_left {
  margin: 0;
  padding: 0;
  background: url(obr/roh_dark_box_bottom_left.gif) bottom left no-repeat;
}

.dark_box_right_base {
  margin: 0;
  padding: 0;
  background: #4d4237 url(obr/roh_dark_box_top_right.gif) top right no-repeat;
}

.dark_box_right {
  margin: 0;
  padding: 0;
  background: url(obr/roh_dark_box_bottom_right.gif) bottom right no-repeat;
}

.light_box_left_base {
  margin: 0;
  padding: 0;
  background: #dbceac url(obr/roh_light_box_top_left.gif) top left no-repeat;
}

.light_box_left {
  margin: 0;
  padding: 0;
  background: url(obr/roh_light_box_bottom_left.gif) bottom left no-repeat;
}

.light_box_right_base {
  margin: 0;
  padding: 0;
  background: #dbceac url(obr/roh_light_box_top_right.gif) top right no-repeat;
}

.light_box_right {
  margin: 0;
  padding: 0;
  background: url(obr/roh_light_box_bottom_right.gif) bottom right no-repeat;
}

.white_box_right_base {
  float: left;
  margin: 120px 0 0 0;
  padding: 0;
  background: #fff url(obr/roh_white_box_top_right.gif) top right no-repeat;
}

.white_box_right {
  margin: 0;
  padding: 0;
  background: url(obr/roh_white_box_bottom_right.gif) bottom right no-repeat;
}


/* MENU -------------------------- */

.menu {
  margin: 0;
  padding: 6px 0 4px 6px;
  list-style: none;
  background: url(obr/shadow_dark_box_right.gif) top right repeat-y;
}

.menu li {
  margin: 0 0 2px 0;
}

.menu_button a:link, .menu_button a:visited {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  color: #312d29;
}
.menu_button a:hover {
}

.button1 a:link, .button1 a:visited {
  background: #eadf63 url(obr/buttons.jpg) no-repeat 0 -32px;
}
.button1 a:hover {
  background: #fff url(obr/buttons.jpg) no-repeat 0 0;
}

.button2 a:link, .button2 a:visited {
  background: #da873b url(obr/buttons.jpg) no-repeat 0 -64px;
}
.button2 a:hover {
  background: #fff url(obr/buttons.jpg) no-repeat 0 0;
}

.button3 a:link, .button3 a:visited {
  background: #baa46a url(obr/buttons.jpg) no-repeat 0 -96px;
}
.button3 a:hover {
  background: #fff url(obr/buttons.jpg) no-repeat 0 0;
}

.selected a:link, .selected a:visited {
  background: #fff url(obr/buttons.jpg) no-repeat 0 0;
}
.selected a:hover {
}


/* SUBMENU -------------------------- */

.submenu {
  margin: 0;
  padding: 6px 0 4px 6px;
  list-style: none;
}

.submenu li {
  margin: 0 0 2px 0;
}

.submenu_button a:link, .submenu_button a:visited {
  display: block;
  height: auto;
  line-height: 15px;
  margin: 0;
  padding: 4px 6px 4px 16px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #dbceac;
  background: url(obr/submenu_odrazka.gif) top left no-repeat;
}
.submenu_button a:hover {
  color: #fff;
  background: url(obr/submenu_odrazka.gif) top left no-repeat;
}

.submenu_selected a:link, .submenu_selected a:visited {
  color: #eadf63;
}
.submenu_selected a:hover {
  background: url(obr/submenu_odrazka.gif) top left no-repeat;
}


/* KONTAKT_BOX -------------------------- */

.kontakt_box {
  padding: 12px 8px 12px 12px;
  margin: 0;
  font-size: 11px;
  color: #dbceac;
  background: url(obr/shadow_dark_box_right.gif) top right repeat-y;
}

.kontakt_box h4 {
  color: #da873b;
  font-size: 14px;
  margin: 0 0 8px 0;
}

.kontakt_box a:link, .kontakt_box a:visited {
  color: #bba56b;
}
.kontakt_box a:hover {
  color: #fff;
}

.kontakt_box_kdenasnajdete {
  height: 26px;
  width: 151px;
  padding: 6px 0 0 24px;
  margin: 12px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  background: #332c25 url(obr/kdenasnajdete_bg.gif) top right no-repeat;
}


/* ANKETA_BOX -------------------------- */

.anketa_box {
  padding: 12px;
  margin: 0;
  color: #4c4238;
  background: url(obr/shadow_light_box_right.gif) top right repeat-y;
}

.anketa_box h4 {
  color: #726749;
  font-size: 14px;
  margin: 0 0 8px 0;
}

.anketa_hlas {
  margin: 8px 0 0 0;
}

.anketa_hlas a:link, .anketa_hlas a:visited {
  color: #4d4237;
}
.anketa_hlas a:hover {
  color: #fff;
}

.anketa_graf_base {
  margin: 2px 0 2px 0;
  padding: 0;
  height: 10px;
  background: #ece5d4;
}

.anketa_graf {
  margin: 0;
  padding: 0;
  height: 10px;
  background: #da873b;
}

.anketa_stat {
  white-space: nowrap;
  font-size: 11px;
  color: #9d8e69;
}


/* CENTER -------------------------- */

.center {
  float: left;
  width: 568px;
  margin: 0 6px 0 6px;
}


/* HEADER -------------------------- */

.header {
  height: 201px;
  padding: 0;
  margin: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #4d4339;
}


/* NADPIS -------------------------- */

.center .h1_base {
  margin: 2px 0 0 0;
  padding: 0;
  background: #dbceac url(obr/shadow_nadpis.gif) top left repeat-x;
}

.center h1 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 4px 8px 5px 8px;
  color: #312d29;
  background: url(obr/rohy_nadpis_bottom.gif) bottom left no-repeat;
}


/* CONTENT -------------------------- */

.content {
  padding: 15px 9px 30px 9px;
  line-height: 1.4;
}

.content h2 {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  margin: 34px 0 10px 0;
  color: #b63f21;
}
.content h2:first-child {
  margin-top: 0;
}

.content ul, .content ol {
  margin: 0 0 0 30px;
  padding: 0;
}

.content li {
  margin: 3px 0 3px 0;
}


/* AKTUALITY -------------------------- */

.aktualita_date {
  font-weight: bold;
}

.aktualita_text {
  margin: 0 0 15px 0;
}


/* FOTOGALERIE -------------------------- */


.fotogalerie_list_item {
  clear: both;
  margin: 15px 0 0 0;
  padding: 0;
}
.fotogalerie_list_item:first-child {
  margin: 0;
}

.fotogalerie_list_item img {
  float: left;
  width: 170px;
  margin: 0 8px 0 0;
  padding: 3px;
  background: #4d4237;
  text-decoration: none;
}

.fotogalerie_list_item a:link, .fotogalerie_list_item a:visited {
  display: block;
  margin: 0px 0 4px 0;
  font-size: 14px;
  font-weight: bold;
}
.fotogalerie_list_item a:hover {
}

.foto_item {
  clear: both;
  padding: 0;
  margin: 15px 0 0 0;
}

.foto_item_text {
  padding: 2px 0 0 0;
}

.foto_item_text p:first-child {
  margin: 0;
}




/* PATKA -------------------------- */

.patka {
  text-align: right;
  margin: 0 0 20px 0;
  padding: 4px 6px 6px 6px;
  font-size: 11px;
  background: #fffee4 url(obr/space_between_boxes_bg_right.gif) top right repeat-y;
}
.patka a:link, .patka a:visited {
  color: #4c4238;
}
.patka a:hover {
  color: #da873b;
}


/* RIGHT -------------------------- */

.right {
  float: left;
  width: 200px;
  position: relative;
}


/* HEADER_AUTHOR -------------------------- */

.header_author_base {
  height: 203px;
  padding: 0;
  margin: 0;
}

.header_author {
  font-size: 11px;
  margin: 0;
  padding: 8px;
  background: url(obr/shadow_author.gif) top left repeat-y;
}


/* AKTUALITY_BOX -------------------------- */

.aktuality_box {
  padding: 12px;
  margin: 0;
  color: #4c4238;
  background: url(obr/shadow_light_box_left.gif) top left repeat-y;
}

.aktuality_box h4 {
  color: #726749;
  font-size: 14px;
  margin: 0;
}

.aktuality_box_more {
  color: #827a65;
  font-size: 11px;
  font-weight: normal;
}

.aktuality_box_more a:link, .aktuality_box_more a:visited {
  color: #827a65;
}
.aktuality_box_more a:hover {
  color: #fff;
}

.aktuality_box_date {
  float: left;
  margin: 12px 0 0 0;
  padding: 0px 2px 0px 2px;
  font-size: 11px;
  font-weight: bold;
  color: #4d4237;
  background: #fff;
}

.aktuality_box_text {
  clear: both;
  margin: 0;
  padding: 2px 0 0 0;
  font-size: 12px;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #b1a688;
}

.aktuality_box_text p {
  margin: 0;
}


/* FOTO_BOX -------------------------- */

.foto_box {
  padding: 12px 12px 0 12px;
  margin: 0;
  color: #dbceac;
  background: url(obr/shadow_dark_box_left.gif) top left repeat-y;
}

.foto_box h4 {
  color: #da873b;
  font-size: 14px;
  margin: 0 0 12px 0;
}

.foto_box_more {
  color: #9e947d;
  font-size: 11px;
  font-weight: normal;
}

.foto_box_more a:link, .foto_box_more a:visited {
  color: #9e947d;
}
.foto_box_more a:hover {
  color: #fff;
}

.foto_box_item {
  clear: both;
  float: left;
  padding: 0;
  margin: 0 0 12px 0;
}

.foto_box_item h5 {
  clear: both;
  float: left;
  padding: 2px 0 0 0;
  margin: 0 0 4px 0;
  font-size: 12px;
}

.foto_box_item img {
  clear: both;
  float: left;
  width: 170px;
  padding: 3px;
  margin: 0;
  background: #332c25;
  text-decoration: none;
}

.foto_box_date {
  clear: both;
  float: left;
  margin: 0 0 2px 0;
  padding: 0px 2px 0px 2px;
  font-size: 11px;
  font-weight: bold;
  color: #4d4237;
  background: #fff;
}

.foto_box_item a:link, .foto_box_item a:visited {
  color: #dbceac;
  font-weight: bold;
  text-decoration: none;
}
.foto_box_item a:hover {
  color: #fff;
}

.foto_box_item a:link h5, .foto_box_item a:visited h5 {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #dbceac;
}
.foto_box_item a:hover h5 {
  border-color: #fff;
}


/* HLASKA -------------------------- */

.hlaska {
  width: 300px;
  margin: 30px auto;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background: #fff;
  border: solid 2px #dbceac;
}


/* STRANKOVANI -------------------------- */

.strankovani {
  padding: 4px;
  margin: 20px 0 0 0;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #dbceac;
}


/* OBECNE -------------------------- */

.end {
  clear: both;
  height: 0px;
  padding: 0px;
  margin: 0px;
  font-size: 0px;
  line-height: 0px;
}

.display_block {
  display: block;
}

.display_none {
  display: none;
}


/* BARVY -------------------------- */

.bezova {
  color: #726749;
}

.red {
  color: #c43919;
}

.orange {
  color: #da873b;
}

