/* CSS Document www.morosystems.cz style.css*/
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	text-align: center;
	background: #fff url(../images/bg_body.png) 0px 175px repeat-x ;
	behavior: url(shell/css/csshover.htc);
}
div, img, span
{
   _behavior: url(shell/css/iepngfix.htc);
}
a:link {
	color: #486cff;
	text-decoration: none;
}

a:visited {
	color: #486cff;
	text-decoration: none;
}

a:active {
	color: #486cff;
	text-decoration: none;
}

a:hover {
	color: #486cff;
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.cleaner {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
}

table {
	font-size: 1em;
	margin-bottom: 1.1em;
}

.noprint {
	display: none;
}

#box1 {
	text-align: left;
	margin: 0px auto 0px auto;
	width: 980px;
	position: relative;
	z-index: 2;
	padding-top: 203px;
}

#top_bg {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 175px;
	background: #625f54;
}

#top {
	width: 980px;
	height: 175px;
	position: absolute;
	top: 0px;
	background: #625f54;
}
#lang_box {
	position: absolute;
	width: 109px;
	margin-left: 0px;
	margin-top: 20px;
	height: 13px;
}

#lang_box span {
	display: none;
}

#lang_box a:link,#lang_box a:visited,#lang_box a:active {
	width: 23px;
	height: 13px;
	display: block;
	float: left;
	font-size: 8px;
}

#lang_box a:hover {
	background-position: 0px 0px;
}

#lang_box .cz {
	background: #fff url(../images/ico_cz.png) 100% 0px no-repeat;
	margin: 0px 20px 0px 0px;
}

#lang_box .en {
	background: #fff url(../images/ico_en.png) 100% 0px no-repeat;
	margin: 0px 20px 0px 0px;
}

#lang_box .de {
	background: #fff url(../images/ico_de.png) 100% 0px no-repeat;
	margin: 0px 0px 0px 0px;
}

#logo {
	width: 270px;
	height: 101px;
	margin: 45px 0px 0px 0px;
	overflow: hidden;
	background: #625f54;
	z-index: 2;
	top: 0px;
	position: absolute;
}

#logo span {
	padding: 10px 0px 0px 20px;
	text-align: left;
	font-size: 18px;
	display: block;
	font-weight: bold;
	line-height: 30px;
	margin: 0px;
	color: #000;
}

#logo a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 270px;
	height: 101px;
	background: url(../images/logo_moro.png) no-repeat;
}

/* search*/
#search {
	position: absolute;
	top: 20px;
	right:0px;
	line-height:27px;
	height:27px;
	color:#fff;
	width:400px;
	text-align: right;
}
#search a:link, #search a:active,#search a:visited
{
  text-decoration:underline;
  color:#fff;
  margin:0px 5px;
}
#search a:hover
{
  text-decoration:none;
  color:#fff;
}
#search .txtSearch {
	border: 0px;
	display:block;
	margin:0px 0px 0px 10px;
	padding:3px 5px;
	font-size: 12px;
	width: 112px;
	height:21px;
	color:#000;
	float:right;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg_txt_search.png) no-repeat;
}

#search .btnSearch {
	border: 0px;
	display:block;
	margin:0px;
	padding:0px;
	float:right;
	background: #000 url(../images/bg_btn_search.png) no-repeat;
	width: 29px;
	height:27px;
	cursor:pointer;
}

/*end search*/

#menu_top {
	height: 29px;
	position: absolute;
	top: 112px;
	right: 0px;
}

#menu_top ul,#menu_top li {
	margin: 0px;
	padding: 0px;
}

#menu_top ul,#menu_top li h3 {
	float: left;
	position: relative;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: normal;
}

#menu_top ul li { /* styl nejvyssi urovne li */
	float: left;
	position: relative;
	display: block;
	cursor: pointer;
}

#menu_top ul li ul li { /* styl ostatnich li */
	float: none;
	display: block;
	_float: left;
	padding-right: 0px;
	border-bottom:1px solid #9c9988;
}
#menu_top ul li ul li.last { 
	border:0px;
}

#menu_top ul li ul h3 { /* styl ostatnich li */
	float: none;
	display: block;
	_float: left;
	padding: 0px;
	font-size: 14px;
}
#menu_top ul li a /* styl nejvyssi urovne a */ {
	display: block;
	_float: left;
	height: 29px;
	line-height: 29px;
	color: #fff;
	cursor: pointer;
	background: url(../images/bg_menu_btn.png) 100% 50% no-repeat;
}
#menu_top ul li.last a /* styl nejvyssi urovne a */ {
	background: none;
}
#menu_top ul li a span{
	display: block;
	height: 29px;
	_float: left;
	padding:0px 20px;
	line-height: 29px;
	cursor: pointer;
}
#menu_top ul li a:hover {
	background: #878373 url(../images/bg_menu_btn_hover_left.png) 0px 0px no-repeat;
}
#menu_top ul li a.activ
{
  color:#bfbba4;
}
#menu_top ul li a:hover span{
	background: url(../images/bg_menu_btn_hover_right.png) 100% 0px no-repeat;
}
#menu_top ul li ul li a:hover span {
	background: none;
}

#menu_top ul li ul li a:hover
{
	background: #625f54;
}
#menu_top ul li:hover a
{
	color:#fff;
	background: #878373 url(../images/bg_menu_btn_hover_left.png) 0px 0px no-repeat;
}
#menu_top ul li:hover a span{
	background: url(../images/bg_menu_btn_hover_right.png) 100% 0px no-repeat;
}

#menu_top ul li ul li:hover a,#menu_top ul li ul li ul li:hover a {
	
	background: #625f54; /*hover*/
}

#menu_top ul li ul li:hover a span,#menu_top ul li ul li ul li:hover a span
	{
	
}

#menu_top ul li:hover ul a,#menu_top ul li ul li:hover ul a,#menu_top ul li ul li ul li:hover ul a
	{
	color: #fff;
	background: #878373; /*hover*/
}

#menu_top ul li:hover ul a span,#menu_top ul li ul li:hover ul a span,#menu_top ul li ul li ul li:hover ul a span
	{
	background: none;
}

#menu_top ul li ul li:hover ul a:hover {
	color: #bfbba4;
	background: #878373;
}

#menu_top ul li ul li ul li ul a:hover span,#menu_top ul li ul li:hover ul a:hover span
	{
	color: #bfbba4;
}

#menu_top ul li ul li a /* styl ostatnich a */ {
	height: 29px;
	line-height: 29px;
	_float: none;
	padding-top: 0px;
	background:none;
}
#menu_top ul li ul li a span {
	padding: 0px 5px 0px 13px;
	display: inline;
  _float:none;
	background: none;
}

#menu_top ul div /* styl nejvyssi urovne ul */ {
	width: 231px;
	display: none;
	position: absolute;
	top: 29px;
	left: 0px;
	padding:3px 0px 7px 0px;
	background: url(../images/bg_menu_ul_bottom.gif) 0px 100% no-repeat;
}
#menu_top ul ul /* styl nejvyssi urovne ul */ {
	background:#878373 url(../images/bg_menu_ul_top.png) 0px 0px no-repeat;
	padding:7px 7px 0px 7px;
	width: 217px;
}

#menu_top ul ul ul /* styl ostatnich ul */ {
	top: 0px;
	left: 231px;
	width: 200px;
}

#menu_top ul li:hover div
	{
	display: block;
	z-index: 999;
}

#main {
	width: 980px;
	background: url(../images/bg_content.gif) no-repeat;
	padding-top:10px;
}
#main.hp
{
  background:none;
  padding-top:0px;
}

/*drobeckova*/
#main .navigace {
	font-size: 1em;
	color: #1d1d19;
	padding: 10px 0px 0px 30px;
	font-size: 110%;
	background:#fff;
}

#main .navigace h1 {
	display: inline;	
	font-size: 26px;
	color: #625f54;
	letter-spacing: 2px;
}

#main .navigace a:link,#main .navigace a:visited,#main .navigace a:active
	{
	color: #625f54;
	text-decoration: underline;
}

#main .navigace a:hover {
	color: #1d1d19;
	text-decoration: none;
}

#main .navigace span {
	padding: 0px 10px;
	background: url(../images/sipka_navig.png) 50% 50% no-repeat;
}

/*end drobeckova*/  /* nejruznejsi tridy pro stylovani obsahove casti */
#content {
	color: #1d1d19;
	background:#fff;
	padding: 20px 25px 20px 25px;
}
#main.hp #content
{
  background:none;
  padding: 0px 0px 20px 0px;
}

#content #tweet p {
	margin: 0 0 5px 0 !important;
	line-height: normal;
	padding: 0;
}

#content #tweet p span {
	color: #625F54;
	font-size: 90%;
}

#content #tweet p a {
	color: inherit;
	text-decoration: underline;
}

#content #tweet p a:hover {
	color: inherit;
	text-decoration: none;
}
#content #superban
{
  width:980px;
  overflow: hidden;
  height:281px;
  position:relative;
}
#content ul#superban_content {
	width: 5418px;
}

#content #superban ul
{
  padding:0;
  margin:0;
}
#content #superban li.superban_item
{
  width:880px;
  height:241px;
  padding:40px 50px 0px 50px;
  margin:0;
  line-height:normal;
  list-style-type:none;
  font-size:18px;
  color:#fff;
}
#content #superban li.superban_item strong
{
  display:block;
  margin-bottom:18px;
  font-size:23px;
}
#content #superban #item1
{
  background: url(../images/bg_flash1.jpg) 0px 0px no-repeat;
}
#content #superban #item2
{
  background: url(../images/bg_flash2.jpg) 0px 0px no-repeat;
  text-align:right;
}
#content #superban #item3
{
  background: url(../images/bg_flash3.jpg) 0px 0px no-repeat;
  color:#458ebe;
  text-align:right;
}
#content #superban_prev
{
  padding:0;
  margin:0;
  width:40px;
  top:0px;
  position:absolute;
  left:0px;
  height:281px;
  cursor:pointer;
  background: url(../images/sipka_flash_left.gif) 50% 50% no-repeat;
}
#content #superban_next
{
  padding:0;
  margin:0;
  top:0px;
  width:40px;
  height:281px;
  position:absolute;
  right:0px;
  cursor:pointer;
  background: url(../images/sipka_flash_right.gif) 50% 50% no-repeat;
}
#content #boxy_hp3
{
  width:980px;
  margin-top:30px;
  background: url(../images/bg_boxy_hp3.gif) 0px 100% no-repeat;
}
#content #boxy_hp3 p
{
  font-size:13px;
}
#content .box_hp
{
  width:280px;
  position:relative;
  top:-5px;
  float:left;
  margin-left:25px;
  padding:0px 15px 5px 15px;
  background: url(../images/bg_box_hp.gif) 0px 0px no-repeat;
}
#content #box_hp_left
{
  margin-left:0px;
}
#content .box_hp h2
{
  height:45px;
  font-size:15px;
  color:#fff;
  overflow:hidden;
  background:#625f54;
  margin:0px 0px 15px 0px;
  padding:4px 0px 0px 0px;
}
#content #box_hp_left h2, #content h2#jira
{
  height:49px;
  line-height:49px;
  padding:0px;
}
#content .box_hp h3
{
  color:#000;
}
#content .box_hp h4
{
  color:#7f6c28;
}
#content #boxy_hp3 a:link, #content #boxy_hp3 a:visited, #content #boxy_hp3 a:active {
}
#content #boxy_hp3 ul {
	margin: 0px 0px 1.2em 5px;
	line-height: 1.2em;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
}
#content #boxy_hp3 li {
	margin: 0.4em 0px 0.4em 0px;
	padding: 0px 0px 0px 10px;
	position:relative;
	background: url(../images/bg_li_sipka.gif) 0px 40% no-repeat;
}
#content #box_partneri
{
  width:980px;
  height:83px;
  padding-top:10px;
  margin-top:25px;
  background: url(../images/bg_partneri.gif) 0px 0px no-repeat;
}
#content #boxy_hp2
{
  width:980px;
  margin-top:30px;
  background: url(../images/bg_boxy_hp2.gif) 0px 100% no-repeat;
}
#content #boxy_hp2 p
{
  font-size:13px;
}
#content #box_hp_news
{
  width:280px;
  position:relative;
  top:-5px;
  float:left;
  padding:0px 15px 0px 15px;
  background: url(../images/bg_box_hp_news.gif) 0px 0px no-repeat;
}

#content #box_hp_blog
{
  width:615px;
  position:relative;
  top:-5px;
  float:left;
  font-size:13px;
  margin-left:25px;
  padding:0px 15px 0px 15px;
  background: url(../images/bg_box_hp_blog.gif) 0px 0px no-repeat;
}
#content #boxy_hp2 h2
{
  height:42px;
  line-height:42px;
  font-size:15px;
  color:#625f54;
  overflow:hidden;
  background:#f2eed7;
  margin:0px 0px 15px 0px;
  padding:0px 0px 0px 0px;
}
#content #boxy_hp2 a:link, #content #boxy_hp2 a:visited, #content #boxy_hp2 a:active {
	color:#7f6c28;
}
#content #boxy_hp2 h3 a:link, #content #boxy_hp2 h3 a:visited, #content #boxy_hp2 h3 a:active {
	color:#7f6c28;
	text-decoration: none;
}
#content #boxy_hp2 h3 a:hover
{
  text-decoration:underline
}
#content #boxy_hp2 p.news
{
  border-bottom:1px solid #e0ddcd;
  line-height:1.5em;
  padding:0px 0px 10px 0px;
  margin:0px 0px 10px 0px;
}
#content #boxy_hp2 p.news span
{
  color:#928e81;
}
#content #boxy_hp2 .blog
{
  line-height:1.4em;
  padding:0px 0px 0px 0px;
  margin:0px 0px 18px 0px;
}
#content #boxy_hp2 .blog span
{
  color:#928e81;
}
#content #boxy_hp2 .blog h3
{
  margin:0px;
  padding:3px 0px;
}
#content #box_hp_moro
{
  width:980px;
  height:183px;
  margin-top:25px;
  padding-top:10px;
  background: #fefae5 url(../images/bg_box_hp_moro.gif) 0px 0px no-repeat;
}
#content #box_hp_moro .first
{
  width:155px;
  float:left;
  margin-left:415px;
  _margin-left:208px;
}
#content #box_hp_moro .last
{
  width:270px;
  float:left;
  margin-left:116px;
}
#content #box_hp_moro h3{
  color:#1a171b;
  font-size:15px;
  padding-bottom:5px;
  border-bottom:1px solid #bfbba4;
}
#content #box_hp_moro a:link, #content #box_hp_moro a:visited, #content #box_hp_moro a:active {
	color:#625f54;
	text-decoration:none;
}
#content #box_hp_moro a:hover
{
  color:#000;
}
#content #box_hp_moro ul {
	margin: 0px 0px 1.2em 5px;
	_margin: 0px 0px 1.2em 2px;
	line-height: 1.2em;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
}
#content #box_hp_moro li {
	margin: 0.4em 0px 0.4em 0px;
	padding: 0px 0px 0px 10px;
	position:relative;
	background: url(../images/bg_li_sipka.gif) 0px 60% no-repeat;
}
#content #box_hp_moro .last ul
{
  width:130px;
  float:left;
}

#content a:link, #content a:visited, #content a:active {
	text-decoration: underline;
}

#content a.lblue:link, #content a.lblue:visited, #content a.lblue:active {
	color: #486cff;
}

#content a.dblue:link, #content a.dblue:visited, #content a.dblue:active {
	color: #0000ff;
}

#content a.green:link, #content a.green:visited, #content a.green:active {
	color: #339933;
}

#content a.red:link, #content a.red:visited, #content a.red:active {
	color: #ff3300;
}

#content a.yellow:link, #content a.yellow:visited, #content a.yellow:active
	{
	color: #ffed00;
}

#content a:hover,#content a.green:hover,#content a.lblue:hover,#content a.dblue:hover,#content a.red:hover,#content a.yellow:hover
	{
	text-decoration: none;
}

#content h1 {
	font-size: 26px;
	color: #625f54;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 2px;
}

#content.nabidka h1 {
	margin-bottom: 0px;
}

#content h2 {
	font-size: 20px;
	color: #625f54;
	margin: 0em 0px 0.4em 0px;
	padding: 0.5em 0px 6px 0px;
}

#content h2.nazev_reference {
	font-size: 20px
}

#content.nabidka h2 {
	font-size: 20px;
}

#content.nabidka h2.nadpis_reference {
	font-size: 16px;
}

#content .lblue {
	color: #486cff;
}

#content .dblue {
	color: #0000ff;
}

#content .green {
	color: #339933;
}

#content .red {
	color: #ff3300;
}

#content .yellow {
	color: #ffed00;
}

#content .black {
	color: #1d1d19;
}

#content .size14 {
	font-size: 14px;
}
#content .size12 {
	font-size: 12px;
}

#content .size16 {
	font-size: 16px;
}

#content .size18 {
	font-size: 18px;
}

#content .size10 {
	font-size: 11px;
}

#content h3 {
	color: #625f54;
	font-size: 16px;
	margin: 0em 0px 0.5em 0px;
	padding: 0.3em 0px 0px 0px;
}


#content h4 {
	color: #625f54;
	font-size: 1.1em;
	margin: 0px 0px 0.3em 0px;
	padding: 0px 0px 0px 0px;
}

#footer h4 {
	padding: 0px 0;
	margin: 0;
	font-size: 1em;	
}

#content h5 {
	color: #625f54;
	font-size: 0.9em;
	margin: 0px 0px 0.3em 0px;
	padding: 0px 0px 0px 0px;
}

#content p {
	margin: 0px 0px 1.2em 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4em;
	font-size: 14px;
}

#content p.block {
	text-align: justify;
}

#content p.right {
	text-align: right;
}

#content p.center {
	text-align: center;
}

#content ul {
	margin: 0px 0px 1.2em 25px;
	line-height: 1.3em;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
}

#content ul.nobullet {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#content ul.kam_dale {
	line-height: 1.9em;
	list-style: disc;
	font-size: 14px;
}

#content ul li ul {
	margin: 0.6em 0px 1.2em 25px;
	padding: 0px 0px 0px 0px;
}

#content li {
	margin: 0.4em 0px 0.4em 0px;
	padding: 0px 0px 0px 0px;
}

#content ol {
	margin: 0px 0px 1.2em 25px;
	line-height: 1.3em;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
}

a.out:link,a.out:active,a.out:visited {
	padding-right: 16px;
	background: url(../images/ico_out.gif) 100% 2px no-repeat;
}

a.out:hover {
	background: url(../images/ico_out_h.gif) 100% 2px no-repeat;
}

img.right {
	float: right;
	margin-left: 10px;
}

img.left {
	float: left;
	margin-right: 10px;
}

a.rss {
	padding-right: 14px;
	background: url(../images/ico_rss.gif) 100% 2px no-repeat;
}

.half_left {
	width: 47%;
	margin-right: 15px;
	float: left;
}

.half_right {
	width: 47%;
	margin-right: 0px;
	float: right;
}

.half_pixel_l {
	width: 451px;
	float: left;
}

.half_pixel_r {
	width: 380px;
	float: left;
}
.line-v
{
  width:100%;
}

.hide {
	display: none;
}

.nahoru {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px px;
	text-align: right;
}

.nahoru a {
	background: url(../images/sipka_top.png) 50% 0px no-repeat;
	padding: 6px 0px 0px 0px;
	margin-right:20px;
	color: #625f54;
}

.odsad {
	padding-left: 25px;
}

.line_full {
	width: 100%;
	height: 1px;
	line-height: 1px;
	background: #bfbba4;
	overflow: hidden;
	font-size: 1px;
	margin: 5px 0px 15px 0px;
}

.shade_line {
	height: 5px;
	overflow: hidden;
	font-size: 1px;
	line-height: 5px;
	margin-bottom: 20px;
	background: url(../images/shade_line.png) 50% 0px no-repeat;
}

#content .half_pixel_l {
	padding: 20px 16px 0px 0px;
	width: 405px;
}
#content .half_pixel_r {
	padding-top: 20px;
	margin-left: 40px;
}

/* end nejruznejsi tridy pro stylovani obsahove casti */
	/* end obrazky k zakladnim sekcim / nabidka */
#content .middle_o {
	padding: 50px 0px 5px 60px;
	font-weight: normal;
	line-height: 70px;
	background: url(../images/middle_o.png) 0px 100% no-repeat;
}

#content .middle_w {
	padding: 50px 0px 5px 60px;
	font-weight: normal;
	line-height: 70px;
	background: url(../images/middle_w.png) 0px 100% no-repeat;
}

#content .middle_s {
	padding: 50px 0px 5px 60px;
	font-weight: bold;
	line-height: 70px;
	background: url(../images/middle_s.png) 0px 100% no-repeat;
}

/* end obrazky k zakladnim sekcim / nabidka  */
	/* end obrazky k nadpisum na konci stranek / otazniky, vykricniky */
#content h3.middle_otaznik {
	color: #bfbba4;
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0px 1em 0px;
	padding: 50px 0px 10px 70px;
	background: url(../images/middle_otaznik_grey.png) 0px 100% no-repeat;
}

#content h3.middle_otaznik_grey {
	color: #bfbba4;
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0px 1em 0px;
	padding: 50px 0px 10px 70px;
	background: url(../images/middle_otaznik_grey.png) 0px 100% no-repeat;
}

.outsourcing dl dt {
	color: #486cff;
}

dl dt {
	font-size: 16px;
	color: #625f54;
}

dl dd {
	font-size: 14px;
	padding-bottom: 5px;
}

#content h3.middle_otaznik_blue {
	color: #486cff;
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0px 1em 0px;
	padding: 50px 0px 10px 70px;
	background: url(../images/middle_otaznik_blue.png) 0px 100% no-repeat;
}

#content h3.middle_otaznik_green {
	color: #339933;
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0px 1em 0px;
	padding: 50px 0px 10px 70px;
	background: url(../images/middle_otaznik_green.png) 0px 100% no-repeat;
}

.button_objednat {
	display: block;
	color: #fff;
	width:212px;
	height:39px;
	padding:0px;
	text-align:center;
	line-height:39px;
	color:#fff !important;
}

.button_objednat {
	background: url(../images/bg_button_green.png) 0px 0px no-repeat;
}

.button_objednat:hover {
	text-decoration: underline;
}

.outsourcing .button_objednat {
	background: url(../images/bg_button_blue.png) 0px 0px no-repeat;
}

.webova-reseni .button_objednat {
	background: url(../images/bg_button_green.png) 0px 0px no-repeat;
}

#content h3.middle_otaznik_red {
	color: #ff3300;
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0px 1em 0px;
	padding: 50px 0px 10px 70px;
	background: url(../images/middle_otaznik_red.png) 0px 100% no-repeat;
}

#content h3.middle_vykricnik_blue {
	color: #486cff;
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0px 1em 0px;
	padding: 50px 0px 10px 70px;
	background: url(../images/middle_vykricnik_blue.png) 0px 100% no-repeat;
}

#content h3.middle_vykricnik_green {
	color: #339933;
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0px 1em 0px;
	padding: 50px 0px 10px 70px;
	background: url(../images/middle_vykricnik_green.png) 0px 100% no-repeat
		;
}

#content h3.middle_vykricnik_red {
	color: #ff3300;
	font-size: 18px;
	line-height: 20px;
	margin: 20px 0px 1em 0px;
	padding: 50px 0px 10px 70px;
	background: url(../images/middle_vykricnik_red.png) 0px 100% no-repeat;
}

/* end obrazky k nadpisum na konci stranek / otazniky, vykricniky */
	/* footer */
#bg_footer {
	width: 100%;
	background: #fefae5;
}

#footer {
	width: 940px;
	margin: 0px auto 0px auto;
	color: #625f54;
	padding: 30px 20px 30px 20px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.9em;
	background: #fefae5 url(../images/bg_footer.png) 80px 0px no-repeat;
}

#footer .line {
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	font-size: 1px;
	background: #bfbba4;
	margin: 10px 0px;
}

#footer .minusky {
	text-transform: none;
}

#footer p {
	margin: 0 0px 1.4em 0px;
	padding: 0px 0px 0px 0px;
}

#footer .dark {
	color: #1d1d19;
}

#footer #aktuality {
	width: 390px;
}

#footer #aktuality a {
	color: #1d1d19;
	padding-right: 15px;
	background: url(../images/ico_out.gif) 100% 2px no-repeat;
}

#footer #aktuality a:hover {
	background: url(../images/ico_out_h.gif) 100% 2px no-repeat;
}

#footer #rozbalena-navigace div
{
  float:left;
  width:187px;
  margin-right:1px;
  background: #fffefa url(../images/footer-box-top.gif) no-repeat;
}
#footer #rozbalena-navigace ul
{
  width:171px;
  padding:8px 8px 0px 8px;
  margin:0;
  height:180px;
  list-style-type:none;
  background: url(../images/footer-box-bottom.gif) 0px 100% no-repeat;
}
#footer #rozbalena-navigace ul li
{
  padding:0;
  margin:1px 0;
}
#footer #rozbalena-navigace strong {
	color: #1d1d19;
}

#footer #rozbalena-navigace a {
	color: #625f54;
}

#footer .half_pixel_r {
	padding-left: 40px;
}

#footer a:link,#footer a:visited,#footer a:active {
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}



#footer .copy {
	text-align: right;
	color: #1d1d19;
	margin-top: 20px;
}

/* end footer */ /* ruzne ikony nahore na strance nad H1 */
.ico_big {
	width: 128px;
	height: 148px;
	margin-left:25px;
	position: absolute;
	margin-top: -35px;
	z-index: 3;
	display:none;
}

#ico_reference {
	background: url(../images/ico_reference.png) no-repeat;
}

#ico_nabidka {
	background: url(../images/ico_nabidka.png) no-repeat;
}

#ico_outsource {
	background: url(../images/ico_outsource.png) no-repeat;
}

#ico_web {
	background: url(../images/ico_web.png) no-repeat;
}

#ico_system {
	background: url(../images/ico_system.png) no-repeat;
}

#ico_outsource_close {
	background: url(../images/ico_outsource_close.png) no-repeat;
}

#ico_web_close {
	background: url(../images/ico_web_close.png) no-repeat;
}

#ico_system_close {
	background: url(../images/ico_system_close.png) no-repeat;
}

#ico_team {
	background: url(../images/ico_team.png) no-repeat;
}

#ico_clanky {
	background: url(../images/ico_clanky.png) no-repeat;
}

/* end ruzne ikony nahore na strance nad H1 */
	/* boxy pro vsechny druhy reference */
#content .reference_big {
	background: url(../images/shade_ref_big.png) no-repeat;
	
	padding: 40px 0px 0px 58px;
}

#content .pravy_panel .reference_big {
	padding: 20px 0px 0px 41px;
}

#content .reference_big h3 {
	font-size: 18px;
	margin: 0em 0px 0em 0px;
	padding: 0em 0px 0px 0px;
	font-weight: normal;
}

#content .reference_big img {
	border: 1px solid #000;
}

#content .reference_big p {
	margin: 0em 0px 1.5em 0px;
	padding: 0em 0px 0px 0px;
}


#content .reference_big h2 {
	margin: 0px 0px 10px 0px;
	color: #625f54;
}

/* end boxy pro vsechny druhy reference */
	/* ostatni ruzne boxy pro pravy bocni pruh */

#content .pravy_panel .rychla_navigace {
	margin: 0;
	padding: 6px 0 0 0;
	background: url(../images/bg_rychla_navigace_top.png) 0 0 no-repeat;
}

#content .pravy_panel .rychla_navigace div {
	margin: 0;
	padding: 0px 0 6px 0;
	background: url(../images/bg_rychla_navigace_bottom.gif) 0 100% no-repeat;
}



#content .pravy_panel .rychla_navigace ul, #content .pravy_panel .rychla_navigace ul li {
	padding: 0px 0 !important;
}

#content .pravy_panel .rychla_navigace ul {
	padding: 0px !important;
	margin: 0px !important;
	background:#878373;
	list-style: none;
	overflow:hidden;
}

#content .pravy_panel .rychla_navigace {
	margin-bottom: 20px !important;
}

#content .pravy_panel .rychla_navigace ul li {
	padding: 0px !important;
	margin: -1px 0px 0px 0px !important;
	list-style: none;
	border-top:1px solid #9c9988;
	position:relative;
}


#content .pravy_panel .rychla_navigace ul li h3 {
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	margin: 0 !important;
}

#content .pravy_panel .rychla_navigace ul li h3 a {
	color: #fff;
	text-decoration: none !important;
	display: block;
	padding: 5px 25px;
	zoom:1;
	margin: 0 !important;
}

#content .pravy_panel .rychla_navigace ul li h3 a:hover {
	background: #625f54;
}

#content .pravy_panel .rychla_navigace h2 {
	background: #625f54;
	color: #fff;	
	margin: 0px !important;
	padding: 0px 25px 0 25px !important;
}

#content .pravy_panel h2 {
	padding:0px 25px;
	margin:0px 0px;
	height:42px;
	width:225px;
  line-height:42px;
  font-size:17px;
  color:#7f6c28;
	background: url(../images/bg_box_right_title2.png)  no-repeat;
}
#content .pravy_panel h2.small
{
  font-size:14px;
  padding:0px 15px 0px 25px;
  width:235px;
}
#content .box_right h2 {
	padding:0px 25px;
	margin:0px 0px;
	height:42px;
	width:225px;
  line-height:42px;
  font-size:17px;
  color:#7f6c28;
	background: url(../images/bg_box_right_title2.png)  no-repeat;
}

.box_right img {
	border: 1px solid #000;	
}

#content .pravy_panel .box_right .shade_small, #content .pravy_panel .shade_small {
	background: url(../images/bg_box_right.png) 0px 100% no-repeat;
	padding: 15px 25px 20px 25px;
	width:225px;
	margin-bottom:25px;
}
#content .shade_small {
	background: url(../images/shade_small.png) no-repeat;
	padding: 25px 0px 20px 30px
}

#content .shade_prechod, #content .dulezite {
	background: url(../images/shade_prechod.jpg) no-repeat;
	padding: 25px 25px 20px 25px;
	margin-bottom:25px;
}

#content .dulezite {
	margin-bottom: 10px;
}

#content .shade_prechod_in {
	background: url(../images/shade_prechod_in.jpg) no-repeat;
	padding: 25px 0px 20px 30px
}

/* end ostatni ruzne boxy pro pravy bocni pruh */
	/* rozdeleni hlavniho obsahu v pomeru 2/3 a 1/3 a linka co to rozdeluje */


.dvetretiny {
	width: 630px;
	float: left;
	padding: 0px 0px 30px 0px;
}

.pravy_panel {
	width: 275px;
	float: right;
	padding: 0px 0px 0px 0px;
}

.pravy_panel a {
	color: #486cff;
}


/* end rozdeleni hlavniho obsahu v pomeru 2/3 a 1/3 a linka co to rozdeluje */
	

/* end specialni seznam do boxu rychla navigace */



#content.nabidka h2 a {
	color: inherit;
	text-decoration: none;
}

#content.nabidka h2 a:hover {
	text-decoration: underline;
}

#box1 .outsourcing h1, #box1 .outsourcing h2 {
	color: #486cff;
}

#box1 .webova-reseni h1, #box1 .webova-reseni h2 {
	color: #71B871;
}

#box1 .webova-reseni dt {
	color: #71B871;
}

/*  nas team specialni prvky*/
.box_orange_bottom {
	background: #fefae5 url(../images/bg_box_orange_bottom.gif) 0px 100% no-repeat;
	margin-bottom: 15px;
}
.box_orange {
	background:  url(../images/bg_box_orange.png) 0px 0px no-repeat;
	padding: 25px 25px 10px 25px;
	sheight: 189px;
}

#content .vizitka {
	padding: 25px 25px 15px 25px;
	xheight: 200px;
}

#content .vizitka p {
	xwidth: 260px;
}

.box_orange img {
	position: absolute;
	margin-left: 270px;
}

#content p.o_sobe {
	padding: 0px 0px 0px 30px;
	margin-top: 100px;
	float: right;
	background: url(../images/ico_osobe.png) 0px 4px no-repeat;
}

/* end nas team */ /* ruzne boxiky */
.box_panacek {
	width: 140px;
	padding: 10px 20px 10px 30px;
	float: right;
	margin: 0px 0px 15px 10px;
	background: #f2eed7 url(../images/ico_panacek.png) 9px 6px no-repeat;
}

.box_slozka {
	width: 140px;
	padding: 10px 20px 10px 30px;
	float: right;
	margin: 0px 0px 15px 10px;
	background: #f2eed7 url(../images/ico_slozka.png) 7px 7px no-repeat;
}

.vice_boxu_r {
	float: right;
	width: 200px;
}

.vice_boxu_l {
	float: left;
	width: 200px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.vcard {
	width: 100%;
}

.vcard td {
	vertical-align: top;
	font-size: 120%;
}

/* end ruzne boxiky */ /* standardni tabulka */
table.standard {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	margin-bottom: 1.4em;
	text-align: center;
}

table.standard tr.sude {
	background: #f2eed7;
}

table.standard th {
	background: #625f54;
	padding: 6px 5px;
	color: #bfbba4;
	border-right: 1px solid #bfbba4;
	border-left: 1px solid #bfbba4;
	text-align: left;
}

table.standard tr.first td {
	background: #bfbba4;
	border-right: 0px;
	color: #625f54;
}

table.standard tr.last td {
	border-bottom: 1px solid #bfbba4;
}

table.standard td {
	padding: 6px 3px;
	border-right: 1px solid #bfbba4;
	border-left: 1px solid #bfbba4;
	vertical-align: top;
	text-align: left;
}

/* end standardni tabulka */
/* lista volby */
table.panel_volby {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	margin-bottom: 25px;
	margin-top: 20px;
}

table.panel_volby td {
	padding: 10px 15px;
	background: #f2eed7;
}

table.panel_volby td.poslat {
	font-size: 14px;
}

table.panel_volby td.poslat span {
	float: left;
	margin-right: 10px;
}

table.panel_volby td.export {
	text-align: center;
	font-size: 0.9em;
}

table.panel_volby td.export a {
	background: url(../images/ico_pdf.png) 100% 60% no-repeat;
	padding-right: 24px;
	color: #625f54;
}

table.panel_volby td.tisk {
	text-align: center;
	background: #bfbba4;
	letter-spacing: 2px;
	font-size: 0.9em;
	padding: 10px 0px;
	width: 110px;
}

table.panel_volby td.tisk a {
	background: url(../images/ico_print.png) 100% 60% no-repeat;
	padding-right: 20px;
	color: #625f54;
}

a.tweeter {
	background: url(../images/ico_tweeter.png) no-repeat;
	display: block;
	width: 13px;
	height: 18px;
	float: left;
	margin-right: 6px;
}

a.face {
	background: url(../images/ico_face.png) no-repeat;
	display: block;
	width: 16px;
	height: 18px;
	float: left;
	margin-right: 6px;
}

a.ico3 {
	background: url(../images/ico3.png) no-repeat;
	display: block;
	width: 16px;
	height: 18px;
	float: left;
	margin-right: 6px;
}

a.ico4 {
	background: url(../images/ico4.png) no-repeat;
	display: block;
	width: 16px;
	height: 18px;
	float: left;
	margin-right: 6px;
}

/* end lista volby */ /* formular pridat komentar */

/* end formular pridat komentar */

.plus {
	background: #EAFFEC;
}

.java {
	background: #AAFDB2;	
}

.minus {
	background: #FDAAAA;
}

td.minus p, td.plus p {
	font-size: 100% !important;
	/*vertical-align:  !important;*/
	margin: 0 !important;
	padding: 4px 2px !important;
}


td.minus p img, td.plus p img {
	vertical-align: middle !important;
	margin-right: 10px;
}


table.technologie-znalosti {
	border-collapse: collapse;
	border: 0px;
	text-align: center;
	margin-bottom:0;
	width:100%;
}


table.technologie-znalosti th {
	text-align: left;
	padding: 3px 10px;
	width: 100px;
	vertical-align: top;
	background: #eee;
}


table.technologie-znalosti td {
	vertical-align: top;	
	text-align: left;
	padding: 3px;
	width: 150px;
	background: #eee;
}

dl#seznam-technologie dt {
	font-weight: bold;	
}

dl#seznam-technologie dd {
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

dl#slovnik dt {
	font-weight: bold;	
}

dl#slovnik dd {
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer .line_menu {
    margin-bottom: 0px;
    text-align: center;
}
#content .ref
{
  width:222px;
  float:left;
  margin-right:3px;
  height:185px;
}
#content .smallref
{
  height:85px;
}
#content .ref a.img:link, #content .ref a.img:visited, #content .ref a.img:active
{
  display:block;
  height:80px;
  border:1px solid #dfdfdf;
  text-decoration:none;
}
#content .ref a.img:hover
{
  border:1px solid #8b8b8b;
  text-decoration:none;
}
#content .ref img
{
  display:block;
}
#content .ref h3
{
  margin-bottom:3px;
  color:#000;
}
#content .ref p
{
  font-size:12px;
}

#content .clen {
}

#content .clen img
{
	position: static;
	margin-left: 0;
}
#content .clen .clen-fotka {
  float: left;
  width: 200px;
}

#content .clen .clen-popis {
	float: left;
	width: 380px;	
}

#content .clen p
{
  font-size:12px;
}

ul.float-left-items li {
	float: left;
	width: 150px !important;
}
