html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:link, a:visited, a:active {
	color: #FF7F00;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}

a:hover {
  color: #ff7f00;
	text-decoration: underline;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-right2 {
  float: right;
  text-align:right;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

body {
	font-family: Arial, Verdana, Helvetica;
  font-size: 62.5%;  
	color: #050505;
	text-align: left;
	background: #fff url('../img/bg.gif') repeat-x center top;
}

#container {
	position: relative;
	display: block;
  width: 1010px;
  margin: 0px auto;
  font-size: 1.1em; 
}

#content {
  clear: both;
	margin-left: 37px;
	margin-top: 30px;
  background: #bebebe url('../img/bg_right.gif') repeat-x left top;   
}

#content-head {
	position: relative;
	display: block;
  height: 94px;
}

#top-right {
  float: right;
  padding-top: 35px;
}

#top-right img {
  margin-left: 20px;
}

#top-right a {
  color: #ff7f00;
}

h1#logo {
  float: left;
  margin: 20px 0px 0px 40px;
}

h1#logo span {
  display: none;
}

#navigation {
  float: right;
	position: relative;
  height: 43px;   
}

#navigation ul li {
	display: block;
  float: left;
  height: 36px;
  overflow: hidden;  
}

#navigation ul li a {
  color: #000;
}

#navigation ul li a:hover {
  text-decoration: none;  
}

#navigation ul li span {
	position: absolute;
	top: 0;
	z-index: 10;
  height: 36px;	
}

#navigation ul li.profil-firmy { width: 124px;}
#navigation ul li.profil-firmy span { width: 124px; background: url('../img/menu_profil.gif') no-repeat 0 -36px; }
#navigation ul li.profil-firmy:hover span { background-position: 0 -72px; }
#navigation ul li.profil-firmy span.active { background-position: 0 0; }

#navigation ul li.aktuality { width: 118px; }
#navigation ul li.aktuality span { width: 118px; background: url('../img/menu_aktuality.gif') no-repeat 0 -36px; }
#navigation ul li.aktuality:hover span { background-position: 0 -72px; }
#navigation ul li.aktuality span.active { background-position: 0 0; }

#navigation ul li.sluzby { width: 135px; }
#navigation ul li.sluzby span { width: 135px; background: url('../img/menu_sluzby.gif') no-repeat  0 -36px; }
#navigation ul li.sluzby:hover span { background-position: 0 -72px; }
#navigation ul li.sluzby span.active { background-position: 0 0; }

#navigation ul li.objednavka { width: 133px; }
#navigation ul li.objednavka span { width: 133px; background: url('../img/menu_objednavka.gif') no-repeat 0 -36px; }
#navigation ul li.objednavka:hover span { background-position: 0 -72px; }
#navigation ul li.objednavka span.active { background-position: 0 0; }

#navigation ul li.kontakty { width: 119px; }
#navigation ul li.kontakty span { width: 119px; background: url('../img/menu_kontakty.gif') no-repeat 0 -36px; }
#navigation ul li.kontakty:hover span { background-position: 0 -72px; }
#navigation ul li.kontakty span.active { background-position: 0 0; }

#navigation ul li.cenik { width: 93px; }
#navigation ul li.cenik span { width: 93px; background: url('../img/menu_cenik.gif') no-repeat 0 -36px; }
#navigation ul li.cenik:hover span { background-position: 0 -72px; }
#navigation ul li.cenik span.active { background-position: 0 0; }

#preamble {
  clear: both;
  position: relative;
  display: block;
  width: 990px;
  height: 259px;
  margin-left: 15px;
  font-size: 1.1em;
  line-height: 1.2;     
}

#preamble h2 {
  position: absolute;
  bottom: 12px;
  left: 420px;
  font-size: 1.7em;
}

.top {
  float: left;
  position: relative;
  display: block;
  width: 330px;
  height: 258px;
}

.top ul {
  color: #9d9c9c;
  font-weight: bold;
  margin: 120px 0px 10px 37px;
  list-style: disc;  
}

.top ul li span {
  color: #fff;
}

.p300 { background: url('../img/pripojeni300.jpg') no-repeat left bottom }
.p1024 { background: url('../img/pripojeni1024.jpg') no-repeat left bottom }
.p2048 { background: url('../img/pripojeni2048.jpg') no-repeat left bottom }

.top img {
  position: absolute;
  margin-left: 20px;
  bottom: 0px;
}

#content .content-left {
  float: left;
	width: 325px;
}


.content-left form { display: block; height: 20px; margin-left: 23px; margin-bottom: 30px; float: left; }
.content-left input { vertical-align: top;	}
.content-left input.search {
  width: 126px;
  height: 20px;
  color: #969696;
  padding-left: 5px; 
  background: url('../img/search_input.gif') no-repeat left top;
  border: 0px;
}

.content-right {
  float: right;
	width: 596px;
	padding-left: 20px;
	padding-right:23px;
	line-height: 1.1;
	font-size: 1.1em;	
	padding-bottom:20px;
}

.content-right h2 {
  font-size: 1.8em;
  margin: 15px 0px 10px 0px;
  color:#FF7F00;
  font-weight:normal;
}

.content-right h3 {
  font-size: 1.2em;
  margin: 30px 0px 10px 0px;
}

.content-right h4, .content-right h5, .content-right h6 {
  font-size: 1.1em;
  margin: 30px 0px 10px 0px;
}

.content-right p {
  margin-top: 10px;
  margin-bottom:10px;
  text-align:justify;
  line-height:1.4;
}

.content-right ul {
  margin: 10px 10px 0px 25px;
  list-style: disc;
}

.content-right ul li {
  line-height:1.4;
  text-align:justify;
}

.content-right table {
  margin-top: 10px;
  border: 1px #a4a4a4 solid;
  background-color: #FFFFFF;
}

.content-right table.tab {
  width:596px;
}

.content-right table.tab tr td {
  
  width:298px;
}

.content-right table th {
  padding: 3px 13px;
  background:#353334;
  color:#fff;
  height:30px;
  line-height:30px;
  border:0;
}

.content-right .right {
  text-align:right;
}

.content-right .vpravo {
  float:right;
}

.content-right label {
  font-weight:bold;
  text-align:right;
  width:100px;
  color:#000;      
  padding:0 5px;
  
  margin-right:14px;
  margin-top:2px;
  float:left;
  display:block;
}

.content-right input {
  border:1px solid #ddd;
  color:#000;
  margin:0 0 5px;
  padding:0 8px;
  width:200px;
}

.content-right textarea {
  border:1px solid #ddd;
  color:#000;
  margin:0 0 5px;
  padding:0 8px;
  width:400px;
}


.content-right table td {
 border: 1px #a4a4a4 solid;
  padding: 3px 13px;
}
.content-right input.radio {
border:0 none;
height:13px;
padding:0;
width:13px
}

#klientska-sekce {
  display: block;
  height: 89px;
  padding-top: 70px; 
  background: url('../img/bg_ks.gif') no-repeat left top;
}

#klientska-sekce3 {
  display: block;
  height: 149px;
  padding-top: 50px; 
  background:#DE8702 url('../img/bg_ks.gif') no-repeat left top;
  padding-left:28px;
}

#klientska-sekce3 ul li {
line-height:1.4em;
}

#klientska-sekce3 ul li a {
  color:#fff;
}



label {
  float: left;
  width: 40px;
  margin-top: 8px;
  color: #fff;
}

input.text {
  width: 150px;
  margin-top: 4px;
  border-top: 1px #707070 solid;
  border-left: 1px #707070 solid;
}

input.submit {
  margin-top: 4px;
}

#klientska-sekce2 {
  display: block;
  height: 100px;
  padding-top: 20px;
	font-size: 1.1em;   
  background: url('../img/bg_ks2.gif') no-repeat left top;
  text-align: center;
}

#klientska-sekce2 div.item {
  width: 150px;
  float: left;
}

#klientska-sekce2 a {
  color: #ff7f00;
  font-weight: bold;
  height:20px;
  line-height:20px;
  margin-bottom:3px;
}

#klientska-sekce2 a:hover {
  text-decoration: none;
}

#sluzby {
	font-size: 1.1em;
	line-height: 1.3;
  display: block;
  height: 140px;
  padding-top: 22px; 
  background: url('../img/bg_sluzby.gif') no-repeat left top;
}

#sluzby ul {
  float:left;
  margin:50px 0 0 27px;
  width:130px;
}

#sluzby ul li a {
  display: block;
  padding-left: 10px;
  font-weight: bold;
  color: #000; 
  background: url('../img/arrow_li.gif') no-repeat left 5px;
}

#sluzby ul li a:hover {
  color: #fff;
  background: url('../img/arrow_li2.gif') no-repeat left 5px;
}

#content-footer {
	position: relative;
	display: block;
  height: 120px;
  margin: 0px 0px 0px 37px;
  padding: 30px 20px 0px 140px;
  text-align: left;
  line-height: 1.4;
  color: #4a4a4a;
  background: #1d1d1d url('../img/jarynet_dark.gif') no-repeat 25px 20px;      
}

a.button {
  position: relative;
	display: block;
	width: 87px;
  height: 20px;
  overflow: hidden;  
}
a.button span {
	position: absolute;
	display: block;
	width: 87px;
  height: 20px;
}
a.zobrazit span {
  background: url('../img/button_zobrazit.gif') no-repeat left bottom;   
}
a.zobrazit:hover span {
  background: url('../img/button_zobrazit.gif') no-repeat left top;   
}
a.vyprazdnit span {
  background: url('../img/button_vyprazdnit.gif') no-repeat left bottom;   
}
a.vyprazdnit:hover span {
  background: url('../img/button_vyprazdnit.gif') no-repeat left top;   
}


.error {
  background-color:#FF7F00;
  padding:5px;
  text-align:center;
  color:#fff;
  font-weight:bold;
  margin-top:15px;
  margin-bottom:15px;
}

#content-dark {
    background: url('../img/content_dark.gif') repeat-y left top; 
}
