/* Text styles - Hortenzie */

body {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	background: #EEEEFF url("../images/backgr2.gif");
	font-size: 12pt;
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	scrollbar-face-color: #9999FF;
	scrollbar-highlight-color: #EEEEFF;
	scrollbar-3dlight-color: #6666FF;
	scrollbar-darkshadow-color: #000033;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-arrow-color: #000066;
	scrollbar-track-color: #EEEEFF;
	margin: 5px;
}

#top {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#header {
  width: 910px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
}

#all {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
  background: #EEEEFF url('../images/bg-all.png') repeat-y;
	border-bottom: 2px solid #ff9900;
}

#main {
	margin-left: auto;
	margin-right: auto;
  width: 906px;
	text-align: center;
}

#left {
  float: left;
	width: 230px;
}

#menu {
  padding: 8 0 0 0px;	
  float: left;
	width: 227px;
	background: url("../images/menu_bg.png") repeat-y;
	text-align: left;
}
#menu ul{
  padding: 0px;
  margin: 0px;	
	list-style:none;
  font-size: 12pt;
	font-family: Arial, sans-serif;
  font-weight: bold;
	color: #000066;
}
#menu ul li{
  border-bottom: 1px dashed #CC6600;
}
#menu ul li a{ 
	display:block;
	color: #000066;	
  padding: 6 15 6 19px;
}
#menu ul li a:hover{ 
  background: url("../images/menu_bg_act.png") repeat-y;
}
#menu ul li .active{ 
  background: url("../images/menu_bg_act.png") repeat-y;
  color: #cc6600;
}
#menu ul li ul li{
  background: url("../images/menu_bg2.png") repeat-y;
	border: none;
  margin: 0px;
  padding: 0px;
	width: 227px;
}
#menu ul li ul li a{ 
  font-weight:normal;
  margin: 0px;
}
#menu ul li ul li a:hover{ 
  padding-left: 4px;
  margin-left: 15px;
}
#menu ul li ul li .active{ 
  padding-left: 4px;
  margin-left: 15px;
  color: #cc6600;
}

#apss {
  margin: 0px;
  padding: 60 0 0 0px;
  float: left;
	width: 230px;
	background: url("../images/menu_bottom.png") no-repeat;
	text-align: center;
}

#right {
	margin-left: auto;
	margin-right: 30px;
	margin-bottom: 30px;
  float: right;
	width: 615px;
	text-align: left;
}

#nav {
	margin-top: 20px;
	padding: 0 0 15 30px;
	line-height: 170%;
  border-bottom: 1px dashed #cc6600;
/*	font-weight: bold; */
}
#nav a{
	padding: 0 0 0 25px;
	background: url("../images/arrow.gif") no-repeat left top;
}
#end_all {
	margin: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 900px;
	height: 0px;
}
#footer {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 30px;
	text-align: left;
}
#nahoru {
	margin: 20 0 20 0px;
	padding: 10 24 0 0px;
	background: url("../images/nahoru.gif") no-repeat right bottom;
  border-top: 1px dashed #CC6600;
	text-align: right;
}

a{
	color: #000066;
	text-decoration: none;
}

a:hover{
/*	border: 2px dashed #CCCCFF; */
	color: #cc6600;
}

h1,.h1 {
	margin-top: 20pt;
	text-align: left;
  font-size: 14pt;
	color: #CC6600;
	text-indent: 30px;
	font: bold;
}

h2,.h2 {
	font-size: 12pt;
	color: #000000;
	text-indent: 30px;
  font-weight: bold;
	font: normal;
	border-bottom: thin dashed #CC6600;
}

h3,.h3 {
	font-size: 13pt;
  font-weight: bold;
}

h4,.h4 {
	text-align: center;
  line-height: 130%;
	font-family: Monotype Corsiva, Tahoma, Arial, sans-serif;
	font-size: 18pt;
	color: #CC6600;
}

h5,.h5 {
	font-size: 12pt;
	text-align: center;
  font-weight: normal;
}

h6,.h6 {
	font-size: 11pt;
	color: #000000;
	margin-left: 55px;
}

p {
	text-indent: 30px;
	line-height: 130%;
	text-align: justify;
}

.nazev {
	font-size: 14pt;
	font-family: Tahoma, Arial, sans-serif;
	color: #000066;
}

.zakazky {
  margin-top: 5px;
	line-height: 200%;
}

.obr_l {margin-right: 15px;}
.obr_c {margin-left: 7.5px; margin-right: 7.5px;}
.obr_r {margin-left: 15px;}

hr {
	border-bottom: 1px dashed #CC6600;
}

th {
  background: #ffd77d;
  font-weight: normal;
}

/*----- rozeviraci polozky -----*/
.Rozbal{
	cursor: pointer;
	list-style-image: url("../images/+.gif");
	margin-top:20px;
	padding-left:5px;
	text-align:left;
	text-decoration: underline;	
}

.Rozbal ol, .Rozbal ol ol, .Rozbal ul, .Rozbal ul ul{
	display: none;
}
.Rozbal ul li {
	list-style-image: none;
}
.Rozbal2{
	cursor: pointer;
	list-style-image: url("../images/-.gif");
	margin-top:20px;
	padding-left:5px;
	text-align:left;
}

.Rozbal2 ol, .Rozbal2 ol ol, .Rozbal2 ul, .Rozbal2 ul ul{
	display: block;
	margin-left:0px;
	list-style-type: none;
}

.Rozbal2 ul li {
	list-style-image: none;
	margin:20 0 20 0px;
}

.Rozbal2 ul li ul li {
	list-style-type: disc;
}
/*----- rozeviraci polozky end -----*/
