/* ANGEL HOSTING - STYLE */




/* -------------------- stránka HEAD -------------------- */

#text-h1 {
  display: none;
}

#clickimg {
  float: left;
  margin-left: 4px;
  _margin-left: 0px;
  margin-top: 17px;
}

#detail #clickimg {
  margin-top: 8px;
  margin-left: 2px;
}

#clickimg img {
  border: 0px;
} 

body {
  font-family: Trebuchet MS, Arial;
  margin: 0 auto;
}

.content {
  background: url('/img/html.jpg') repeat-x;
  _height: 250px;
}

#detail .content {
  background: url('/img/html_2.jpg') repeat-x;
}

.head {
  background: url('/img/head.jpg') center no-repeat;
  _background-position: 0px 0px;
  height: 344px;
  margin: 0 auto;
  width: 990px;
}

#detail .head {
  background: url('/img/head_2.jpg') center no-repeat;
  height: 250px;
  //margin-bottom: 20px;
  _margin-bottom: 0px;
}

.upper-menu {
  font-size: 14px;
  margin-right: 25px;
  float: right;
  clear: none;
  padding-top: 25px;
}

.upper-menu a {
  background: #000;
  padding: 26px 7px 11px 5px;
  margin: 0px 8px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

.upper-menu #active {
  color: rgb(228, 255, 0);
  padding-top: 12px;
}

.upper-menu a:hover {
  color: rgb(228, 255, 0);
}

#float-menu {
  position: absolute;
  top: 54px;
  //top: 43px;
  left: 40%;
  z-index: 3;
}

#float-menu .polozka {
  width: 182px;
  height: 27px;
  background: url('/img/float.jpg') repeat-x;
  border: solid 2px #5A5A5A;
  border-top: solid 1px #5A5A5A;
  padding: 1px 0 0 10px;
}

#float-menu .polozka a {
  color: #BAA;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

#float-menu .polozka a:hover {
  color: #FFF;
}

.big-word {
  clear: both;
  padding-top: 50px;
  color: #FFF;
  font-size: 32px;
}

#green {
  color: rgb(228, 255, 0);
  font-weight: bold;
}

.akce {
  width: 139px;
  height: 139px;
  position: absolute;
  top: 100px;
  left: 80%;
  background: url('/img/akce.png') no-repeat;
  _background: url('/img/akce.gif') no-repeat;
}

#main-menu {
  float: right;
  clear: none;
  font-size: 13px;
  z-index: 4;
}
#main-menu ul {margin:0;padding:0;}

#main-menu ul li {
  float: left;
  background: #000;
  padding: 28px 10px 10px 10px;
  height: 22px;
  list-style: none;
  text-align: center;
  margin: 0 6px 0  6px;
}

#main-menu ul li a {
display: block;
clear: both;
}

#main-menu ul li ul li {
  float: none;
  text-align: left;
  margin: 0;
  width: 140px;
  background: url('/img/float.jpg') repeat-x;
  border: solid 2px #5A5A5A;
  border-top: solid 1px #5A5A5A;
  padding:0;
  height:28px;
}

#main-menu ul li#last ul li {
  margin: 0 0 0 -42px;
  //margin: 0;
  //width: 105px;
}

#main-menu ul li ul {
  clear: both;
  float:left;
  padding:0;
  margin:4px 0 0 -20px;
  display: none;
  position: absolute;
  padding: 10px;
}

#main-menu ul li:hover ul, #main-menu ul li.mnhover ul {
  display: block;
}

#main-menu ul li:hover a, #main-menu ul li.mnhover a {
  color: rgb(228, 255, 0);
}

#main-menu ul li a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

#main-menu ul li span {
  display: block;
  width: 100%;
  cursor: pointer;
}

#main-menu ul li a:hover {
  color: rgb(228, 255, 0);
}


#main-menu ul li ul a {
  display: block;
  height:auto;
  padding:0;
  margin:0;
  height:28px;
  line-height: 28px;
} 




#main-menu ul li:hover ul li a, 
#main-menu ul li.mnhover ul li a {
  font-weight: normal;
  color: #BAA;
  padding: 0 0 0 10px;
}

#main-menu ul li ul li:hover {
  background: #000 url('');
}

#main-menu ul li ul li a:hover {
  color: #FFF;
}

#main-menu ul .active a {
  color: rgb(228, 255, 0);
}

#main-menu ul .active ul li a {
  color: #BAA;
}







/* -------------------- str?nka INDEX -------------------- */

.nabidka {
  clear: both;
  padding-top: 58px;
  //padding-top: 58px;
  width: 952;
  margin: 0 auto;
  text-align: center;
}

.nabidka .mini, .nabidka .mini-r {
  padding-top: 18px;
  float: left;
  width: 24.8%;
  font-weight: bold;
  background: url('/img/mini.jpg') 0 0px repeat-x;
  height: 251px;
}

.nabidka .mini-r {
  background: url('/img/mini-r.jpg') 0 0px repeat-x;
}

.mini ul, .mini-r ul {
  text-align: left;
  list-style-image: url('/img/ul.jpg');
  font-size: 12px;
  color: #333;
  margin-left: 10px;
  _margin-left: 40px;
  //margin-left: 40px;
  //margin-top: 8px;
}

#detail .mini ul, #detail .mini-r ul {
  //margin-top: 20px;
}

.mini .href, .mini-r .href {
  text-align: left;
  margin-left: 25px;
  //text-indent: 0px;
}

.mini .href a, .mini-r .href a {
  color: #F60;
  font-size: 11px;
}

.mini .href a:hover, .mini-r .href a:hover {
  color: rgb(120, 147, 24);
}

.mini .cena, .mini-r .cena {
  float: right;
  position: relative;
  top: -80px;
  width: 79px;
  height: 80px;
  padding: 18px 11px 0 0;
  background: url('/img/cena.gif') no-repeat;
  font-size: 12px;
  color: #FFF;
}

.main {
  //padding-top: 200px;
  _padding-top: 0px;
  width: 960px;
  margin: 0 auto;
  clear: both;
}

#index .main {
  _margin-top: -50px;
}

.work {
  float: left;
  text-align: justify;
  background-color: transparent;
}

#index .work {
  width: 71%;
}

.work h2 {
  color: #F60;
  font-size: 20px;
  //padding-top: 20px;
}

.work h3 {
  color: #F60;
  font-size: 17px;
  //padding-top: 20px;
}

.work h1 {
  //padding-top: 20px;
}

.work h4 {
  color: #F60;
  font-size: 15px;
  //padding-top: 20px;
}

a {
  color: #F60;
}

.work li {
  list-style-image: url('/img/work_li.jpg');
}

.work table {
  border-spacing: 0px;
  border-collapse: collapse;
  margin: 10px;
  border: solid 1px #999;
  padding: 0px;
}

.work .prices {
  width: 890px;
}

.work table th {
  color: #000;
  padding: 4px;
  font-weight: bold;
  border: solid 1px #999;
  background: #BBB; /*FEC*/
  font-size: 12px;
}

.work table td {
  border: solid 1px #999;
}

.work table .highlight {
  color: red;
}

.work table .header th {
  color: rgb(228, 255, 0); /*F60*/
  text-align: center;
  font-size: 15px;
}

.work table .header-2 th {
  color: #000;
}

.work table .odd td, .work table .odd th {
  background: #EEE;
}

.work table .even td, .work table .even th {
  background: #F8F8F8;
}

.work #test-log {
  width: 40%;
  font-weight: bold;
  border: 0px;
}

.work #comm-tab {
  width: 60%;
  font-weight: bold;
  border: 0px;
}

.work #test-log td, .work #comm-tab td {
  border: 0px;
}

.work #test-log input, .work #comm-tab input {
  float: right;
}

.work #test-log #agree {
  font-weight: normal;
}

.work #test-log #agree #toleft {
  float: left;
}

.work #test-log #agree #toleft input {
  float: none;
}

.work .serv .header-2 th {
  color: #000;
  font-size: 15px;
  text-align: center;
}

.work .serv {
  float: left;
  width: 400px;
  text-align: center;
}

.work .contactTable {
  text-align: center;
  width: 80%;
  margin-left: 12%;
}

.work .contactTable, .work .contactTable td {
  border: 0px;
}

.work .contactTable h2 {
  background: #EEE;
  margin: 0px 20px;
  //padding-top: 0px;
}

.work #comm-tab textarea {
  height: 90px;
}

.work #admin-tab {
  border: 0px;
  width: 950px;
}

.work #admin-tab td {
  border: 0px;
  text-align: center;
}

.work #admin-tab td:hover {
  background: #EEE;
}

.work #admin-tab img {
  border: 0px;
  padding: 10px;
}

.work #admin-tab a {
  background-color: #FFF;
}

.work #admin-tab a:hover {
  background-color: #EEE;
}

#srvs-div {
  clear: left;
}

#centering {
  margin-left: 50px;
  //padding-top: 20px;
}

.news {
  float: right;
  width: 24%;
  text-align: justify;
}

#nadpis {
  color: #FFF;
  background: url('/img/nadpis.jpg') no-repeat;
  width: 222px;
  height: 43px;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  padding-top: 9px;
}

.news .novinka {
  padding: 9px 12px 0 12px;
  margin-top: -9px;
  background: url('/img/stin.jpg') no-repeat;
  font-size: 11px;
  clear: both;
}

.news .novinka h4 {
  font-size: 13px;
  clear: none;
}

.news .novinka .datum {
  float: left;
  font-size: 9px;
  font-weight: bold;
  background: url('/img/datum.gif') no-repeat;
  width: 33px;
  height: 28px;
  padding: 15px 6px 0 6px;
  line-height: 110%;
  text-align: center;
}

.news .novinka .more {
  float: right;
  margin-bottom: 10px;
}

.news .novinka .more a {
  color: rgb(120, 147, 24);
  font-weight: bold;
}

.news .novinka .more a:hover {
  color: #F60;
}

.foot {
  clear: both;
  height: 204px;
  background: url('/img/foot_light.jpg') repeat-x;
}

.foot #angel-foot {
  background: url('/img/foot.jpg') repeat-x;
  width: 980px;
  margin: 0 auto;
  height: 169px;
  padding: 35px 0 0 0;
  text-indent: 30px;
}

.foot #angel-foot img {
  float: left;
}

.foot #angel-foot #odkazy {
  float: right;
  margin: 15px 20px;
}

.foot #angel-foot #odkazy a {
  color: #888;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-right: solid 1px #888;
  padding: 0 8px 0 4px;
}

.foot #angel-foot #odkazy a:hover {
  color: #FFF;
}




/* -------------------- stránka DETAIL -------------------- */


#middle {
  float: left;
  /*position: absolute;*/
  height: 210px;
  //margin-top: -20px;
  _margin-top: 0px;
  width: 33px;
  background: url('/img/middle.jpg') center 0px no-repeat;
}

#detail .main .work-half {
  height: auto;
  margin-top: -28px;
  //margin: 0 auto;
}

#detail .main {
  //margin-top: -28px;
}
#detail .work{width:100%;}

#detail .work-left, #detail .work-right {
  width: 48%;
  text-align: justify;
  padding-top: 25px;
}

#detail .work-left {
  float: left;
}

#detail .work-right {
  float: right;
}

#detail .work-left h2 {
  color: rgb(245, 82, 26);
  background: url('/img/w1_h2.jpg');
}

#detail .work-right h2 {
  color: rgb(176, 191, 23);
  background: url('/img/w2_h2.jpg');
}

#detail .work-left h2, #detail .work-right h2 {
  font-size: 20px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  height: 43px;
  padding-top: 20px;
  margin-top: 0;
  //margin: 0 auto;
  //padding: 10px 50px;
}

#detail .main {
  //padding-top: 0px;
}

.nabidka2 .mini {
  //text-indent: 45px;
  _text-indent: 0px;
  color: #FFF;
}

.nabidka2 {
  padding-top: 8px;
  text-align: center;
}

.nabidka2 .mini {
  padding-top: 23px;
  float: left;
  width: 49.9%;
  font-weight: bold;
  background: url('/img/w1_tab.jpg') 0 0px repeat-x;
  height: 226px;
  overflow-y: hidden;
}

.nabidka2 .mini .cena {
  //text-indent: 0px;
  top: -90px;
}

.nabidka2 .mini ul {
  list-style-image: url('/img/w1_ul.jpg');
  margin-left: 5px;
  //margin-left: 0px;
  _margin-left: 35px;
}

.work-right .nabidka2 .mini {
  background: url('/img/w2_tab.jpg') 0 0px repeat-x;
}

.work-right .nabidka2 .mini ul {
  list-style-image: url('/img/ul.jpg');
}

.work-right .nabidka2 .cena {
  background: url('/img/cena2.gif') no-repeat;
  top: -86px;
}

.work-right .mini .href a {
  color: rgb(120, 147, 24);
}

.work-right .mini .href a:hover {
  color: #F60;
}

.work-right a {
  color: rgb(176, 191, 23);
}

.work .ref-img {
  float: left;
  text-align: center;
  width:300px;
}

#refers a {
  text-decoration: none;
}

#refers {
  /*//padding-top: 20px;*/
  text-align:center;
  width:100%;
}

.work .ref-img img {
  border: solid 10px #FFF;
}

.work .ref-img a:hover img {
  border: solid 10px #EEE;
}

.work .ref-img a:hover {
  _background-color: #EEE;
}

.work .r-name {
  text-align: center;
  font-weight: bold;
}

.upperdesc{
	vertical-align: super;
	font-size: 9px;
}

.compare-submenu{
	 background: #BBB; /*FEC*/
	 font-weight: bold;
}

.yes{
	background: #90ff90;
}

.green{
	background: #90ff90;
}

.no{
	background: #FF9090;
}

.red{
	background: #FF9090;
}

.orange{
	background: #FFD700;
}

.bold{
	font-weight:bold;
}

.text_red{
	color: red;
}

.text_green{
	color: green;
}

.text_orange{
	color: orange;
}

.error{
  font-weight: bold;
  color: red;
}

.ok{
  font-weight: bold;
  color: green;
}

#pages{
  float: right;
  margin-right: 110px;
}