body {
	background-image: url(images/bg/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #F1F3FF;
	font-family: Verdana, sans-serif, Arial;
	font-size: 80%;
	color: #2E3192;
	margin: 0px;
	padding: 0px;
}
a {
	color: #6182D1;
}
a:hover {
	color: #6182D1;
}
p {

}

div {
	display: block;
	margin: 0px;
	padding: 0px;
}
h2, h3, h4, h5 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;
}
h1 {
	font-size:100%;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size:140%;
	line-height:100%;
	font-weight:bold;
	color: #2E3192;
}

h3  {
	font-size:120%;
	line-height:100%;
	font-weight:bold;
}

h4 {font-size:120%;
}

h5 {font-size:100%;
}

fieldset {
	border:1px solid #ccc;
	margin:15px 0;
	padding:10px;
}
legend {
	margin-left:10px;
	font-size:100%;
	font-weight:bold;
	color:#008;
}
hr {
	display:block;
	height:1px;
	margin:10px 0;
	padding:0;
	border:0 solid #CCC;
	color:#CCC;
	background-color: #CCC;
}
/* čistič */
.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0;
	  padding:0;
      border:none;
      visibility: hidden;
      }
	  
.box {
	min-height:1px;
	_height:1px;
}

.noscreen {
	display:none;
}	
/* fotky ke kontaktům */
.portret{
	padding: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
}
.obr {
	border: 2px solid #A0B9F3;
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.obr_centr {
	border: 1px solid #A0B9F3;
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.obr_right {
	border: 2px solid #A0B9F3;
	padding: 5px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tabulka_ikonky {
	float: right;
	margin-right: 20px;
}


/* hlavní kontajner */
#container {
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #FFF;
	background-image: url(images/bg/bg_zapati.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
/* Hlavička - nahrazení textu obrázkem  */
h1 a, h1 span {
  display: block;
  height: 69px;
  width: 770px;
}
h1 a {
	color: #fff;
	position: relative;
	line-height: 69px;
	text-decoration:none;
	background-color: #2E3192;
}
h1 span {
  position: absolute;
  top: 0; left: 0;
  cursor: pointer;
}
h1 a span {
	background-image: url(images/bg/bg_top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
h1 a:hover {
	background:#fff;
	color: #2E3192;
}

/* konec hlavičky*/

/* místo pro flash */
#header {
	height: 180px;
	width: 770px;
	background-image: url(images/bg/bg_header_a_hover.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
/* hlavní horizontální navigace */
	#nav {
	_height:1px;
	background-color: #192666;
	height: 30px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 770px;
	font-family: Verdana, sans-serif, Arial;
	font-size: 11px;
	color: #f1f3ff;
	margin: 0;
}

    #nav ul {
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
}
    #nav ul li {
	float:left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
    #nav ul li a {
	display:block;
	position:relative;
	border:0;
	color:#f1f3ff;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	background-image: url(images/bg/menu.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
    
    /* horizontální navigace - kulaté rohy*/
    #nav ul li a span.menu-l, #nav ul li a:hover span.menu-l {
	position:absolute;
	top:0;
	left:0;
	_left:-15px;
	width:10px;
	height:30px;
	background-image: url(images/bg/menu_l.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
    #nav ul li a span.menu-p, #nav ul li a:hover span.menu-p {
	position:absolute;
	top:0;
	right:0;
	_right:-1px;
	width:10px;
	height:30px;
	background-image: url(images/bg/menu_p.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
    
    /* horizontální navigace - hover */
    #nav ul li a:hover {
	color:#FFF;
	background-image: url(images/bg/menu_hover.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
    #nav ul li a:hover span.menu-l {
	background-image: url(images/bg/menu_l_hover.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
    #nav ul li a:hover span.menu-p {
	background-image: url(images/bg/menu_p_hover.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
    
    /* horizontální navigace - active */
    #nav ul li#active a {
	color:#FF9000;
	background-color: #FFF;
	background-image: url(images/bg/menu_aktiv.gif);
	background-repeat: repeat-x;
}
    #nav ul li#active a span.menu-l {
	position:absolute;
	top:0;
	left:0;
	_left:-15px;
	width:10px;
	height:30px;
	background-image: url(images/bg/menu_l_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
    #nav ul li#active a span.menu-p {
	position:absolute;
	top:0;
	right:0;
	width:10px;
	height:30px;
	background-image: url(images/bg/menu_p_aktiv.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}


/* místo kde se právě nacházíte */
#container #popis {
	color: #192666;
	width: 530px;
	display: block;
	font-size: 10px;
	height: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
	margin: 0px;
	float: left;
}
#container #popis p {
	margin: 0px;
	padding: 0px;
	color: #192666;
}

#container #popis p a {
	color: #192666;
	margin: 0px;
	padding: 0px;
}

/* hlavní vrstva */
#container #main {
	width: 750px;
	margin-top: 10px;
	margin-bottom: 55px;
	display: block;
	padding-left: 20px;
	line-height: inherit;
}
/* navigace vlevo */
#container #lsloupec {
	float: left;
	width: 200px;
	background-image: url(images/bg/nav_bg.gif);
	background-repeat: repeat-y;
	background-color: #CEDBF9;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #6182D1;
}
#container #lsloupec-vnitrni {
	background-image: url(images/bg/nav_top.gif);
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#container #lsloupec-konec {
	height: 20px;
	width: 200px;
	background-image: url(images/bg/nav_butom.gif);
}
/* nadpisy v navigaci */ 
#container #lsloupec h2 {
	background-image: url(images/bg/nav_title_bg.gif);
	padding-top: 15px;
	padding-bottom: 12px;
	background-color: #A0B9f3;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 12px;
	margin-left: -10px;
	padding-right: 0px;
	display: block;
	padding-left: 20px;
	color: #2E3192;
}
/* odrážky v menu */
#container #lsloupec ul#menu1 {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style: none;
	display: block;
	padding: 0px;
	color: #6182D1;
}
#container #lsloupec ul#menu1 li {
	margin:0;
	padding:0;
	border-bottom:1px solid #E0E8FA;
	color: #6182D1;
}
#container #lsloupec ul#menu1 li a {
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 22px;
	text-decoration: none;
}
#container #lsloupec ul#menu1 li a:hover {
	background-color:#E0E8FA;
	color:#6182D1;
}
#container #lsloupec ul#menu1 li#menu-active a {
	display: block;
	color: #FF9000;
}
/* hlavní text na stránce */
#container #main #text {
	float: left;
	width: 530px;
	background-image: url(images/bg/main_text_bg.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	padding-top: 20px;
	margin-top: 10px;
	color: #6182D1;
}
#container #main #text #obchod {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#container #main #text h1 {
	padding-top: 15px;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-right: 0px;
	display: block;
	background-image: url(images/bg/content_title_bg.gif);
	padding-bottom: 12px;
	padding-left: 30px;
	background-repeat: repeat-y;
	color: #2E3192;
	font-size: 140%;
	font-weight: bold;
	
}
#container #main #text h2 {
	padding-top: 5px;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	display: block;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #2E3192;
	font-size: 115%;
	font-weight: bold;
	
}
#container #main #text h3 {
	font-weight: bold;
	display: block;
	margin-left: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 105%;
}

#container #main #text p {
	display: block;
	margin-top: 12px;
	margin-bottom: 20px;
	padding: 0px;
	margin-left: 30px;
}
#container #main #text p a {
	text-decoration: underline;
	color: #2E4089;
}



#zapati {
	margin-top: 10px;
	width: 770px;
	background-color: #F1F3FF;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#zapati p {
	display: block;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* Hlavička - nahrazení textu obrázkem  */
h1 a, h1 span {
  display: block;
  height: 69px;
  width: 770px;
}
h1 a {
	color: #fff;
	position: relative;
	line-height: 69px;
	text-decoration:none;
	background-color: #2E3192;
}
h1 span {
  position: absolute;
  top: 0; left: 0;
  cursor: pointer;
}
h1 a span {
	background-image: url(images/bg/bg_top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
h1 a:hover {
	background:#fff;
	color: #2E3192;
}

/* konec hlavičky*/
