* {
 margin: 0;
 padding: 0;
 }

body {
 background: url(img/layout/back.jpg) top left repeat;
 font-family: Arial, sans-serif;
 font-size: 1em;
 color: #000;
 margin: 0;
 padding: 0;
}

img {
 border: none;
 }
 
/*------------------------------------------ main_div*/
#main_div {
 margin: 32px auto;
 padding: 0;
 width: 870px;
 border: 2px solid #C96905;
 background: #FFF1D6 url(img/layout/main.gif) top left repeat-y;
}

.body {
    width: 870px;
    background: url(img/layout/content.jpg) 99% 100% no-repeat;
}

/*------------------------------------------ header*/
#header {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  text-align: center;
  position: relative;
  width: 866px;
  height: 70px;
  margin: 0 2px;
  background: url(img/layout/header.jpg) top left no-repeat;
}

/*------------------------------------------ menu */
.menu {
    list-style-type: none;
    margin: 0;
    border: 0;
    position: absolute;
    bottom: 2px;
    right: 0;
    border: 0px solid black;
}

.menu li {
    font-size: 1em;
    margin: 0 0 0 2px;
    padding: 0;
    float: left;
    border: 0;
    background: url(img/menu/buton-top.gif) bottom left repeat-x;
}


.menu li.sel {
    background: url(img/menu/buton-top-hover.gif) bottom left repeat-x;  
}

.menu li a {
    color: #836F4A;
    font-weight: bold;
    font-size: 0.8em;
    text-decoration: none;
    padding: 4px 7px;
    margin: 0;
    border: 0;
    display: block;
    text-align: center; 
}

.menu li a:hover {
    color: #000;
    background: url(img/menu/buton-top-hover.gif) bottom left repeat-x;
}

/*------------------------------------------ flags*/
.flags {
    margin: 0;
    border: 0;
    position: absolute;
    top: 9px;
    right: 8px;
    color: #E9D8BA;
    font-size: 0.8em;
}

.flags a {
    padding: 0;
    margin: 0 3px;
    border: 0;
}

.flags a img {
    border: 1px solid #FFEFCF;
    border-bottom: 0;
}

.flags a:hover img {
    border: 1px solid #E9D8BA;
}

/*------------------------------------------ header_end*/

/*------------------------------------------ banner*/
#banner {
    margin: 0 2px;
    width: 866px;
    height: 218px;
    background: url(img/layout/baner.jpg) top left no-repeat;
    text-align: right;
    position: relative;  
}

#obrazok {
    margin: 0;
    width: 631px;
    height: 218px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;  
}

#flash {
    margin: 0;
    width: 234px;
    height: 218px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0; 
}

.cisla {
    position: absolute;
    right: 0;
    bottom: 0;
    _bottom: 2px;
    padding: 1px 5px 4px 5px;
    background: #ddd;
    opacity:.75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
}

.cisla a {
    font-size: 0.6em;
    text-decoration: none;
    color: #fff;
    background: #4F3B18;
    border: 1px solid #fff;
    padding: 0 3px;
}

.cisla a.sel {
    background: #FF8100;
}

/*------------------------------------------ banner_end*/

/*------------------------------------------ left menu */
#left-menu { 
    padding: 0;
    margin: 0;
    width: 232px;
    float: left;
}

#left-menu ul { 
    padding: 0;
    margin: 0;
    list-style-type: none;
}
    
#left-menu ul li {
    margin: 3px 0 0 0;
    background: url(img/menu/buton-left1.jpg) center left no-repeat;
}

#left-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-family: sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    padding: 10px 5px 10px 16px;
}

#left-menu ul li a:hover {
    color: #E2AB44;
    background: url(img/menu/buton-left2.jpg) 0 50% no-repeat;
}

#left-menu ul li.menu2 {
    background: url(img/menu/buton-left2.jpg) center left no-repeat;
}

#left-menu ul li.menu2 a:hover {
    background: url(img/menu/buton-left1.jpg) 0 50% no-repeat;
}

#left-menu ul li.sub {
    background: url(img/menu/subuton-left.jpg) center right no-repeat;
}

#left-menu ul li.sub a:hover {
    background: url(img/menu/subuton-left.jpg) center right no-repeat;
}

#left-menu ul li.sub a {
    padding: 10px 5px 10px 60px;
}

/*------------------------------------------ content*/
#content {
  margin: 2px 2px 0 237px;
  padding: 1em 18px 0.5em 18px;
  font-size: 0.9em;
}

#content a { 
  color: #C64C36;
}

#content p { 
  text-align: justify;
  margin: 1em 0;
}

#content p.vpravo {
  float: right;
  margin: 1em 0 1em 1.5em;
}

#content p.vpravo img {
  border: 2px solid #fff;
  margin: 0.5em 0 0 0;
}

#content p img {
  border: 2px solid #fff;
}

#content p.mapa img {
  border: none;
  margin: 0;
}

#content p.mapa {
  overflow: hidden;
  width: 590px;
}

#content ul { 
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#content ul li { 
  margin: 0 0 0 1em;
  padding: 0;
  list-style-type: none;
}

#content ul li.bod { 
  list-style-type: square;
}

#content ul li blockquote { 
  margin: 0.5em 10px 1em 0;
  padding: 0.5em;
  border-top: 1px solid #E2A942;
  font-size: 90%;
}

h1, h2, h3 {
	font-family: Arial Narrow, sans-serif;
	font-weight: bold;
	color: #725C35;
	text-align: left;
	margin: 0.5em 0 0 0;
	border-bottom: thin groove;
}

h1 {
    font-size: 2em;
}
/*------------------------------------------ content_end*/

/*------------------------------------------ footer*/
#footer {
    margin: 0 0 2px 237px;
    padding: 0;
    width: 631px;
    height: 23px;
    background: url(img/layout/footer.gif) top left repeat-x;
    position: relative;
    color: #fff;
    text-align: left;
    font-size: 0.9em;
    clear: both;
}

#footer div {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.8em;
    position: absolute;
    left: 15px;
    top: 5px;
}

#footer div span {
    margin: 0 2.5em 0 0;
}


#footer a, #footer a:hover {
    margin-left: 0.5em;
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer a.menu-copy, #footer a.menu-copy:hover {
    font-size: 0.8em;
    margin: 0;
    border: 0;
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
}
/*------------------------------------------ footer_end*/

