@import url(general_css.css);

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #555555;
  font-family: verdana;
}
body{
  background-color: #1E274E;
  text-align: center;
  font-size: small;
}
hr{
  visibility: hidden;
  height: 0px;
  clear: both;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
.e-mail{
  text-decoration: underline;
}
/*------------specificke atributy---------------*/
#background{
  margin: 0px auto;
  width: 800px;
}
#top-blok,#bottom-blok{
  margin: 0px auto;
  height: 45px;
  background-color: inherit;
  clear: both;
}
/*************hlavni stranka********************/
#main{
	position: relative;
	background-color: #193245;
}
#header,#menu{
  position: relative;
  background-color: #541812;
  min-height: 89px;
  _height: 89px;
}
#header{
  background-image: url(../pictures/header-background.gif);
  background-repeat: repeat-x;
  background-position: top;
  border-bottom: 2px white solid;
  margin-bottom: 7px;
}
#menu{
  margin-left: 210px;
  width: 590px;
  background-image: url(../pictures/main-menu-background.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
/*vyber jazyka*/
#lang{
  position: absolute;
  top: 5px;
  right: 35px;
}
#lang li{
  border-left: 1px white solid;
}
#lang li.first{
  border: none;
}
#lang a{
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
/*hlavni menu*/
#main-menu{
  padding-top: 68px;
  padding-left: 100px;
  padding-bottom: 4px;
}
#main-menu li{
  border-left: 1px #D4DCDE solid;
}
#main-menu li.first{
  border: none;
}
#main-menu a{
  color: #D4DCDE;
  text-transform: uppercase;
  font-weight: bold;
}
#main-menu a:hover{
  color: white;
}
/*obsah stranky*/
#midler{
  position: relative;
  float: left;
  background-image: url(../pictures/content-background.gif);
  background-position: left top;
  background-repeat: repeat-y;
  background-color: #193245;
}
#content{
  float: right;
  width: 595px;
  position: relative;
  text-align: left;
  padding: 0px 0px 7px 0px;
  background-image: url(../pictures/content-corner.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}
#left-menu{
  float: left;
  background-image: url(../pictures/left-menu-background.gif);
  background-position: left top;
  background-repeat: repeat-y;
  width: 205px;
}
#left-menu div{
  background-image: url(../pictures/left-menu-top.gif);
  background-position: left top;
  background-repeat: no-repeat;
  height: 18px;
}
#left-menu ul{
  background-image: url(../pictures/left-menu-bottom.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  text-align: left;
  /*padding-bottom: 15px;*/
}
#left-menu ul li{
  width: 170px;
  list-style: none;
  text-align: left;
  background-image: url(../pictures/left-menu-list.gif);
  background-position: left 4px;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-bottom: 10px;
  line-height: 12px;
}
#left-menu a{
  color: #8FC9E3;
  font-weight: bold;
  font-size: 12px;
}
#left-menu a:hover{
  color: #B2E7F7;
  text-decoration: none;
}
/*zapati*/
#footer{
  position: relative;
  clear: both;
  background-image: url(../pictures/footer-background.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  /*height: 135px;*/
  height: 83px;
  width: 800px;
  text-align: left;
}
#footer #kontakt{
  position: absolute;
  left: 12px;
  bottom: 12px;
}
#footer #kontakt,#footer #copyright{
  font-size: x-small;
  color: #C7D7E0;
  font-style: normal;
}
#footer #kontakt span,#footer #copyright a{
  font-weight: bold;
  color: #C7D7E0;
}
#footer #copyright{
  position: absolute;
  right: 48px;
  bottom: 7px;
}
#footer #text{
  position: absolute;
  left: 209px;
  top: 6px;
  width: 470px;
  font-size: 11px;
  color: #929292;
}

/**************obsahove stranky***********/
#uvod,#text-page{
  position: relative;
  margin-right: 6px;
  min-height: 356px;
  _height: 356px;
  width: 589px;
}
#text-page{
  background-color: white;
  background-image: url(../pictures/content-text-background.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
}
#text-page > *{
  padding-right: 20px;
}
#text-page h2{
  color: #1E274E;
  background-image: url(../pictures/content-header-background.gif);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 20px 0px 10px 20px;
}
#text-page h3{
  color: #1E274E;
  padding: 3px 0px 0px 20px;
}

#text-page p{
  padding: 0px 25px 8px 20px;
}
#text-page p.last-paragraph{
  padding-bottom: 20px;
}
#text-page ul{
  margin-left: 50px;
  padding-bottom: 8px;
}
#text-page dl,#text-page address{
  padding: 0px 20px 15px 20px; 
  font-style: normal;
}
/************** uvod *********************/
#uvod{
  background-image: url(../pictures/index-main.jpg);
}
/************** nabidka *********************/
.nabidka-kabelaz dl dt{
  font-weight: bold;
}
.nabidka-kabelaz dl dd{
  margin-bottom: 5px;
}
/****************kontakty************************/
.kontakt-page dl dt{
  font-weight: bold;
}
.kontakt-page dl dd{
  padding-left: 10px;
}

