body {
	font-family : Arial, Helvetica, sans-serif;
	padding: 0px;
	margin : 0px;
	margin-bottom : 0px;
	font-size: 11px;
	background-color: #426FCC; 
	background-image: url(design/bg.jpg);
	background-repeat : repeat-x;
	background-position : top;
	text-align : center;	
	color: #070707;
}


/* take do WYSIWYG editoru a ADMIN.css */
a {
	color : #2E3B9B;
	text-decoration : underline;
}
a:hover {
	color : #2E3B9B;
	text-decoration : none;
}

img {
  border: 0px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
}
li {
	margin-left: 0px;
	margin-bottom: 3px;
	list-style-type: none; 
	background-image: url(/design/bg_li.gif);
	background-repeat : no-repeat;
	background-position : 0px 5px;
	padding-left: 18px;
	color: #2E3B9B;
	font-weight: bold;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-size : 14px;
	margin-bottom : 12px;
	margin-top : 3px;
	color : #65AE22;
}
h2 {
	font-size : 13px;
	margin-bottom : 12px;
	margin-top : 3px;
}
h3, h4, h5, h6 {
	font-size : 12px;
	margin-bottom : 12px;
	margin-top : 3px;
}

sup, sub {
	font-size : 9px;
}

pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

form {
	padding: 0px;
	margin : 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
}

td {
	font-size : 11px;
}

/* konec */



.nocss {
	display : none;
}

#all {
	position : relative;
	width : 870px;	
	padding : 0px;
	margin: 0 auto;
	text-align: left;
}
#top { 
  height: 185px;
  width: 100%;
}
#language {
	font-size: 11px;
}
#en,
#en:hover,
#cs,
#cs:hover {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 114px;
  height: 37px;
	background-image: url(design/bg_en.jpg);
	background-repeat : no-repeat;
	background-position : -114px top;
	color: white;
	text-decoration: none;
}
#en:hover  {
	background-position : left top;
	text-decoration: underline;
}
#cs,
#cs:hover {
  right: 114px;
  width: 115px;
	background-image: url(design/bg_cs.jpg);
	background-position : left top;
}
#cs:hover  {
	background-position : -115px top;
	text-decoration: underline;
}
.lang_aux {
  padding-top: 12px;
  padding-left: 25px;
}
#logo {
  position: absolute;
  top: 25px;
  left: -20px;
  width: 268px;
  height: 113px;
  background-image: url(design/bg_logo.jpg);
	background-repeat : no-repeat;
	background-position : left top;	
}



#topmenu {
  position: absolute;
  top: 71px;
  right: -3px;
  width: 574px;
  height: 27px;
}
#menu {
	list-style-type:none; 
	padding:0; 
	margin:0;
	float : left;
}

#menu li {
	display:block; 
	float:left; 
	position:relative; 
	z-index:100; 
	margin-right:0px;
	width: 114px;
	padding-left: 0px;
	font-weight: normal;
	line-height: normal;
}
#menu li span {
	display:block; 
	z-index:100; 
	padding: 0px 0px;
	font-size: 11px;
}

#menu li a, #menu li a:visited {
	display:block; 
	padding:0;
}

#menu dl {
	position:absolute; 
	top:0; 
	left:0; 
	margin: 0; 
	padding: 0; 
	background: url(design/transparency.gif);
}
#menu dt {
	margin:0; 
	float:left; 
	padding-bottom: 1px;
}
#menu dd {
	display:none; 
	background: transparent; 
	border-bottom:0px solid gray; 
	clear:left; 
	margin:0; 
	padding:0; 
	font-size: 11px; 
	text-align:left;
	font-weight : normal;
}

#menu dt a, #menu dt a:visited,
#menu dt.first a, #menu dt.first a:visited, 
#menu dt.last a, #menu dt.last a:visited {
  display: block;
  width: 114px;
  padding-top: 7px;
  padding-bottom: 6px;
  float: left;
	color: white;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	background-image : url(design/bg_topitem.jpg);
	background-repeat : no-repeat;
	background-position : left top;
	background-color: #282828;
}
#menu dt.first a, #menu dt.first a:visited {
	background-image : url(design/bg_topitem_first.jpg);
}
#menu dt.last a, #menu dt.last a:visited {
	background-image : url(design/bg_topitem_end.jpg);
}

#menu dt a.menu_item_onn, #menu dt a.menu_item_onn:visited,
#menu dt.first a.menu_item_onn, #menu dt.first a.menu_item_onn:visited,
#menu dt.last a.menu_item_onn, #menu dt.last a.menu_item_onn:visited {
	color: white; 
	background-image : url(design/bg_topitem.jpg);
	background-repeat : no-repeat;
	background-color: #254200;
	background-position : -114px top;
	text-decoration: underline;
}
#menu dt.first a.menu_item_onn, #menu dt.first a.menu_item_onn:visited {
	background-image : url(design/bg_topitem_first.jpg);
}
#menu dt.last a.menu_item_onn, #menu dt.last a.menu_item_onn:visited {
	background-image : url(design/bg_topitem_end.jpg);
}
#menu dd a, #menu dd a:visited { 
	color:white; 
	text-decoration:none; 
	display:block; 
	padding: 3px 3px;
	background-color: #203C01;
	border-bottom: 1px solid #A0A297;
}
#menu dd a.menu_item_on, #menu dd a.menu_item_on:visited { 
	color: #ED9F55; 
}

#menu li a:hover {
	border:0;
}

#menu li:hover dd, #menu li a:hover dd {
	display:block;
}
#menu dd a:hover,
#menu dd a.menu_item_onn {
	background: #366200; 
	color: white;
  border-bottom: 1px solid #A0A297;
}
#menu li:hover dt a, #menu li a:hover dt a,
#menu li:hover dt.first a, #menu li a:hover dt.first a,
#menu li:hover dt.last a, #menu li a:hover dt.last a {
	color: white;
	background-image : url(design/bg_topitem.jpg);
	background-repeat : no-repeat;
	background-color: #254200;
	background-position : -114px top;
	text-decoration: underline;
}
#menu li:hover dt.first a, #menu li a:hover dt.first a {
	background-image : url(design/bg_topitem_first.jpg);
}
#menu li:hover dt.last a, #menu li a:hover dt.last a {
	background-image : url(design/bg_topitem_end.jpg);
}

#slogan_cs, 
#slogan_en {
  position: absolute;
  top: 156px;
  left: 0px;
  width: 207px;
  height: 16px;
  background-image: url(design/bg_vyroba_cs.jpg);
	background-repeat : no-repeat;
	background-position : center top;	
}
#slogan_en {
  background-image: url(design/bg_vyroba_en.jpg);

}

#path {
  position: absolute;
  top: 148px;
  height: 38px;
  padding-right: 15px;
  width: 100%;
}
#path_left,
#path_middle,
#path_right {
  display: block;
  width: 10px;
  padding-top: 12px;
  padding-bottom: 9px;
  float: right;
	color: white;
	text-decoration: none;
	font-size: 13px;
	text-align: right;
	background-image : url(design/bg_path.jpg);
	background-repeat : no-repeat;
	background-position : right top;
  background-color : #2565B7;
}
#path_middle {
  _width: 194px;
  min-width: 194px;
	background-image : none;
}
#path_right {
	background-position : left top;
}
#path_rightblank {
  display: block;
  width: 15px;
  float: right;
}



#middle,
#middle_index,
#middle_dvousloupcova  {
	background-image : url(design/bg_content.jpg);
	background-repeat : repeat-y;
	background-position : right top;
}
#middle_index {
	background-image : url(design/bg_content_index.jpg);
}
#middle_dvousloupcova {
	background-image : url(design/bg_content_dvousloupcova.jpg);
}
#middle2,
#middle2_index,
#middle2_dvousloupcova {
	background-image : url(design/bg_content_bottom.jpg);
	background-repeat : no-repeat;
	background-position : right bottom;
}
#middle2_index {
	background-image : url(design/bg_content_bottom_index.jpg);
}
#middle2_dvousloupcova {
	background-image : url(design/bg_content_bottom_dvousloupcova.jpg);
}

#middle_left {
  display: block;
  width: 207px;
  float: left;
}

.leftmenu_item,
.leftmenu_firstitem,
.leftmenu_item_on,
.leftmenu_firstitem_on,
.leftmenu_item:hover,
.leftmenu_firstitem:hover,
.leftmenu_item_on:hover,
.leftmenu_firstitem_on:hover {
  display: block;
	background-image : url(design/bg_item.jpg);
	background-repeat : no-repeat;
	background-position : left top;
	text-decoration: underline;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 30px;
  color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.leftmenu_firstitem,
.leftmenu_firstitem_on,
.leftmenu_firstitem:hover,
.leftmenu_firstitem_on:hover {
	background-image : url(design/bg_item_first.jpg);
}
.leftmenu_item:hover,
.leftmenu_firstitem:hover,
.leftmenu_item_on:hover,
.leftmenu_item_on,
.leftmenu_firstitem_on:hover,
.leftmenu_firstitem_on {
	background-position : -207px top;
	color: #F9F200;
}


.leftmenu_subitem, 
.leftmenu_subitem_on,
.leftmenu_subitem:hover, 
.leftmenu_subitem_on:hover {
  display: block;
	background-color : #1C245E;
	text-decoration: underline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  padding-right: 10px;
  color: white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #263282;
}

.leftmenu_subitem:hover, 
.leftmenu_subitem_on,
.leftmenu_subitem_on:hover {
	color: #F9F200;
	text-decoration: underline;
}

#splash_line {
  border-top: 1px solid #CFD2E8;
  font-size: 1px;
}

#splash_,
#splash_0,
#splash_1,
#splash_2,
#splash_3,
#splash_4,
#splash_5,
#splash_6,
#splash_7,
#splash_8,
#splash_9,
#splash_10,
#splash_11 {
  width: 100%;
  height: 284px;
  background-image: url(design/bg_splash_1.jpg);
	background-repeat : no-repeat;
	background-position : center top;	
}
#splash_1 {
  background-image: url(design/bg_splash_2.jpg);
}
#splash_2 {
  background-image: url(design/bg_splash_3.jpg);
}
#splash_3 {
  background-image: url(design/bg_splash_4.jpg);
}
#splash_4 {
  background-image: url(design/bg_splash_5.jpg);
}
#splash_5 {
  background-image: url(design/bg_splash_6.jpg);
}
#splash_6 {
  background-image: url(design/bg_splash_7.jpg);
}
#splash_7 {
  background-image: url(design/bg_splash_8.jpg);
}
#splash_8 {
  background-image: url(design/bg_splash_9.jpg);
}
#splash_9 {
  background-image: url(design/bg_splash_10.jpg);
}
#splash_10 {
  background-image: url(design/bg_splash_11.jpg);
}




#middle_right {
  padding-left: 305px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-top: 20px;
}
#middle_right_index {
  padding-left: 305px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
#middle_right_dvousloupcova {
  padding-left: 305px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
#middle_right_index_right {
  float: right;
  width: 229px;
}
#middle_right_dvousloupcova_right {
  float: right;
  width: 229px;
  background-color: #EBEBEB;
}
#middle_right_dvousloupcova_right2 {
  padding-left: 17px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}
#middle_right_index_left {
  width: 300px;
}
#middle_right_dvousloupcova_left {
  width: 300px;
}
#middle_right_index_left2 {
  padding-left: 10px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-top: 15px;
}
#middle_right_dvousloupcova_left2 {
  padding-left: 10px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-top: 15px;
}

#aktuality_top_index {
  width: 100%;
  height: 60px;
  background-image: url(design/bg_aktuality_index.jpg);
	background-repeat : no-repeat;
	background-position : center top;	
	color: white;
	font-weight: bold;
	font-size: 13px;
}
#aktuality_top_index2 {
  padding-top: 13px;
  padding-left: 25px;
}
#aktuality_index {
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

#content_title,
#content_title_index_cs,
#content_title_index_en {
  height: 49px;
	color: #F9F200;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background-image : url(design/bg_title.jpg);
	background-repeat : no-repeat;
	background-position : right top;
}
#content_title2,
#content_title_index2 {
  position: absolute;
  top: 187px;
  left: 305px;
  padding-top: 17px;
}
#content_title_index_cs, 
#content_title_index_en {
	background-image : url(design/bg_title_index_cs.jpg);
	height: 50px;
}
#content_title_index_en {
	background-image : url(design/bg_title_index_en.jpg);
}

#content_splash_index {
  height: 249px;
	background-image : url(design/bg_splash_index.jpg);
	background-repeat : no-repeat;
	background-position : right top;
	text-align: right;
}


#bottom {
	position : relative;
	width : 870px;	
	padding : 0px;
	margin: 0 auto;
	text-align: right;
}
#bottom2 {
	padding-top : 10px;
	padding-bottom : 10px;
	padding-right : 25px;
	color: #5CB5EA;
}
#bottom a {
	color: #5CB5EA;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
}







.clear {
  clear: both;
}







/* AKTUALITY */
.aktualita {
  padding-top: 15px;
}
.aktualita_foto {
  float: right;
  width: 125px;
  background-image: url(design/bg_index_aktimg.gif);
	background-repeat : repeat-y;
	background-position : right top;	
	border: 2px solid #E3E3E3;
}
.aktualita_top {
  color: #2E3B9B;
  font-weight: bold;
  padding-bottom: 10px;
}
.aktualita_top span {
  color: #3D3D3D;
}
.aktualita_top a {
  color: #2E3B9B;
}
.aktualita_text {
  padding-top: 12px;
  margin-right: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E6E6E6;
}
.aktualita_clear {
  clear: right;
}

/* AKTUALITY INDEX */
.aktuality_top {
  color: #39459C;
  font-weight: bold;
  line-height: 1.4;
}
.aktuality_body {
  line-height: 1.4;
  padding-top: 5px;
  padding-bottom: 20px;
}


/* FOTOGALERIE */
.fotogalerie {
	padding-top : 12px;
	padding-bottom : 12px;
}
.td_fotogalerie {
	background-color: #FCFCFC;
	border: 1px solid #cccccc;
}
.fotogalerie_fotka_nazev, .fotogalerie_fotka_popis {
	font-size: 11px;
	color : #6C6C6C;
	padding-top : 3px;
}
.fotogalerie_fotka_img2 {
	border: 1px solid black;
}

#fotogalerie_table td {
	border: 1px solid #cccccc;
	background-color: #FCFCFC;
}
#fotogalerie_table2 td {
	border: 0px;
}
#fotogalerie_okno_toolbar {
	background-color: #EEEEEE;
}
.fotogalerie_okno_nazev {
	font-size: 12px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 5px;
}
.fotogalerie_okno_popis {
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.fotogalerie_foto {
  border: 2px solid #EBEBEB;
}
.fotogalerie_fotka_imgram {
  padding-bottom: 20px;
}


/* DOWNLOAD */
.downloady {
  padding-top: 15px; 
  padding-bottom: 12px;  
}
.download {
  position: relative;
  margin-bottom: 12px;
}
.download_ikona {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 40px;
}
.download_ikona a img {
  border: 0px;
}
.download_ikona a:hover img {
  border: 0px;
}
.download_right {
  padding-left: 50px;
}
.download_aktualizace,
.download_popis,
.download_cas,
.download_text {
  font-size: 11px;
}
.download_nazev {
  font-size: 11px;
}
.download_nazev a,
.download_aktualizace,
.download_popis {
  font-weight: bold;
}
