﻿body {
	margin: 0;
	padding: 0;
	font-family: Calibri, Verdana, Arial, Helvetica, "Arial CE", "Helvetica CE", sans-serif;
	font-size: 0.9em;
	color: #000;
	line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}



a, a:hover, a:visited {
  color: #772600;
}

div.aktuality {
  background-color: #336633;
  color: #ffffff;
  border-top: 3px solid #99CC33;
  border-bottom: 3px solid #99CC33;
  padding: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 1.1em;
  font-size: 0.9em;
}

div.aktuality H3 {
  padding: 0px;
  margin: 0px;
  font-size: 1.2em;
  padding-bottom: 2px;
  color: #ffffff;

}

div.aktuality a, div.aktuality a:hover, div.aktuality a:visited {
  color: #dddddd;
}

div.aktuality div.detail a {
    float: right;
    font-size: 0.9em;
    color: #cccccc;
}


#canvas {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/_body_back.jpg);


}


#head {
  background-image: url(../images/_head.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  width: 1000px;
  height: 176px;
  display: block;
}

#main {
  width: 1000px;
}

#left {
   	margin: 0;
	padding: 0;
    width: 197px;
    float: left;
}

ul#menu {
   	margin: 0;
	padding: 0;
    margin-left: 10px;
    list-style-type: none;
    width: 197px;
}

ul#menu>li>a {
	display: block;
	text-align: right;
    width: 186px;
    height: 24px;
    padding-right: 11px;
    padding-top: 3px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    clear: left;
}

ul#menu li a {
	background:url(../images/_menu_left.jpg) no-repeat left top;
	background-position:0px 0px; /*Shift background image up to start of 2nd tab image*/
}
ul#menu li a:hover { /*Selected Tab style*/
	background-position:0 -27px; /*Shift background image up to start of 2nd tab image*/
}
ul#menu li a.selected { /*Selected Tab style*/
	background-position:0 -27px; /*Shift background image up to start of 2nd tab image*/
}


ul.submenu {
   	margin: 0;
	padding: 0;
    margin-left: 20px;
    list-style-type: none;
    width: 150px;
}

ul#menu ul.submenu li a {
    display: block;
    background: none;
    xfloat: left;
    text-align: left;
    clear: left;
    line-height: 14px;
    padding: 0px;
    margin: 0px;
    color: #7D3200;
    width: 174px;
    padding-bottom: 6px;
    padding-top: 6px;
    border-bottom: 1px solid #8EBC30;
    text-decoration: none;
}

ul#menu ul.submenu li a:hover { /*Selected Tab style*/
	color: #000000;
    background-color: #BEDE7C;
}

ul#menu ul.submenu li a.selectedsubmenu {
    color: #000000;
    background-color: #BEDE7C;
    font-weight: bold;
}

.title-left {
    width: 195px;
    height: 24px;
	background:url(../images/_menu_left.jpg) no-repeat left top;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    left: 9px;
    margin-top: 15px;
}

#right {
   	margin: 0;
	padding: 0;
    width: 197px;
    float: right;
}

.title-right {
    width: 195px;
    height: 24px;
	background:url(../images/_menu_right.jpg) no-repeat left top;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    left: -3px;
}

.box-left {
   width: 195px;
   background:url(../images/_menu_left_bg.jpg);
   position: relative;
   left: 10px;
   padding-left: 0px;
   margin-top: 3px;
   margin-bottom: 9px;
}

.box-left .box-top {
  width: 195px;
  height: 5px;
  background:url(../images/_menu_left.jpg) no-repeat left top;
}
.box-left .box-bottom {
  width: 195px;
  height: 5px;
  background:url(../images/_menu_left.jpg) no-repeat left bottom;
}

.white-box {
  background-color: #ffffff;
  margin: 5px;
  margin-top: 1px;
  padding: 3px;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
}


.box-right {
   width: 195px;
   background:url(../images/_menu_right_bg.jpg);
   position: relative;
   left: -3px;
   margin-top: 3px;
   margin-bottom: 9px;
}

.box-right .box-top {
  width: 195px;
  height: 5px;
  background:url(../images/_menu_right.jpg) no-repeat left top;
}
.box-right .box-bottom {
  width: 195px;
  height: 5px;
  background:url(../images/_menu_right.jpg) no-repeat left bottom;
}

div.block {
   width: 172px;
   background:url(../images/_block_bg.jpg);
   margin: 0px;
   padding: 0px;
   position: relative;
   left: 2px;
   font-size: 0.8em;
   line-height: 1.0;
   text-align: left;
   padding-left: 8px;
   padding-right: 8px;
}

div.block div.block-top {
  width: 188px;
  height: 35px;
  position: relative;
  left: -8px;
  background:url(../images/_block_top.jpg) no-repeat left top;
}

div.block div.block-bottom {
  width: 188px;
  height: 10px;
  position: relative;
  left: -8px;
  background:url(../images/_block_bottom.jpg) no-repeat left bottom;
}


#footer {
  clear: both;
  background-image: url(../images/_footer.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  width: 1000px;
  padding-top: 8px;
  color: #ffffff;
  padding-bottom: 8px;
  font-size: 0.9em;
}

#content {
    width: 563px;
    margin-left: 205px;
    padding-left: 15px;
    padding-right: 20px;
    top: -2px;
    position: relative;
    text-align: left;
    font-size: 1.1em;
}

#content h1 {
     background:url(../images/_nadpis_bg.jpg) repeat-x left top;
     color: #006600;
     margin: 0px;
     font-size: 1.9em;
}

#content p {
    text-align: justify;
}
