/* ---------------- GENERAL STYLES ---------------- */

body
{
  background: url(../img/general_background.gif) repeat;
  color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: verdana;
  font-size: 11px;
}

.item_center
{
  margin-left: auto;
  margin-right: auto;
}

.no_extra_space
{
  border: 0;
  padding: 0;
  margin: 0;
}

.clear
{
  clear: both;
}

a {
	color:#D3D3D3;
	text-decoration:none;
}

a:hover {
	color:white;
	text-decoration:none;
}

a.active {
	color:white;
	text-decoration:none;
}

a.black_hover{
  color:white;
}

a.black_hover:hover {
  color:black;
}

.f_right{
float:right;
}

.f_left{
float:left;
}

/* ---------------- SPECIFIC STYLES ---------------- */

#wrapper
{
  width: 1104px;
  margin-left: auto;
  margin-right: auto;
}

#header
{
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  height: 105px;
}

#logo
{
  position:absolute;
  float: left;
}

#logo a img,
#logo a img:visited,
#logo a img:hover
{
  border: 0;
  margin: 0;
  padding: 0;
}

#header_menu
{
  float: left;
}

#header_menu ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

#header_menu ul li
{
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
}

#header_menu ul li img
{
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 10px;
  margin-left: 13px;
}

#header_menu ul li .text
{
  float: left;
  display: inline;
  margin-top: 12px;
  margin-left: 3px;
  text-transform: uppercase;
  font-size: 9px;
}

#search_box{
float:left;
width:130px;
}


#header_menu .form
{
  width: 110px;
  
}

#header_menu .form .submit
{
  border: 0;
  margin: 7px 0 0 10px;
  padding: 3px 0 0 17px;
  background: #000 url(../img/search.gif) no-repeat;
  color: #767676;
  text-transform: uppercase;
  font-size: 9px;
  font-family: verdana;
  cursor: pointer;
}

#header_menu .form .submit:hover
{
  text-decoration: none;
  color:#860C12;
}

#header_menu .form .input_text
{
  width: 90px;
  float: right;
  border: 1px solid #888;
  background-color: #ccc;
  margin-top: 5px;
  
}
#header_menu ul{
float:left;
}

#header_menu ul li .text a{
	color: #767676;
	text-decoration: none;
}


#header_menu ul li .text a:hover,
#header_menu ul li .text a.active
{
  text-decoration: none;
  color:#860C12;
}

#flags
{
  float: left;
  margin-top: 7px;
}

#flags img,
#flags img a,
#flags img a:visited
{
  margin: 0;
  padding: 0;
  border: 0;
  margin-left: 3px;
}

#separating_line
{
  clear: both;
  width: 920px;
  height: 1px;
  background-image: url(../img/line.gif);
  margin-left: auto;
  margin-right: auto;
  font-size: 1px;
}

#main_menu_background
{
  height: 38px;
  background: url(../img/main_menu_bckg.gif) repeat-x;
}

#main_menu_wrapper
{
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

#submenu_wrapper
{
  clear: both;
  margin-top: 1px;
  background: url(../img/image_bckg.png) repeat-x;
  height: 224px;
}

#submenu
{
  width: 920px;
  height: 224px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/golden_gate.png) no-repeat;
}

#submenu ul
{
  list-style-type: none;
  float: right;
  text-align: right;
  margin: 0;
  padding-top: 30px;
  padding-right:30px;
  height:210px;
}

#submenu ul li,
#submenu ul li a,
#submenu ul li a:visited
{
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1px;
  padding-bottom: 20px;
}

#submenu ul li a .title,
#submenu ul li a:visited .title
{
  font-size: 20px;
}

#submenu ul li a .subtitle,
#submenu ul li a:visited .subtitle
{
  color: #dfb6b8;
  font-size: 13px;
}

#submenu ul li a:hover,
#submenu ul li a:hover .subtitle,
#submenu ul li a.active
{
  color: black;
}

#content_wrapper
{
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}

#content
{
  width: 620px;
  float: left;
  color: #999999;
  text-align: justify;
}

#content ul
{
  list-style-type: none;
  list-style-image: url(../img/list_arrow.png);
  padding: 0;
  margin: 20px 0;
  padding-left: 18px;
}

#content ul li
{
  margin: 0;
  padding: 0;
  border: 0;
  padding-bottom: 5px;
}

#content h1
{
  background: url(../img/content_heading_bckg.gif) repeat-y;
  background-color: #fff;
  padding: 3px 10px;
  color: #0c0c0c;
  font-size: 12px;
  margin-bottom: 20px;
}

#content .text_wrapper
{
  clear: both;
  width: 620px;
  background: url(../img/text_bckg.gif) no-repeat bottom center;
  padding-bottom:5px;
  *padding-bottom:0px;
}

#content .text_wrapper h2
{
  border-left: 3px solid #bd0009;
  padding-left: 10px;
  margin: 15px 0;
  font-size: 13px;
  color: #fff;
}

#content .text_wrapper h2 a{
  text-decoration: none;
  border:0;
}

#content .text_wrapper .text
{
  clear: both;
}

#content .text_wrapper .more a,
#content .text_wrapper .more a:visited,
#content .text_wrapper .more a:hover
{
  color: #fff;
  float:right;
  top:-5px;
  text-decoration: none;
  position:relative;
  border-bottom: 1px solid red;
}

#content_messages
{
  width: 220px;
  float: right;
  color: #999999;
  line-height: 1.3;
  text-align: justify;
}

#content_messages h2
{
  text-transform: uppercase;
  background: url(../img/heading_background.png) no-repeat;
  height: 21px;
  width: 198px;
  font-size: 13px;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 3px;
  margin-bottom: 15px;
  clear: both;
  color: #fff;
}

#content_messages h3
{
  color: #8f8f8f;
  font-size: 13px;
  font-weight: normal;
  clear: both;
  background: url(../img/sub_heading_background.gif) no-repeat;
  width: 171px;
  height: 23px;
  padding-top: 11px;
  padding-left: 20px;
  padding-bottom: 0;
  margin: 0;
}

#content_messages .perex
{
  clear: both;
}

#content_messages .more
{
  float: right;
  display: inline;
  clear: both;
  padding-right: 20px;
  margin-bottom: 35px;
}

#content_messages .more a,
#content_messages .more a:visited
{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid red;
}

#content_messages .divide
{
  clear: both;
  background: url(../img/menu_line.gif) no-repeat;
  height: 1px;
  width: 198px;
  margin: 10px 0 10px 10px;
}

#footer_wrapper
{
  margin-top: 45px;
  margin-bottom: 25px;
  height: 61px;
  background: url(../img/footer_background.png) repeat-x;
}

#footer
{
  width: 920px;
  padding-top: 20px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#footer .left
{
  float: left;
}

#footer .menu_right
{
  float: right;
}

#footer .menu_right a,
#footer .menu_right a:visited
{
  color: white;
  text-decoration: none;
  font-weight:bold;
  padding: 0 5px;
}

#web_map{
    padding-left:10px;
}

#web_map ul{
    margin:0px;
    padding:0px 30px;
}

#web_map ul li{
   padding:4px 0px;
}

#web_map ul li a{
    color:#999999;
    text-decoration:none;
    background:transparent url(../img/sub_heading_background.gif) no-repeat scroll 0 0
}

#web_map ul li a:hover{
    color:#fff;
    border-bottom:1px red solid;
}

#content a img{
border:0;
}

/*stankovani */
div.pager{
	margin-top:5px;
}

div.pager a, div.pager a:link {
	color:white;
	text-decoration:none;
	margin-left:6px;
}

div.pager a span {
	display:none;
}

#content div.pager a{
  text-decoration:0;
  border:0;
}

#content div.pager a:hover, 
#content div.pager a.active {
	color:red;
	border-bottom:1px solid red;
}

img.doc_img {
	margin: 0 10px 5px 0;
	float:left;
	border:0;
}

#photogallery{
	margin-left:30px;
	text-align:center;
}

#photogallery .photo_box{
float:left;
margin:10px 10px 0 0;
}

#photogallery .photo_box a{
border:0;
}

#photogallery .photo_box a:hover{
border:0;
}

#photogallery .photo_box img{
border:2px solid #d3d3d3;
width:100px;
height:66px;
}

#content a, #content a:visited{
border-bottom:1px solid red;
color:#FFFFFF;
text-decoration:none;
}

.menu_right a:hover{
color:black !important;
}

#footer_links_cz {
    font-size: 11px;
    position: absolute;
    top: 66px;
}

#footer_links {
    font-size: 11px;
    position: absolute;
    top: 66px;
}