
/* LAYOUT */

body {
	font-family: 'Trebuchet MS';
	background: white;;
	text-align: center;
	color: black;
}

* html .layout
    {
	margin-top: -15px;

}
.layout
    {
	margin-top: -8px;
   	 margin-left: auto;
	margin-right: auto;
   	 width: 994px;
   	 text-align: center;
}

a {
   	color: black;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
   	color: black;
	text-decoration: none;
	font-size: 11px;
}
img {
   	 border: 0px;
}

.header
    {
	height: 143px;
	background: url('../images/logo.png') no-repeat left;	
}
.line_left
    {
  	width: 7px;
	background: url('../images/shade_left.png') repeat-y;	 
}
.line_right
    {
  	width: 7px;
	background: url('../images/shade_right.png') repeat-y;	 
}
.line_bottom
    {
  	height: 14px;
	background: url('../images/bottom_line.png') repeat-x;		 
}
.line_midd
    {
  	width: 966px;
	background: url('../images/bottom_line.png') repeat-x;
	text-align: right;		 
}
.corner_left
    {
	width: 14px;
  	height: 14px;
	background: url('../images/corner_left.png') no-repeat;		 
}
.corner_right
    {
	width: 14px;
  	height: 14px;
	background: url('../images/corner_right.png') no-repeat;		 
}
.menu_bg
    {

	height: 23px; 
	background: url('../images/menu_bg.png') repeat-x;
	text-align: center;
}
.blank
    {
	width: 14px;
	background: white;
}
.blank_shade
    {
	height: 3px;
	background : url('../images/shade_menu.png') repeat-x;
}
.submenu_shade
    {
	width: 193px;
	background: url('../images/shade_menu2.png') repeat-x;
}
.content
    {
	width: 773px;
	background: white;
	text-align: center;
	vertical-align: top;
}
.obsah_div
    {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 700px;
	text-align: center;
	font-size: 12px;
}
.obsah_div2
    {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 700px;
	text-align: justify;
	font-size: 12px;
}
ul
    {
	list-style-image: url('../images/dot2.gif');
}
.deklarace_table
    {

	text-align: left;
	font-size: 12px;
}
.submenu_table
    {
	width: 193px;
	background: url('../images/submenu_bg.png') repeat-y;
}
.submenu_table a
    {
	padding-top: 2px;
}
.submenu
    {
	vertical-align: top;
}
.submenu_1
    {
	height: 20px;
	text-align: center;
}
.submenu_3
    {
	height: 35px;
	text-align: center;
}
.submenu_separator
    {
	height: 1px;
	background: url('../images/submenu_separator.png') no-repeat;
}
.submenu_bottom
    {
	height: 4px; 
	background: url('../images/submenu_bottom.png') no-repeat;
}
.submenu_head
    {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.menu_table
    {

	height: 23px;
}

.menu_table a
    {
	text-align: center;
}
/* *html .menu_text
    {
	margin-top: 4px;
}*/
.menu_text
    {
	font-weight: none;
	line-height: 23px;
}
.menu_odd
    {
  	width: 1px;
	background: url('../images/menu_separator.png') no-repeat;  
}
#menu1 a
    {
	display: block;
	width: 110px;
	height: 23px;
}
#menu2 a
    {
	display: block;
	width: 40px;
	height: 23px;
}
#menu1 a:hover, #menu2 a:hover
    {
	background: url('../images/menu_hover.png') repeat-x;
}
.submenu_1 a
    {
	display: block;
	width: 193px;
	height: 20px;
}
.submenu_1 a:hover
    {
	background: url('../images/submenu_hover.png') repeat-y;
	font-weight: bold;
}
.submenu_3 a
    {
	display: block;
	width: 193px;
	height: 35px;
}
.submenu_3 a:hover
    {
	background: url('../images/submenu_hover.png') repeat-y;
	font-weight: bold;
}
	
.copyright 
    {
	font-size: 10px;
	color: black;	
}
.copyright a
    {
	font-size: 10px;
	color: black;
	text-decoration: none;	
}
.copyright a:hover
    {
	font-size: 10px;
	text-decoration: underline;	
}
.kontakt_head
    {
	height: 23px;
	background: url('../images/menu_bg.png') repeat-x;
	padding-left: 5px;
}
h2
    {
	line-height: 14px;
	font-size: 14px;
	color: #777b83;
}

