/* 
    Document   : style.css
    Created on : 17.8.2009, 21:00:29
    Author     : Radim Gryc - ituh.cz, radim.gryc@ituh.cz;
    Description: 
        Styl pro web společnosti Dr. Bergr s. r. o.
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #000000 url(./img/bg.jpg) no-repeat center top;
    color: #ffffff;
    font: .725em verdana, tahoma, arial, sans-serif;
}

/*               hlavní blok                 */
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

.clear {
	clear:both;
}
.float-l {
	float:left;
}

/*                   typografie              */
h1 {
	padding-top: 102px;
	height: 0;
	overflow: hidden;
	background: url(./img/logo.gif) no-repeat;
}
h2 {
	font-size: 1.6em;
	padding-top: 41px;
	height: 0;
	overflow: hidden;
}
h3 {
	font-size: 1.4em;
}
p {
	margin: 5px 0 0 0;
	text-indent: 2.5em;
	font-size: 1.0em;
	line-height: 1.2em;
}


/*              Kontaktní formulář               */
#contactForm {
	padding: 10px 0;
}
#contactForm .float-l div {
	height:40px;
	padding-right: 10px;
}
#contactForm input, #contactForm textarea {
	font-size:1.1em;
	line-height:1em;
	color:#FFFFFF;
	border:1px solid #A4A4A4;
	background:#111719;
	padding:2px 0 0 3px;
}
#contactForm input {
	height:17px;
	width:190px;}
#contactForm textarea {
	overflow:hidden;
	height:98px;
	width:470px;
}
.button {
	text-align:right;
	padding:7px 2px 0 0;
}
.button a {
	margin-left:18px;
}

/***********************************************************************
 * 			Navigace
 ***********************************************************************/

.zalozky {
	width: 564px;
	border-bottom: 1px #1e2a32 solid;
  	padding: 35px 0 15px 336px;
}
.zalozky ul {
  display: inline-block;
  padding: 0px 0 0px 0px;
  
}
.zalozky li {
  font-size: 1.5em;
  margin-left: 0px;
}
.zalozky:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.zalozky li a, .zalozky li strong {
  overflow: hidden;
  padding: 0;
  position: relative;
}
 .zalozky li a span {
  cursor: pointer;
}

.zalozky li span {
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 0;
  position: absolute;
  top: 0;
}
.zalozky li, .zalozky li a, .zalozky li strong, .zalozky li span {
  display: inline;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}
.zalozky li a:hover span, .zalozky li strong span {
  background-position: left bottom;
}
.zalozky li strong, .zalozky li a:hover {
  background: #ffffff;
  font-weight: normal;
}
.zalozky li.kontakty a, .zalozky li.kontakty strong, .zalozky li.kontakty span {
  width: 111px;
}
.zalozky li.kontakty span {
  background-image: url(./img/kontakty.gif);
}
.zalozky li.firma a, .zalozky li.firma strong, .zalozky li.firma span {
  width: 114px;
}
.zalozky li.firma span {
  background-image: url(./img/ofirme.gif);
}
.zalozky li.sluzby a, .zalozky li.sluzby strong, .zalozky li.sluzby span {
  width: 115px;
}
.zalozky li.sluzby span {
  background-image: url(./img/sluzby.gif);
}
.zalozky li.vytezovani a, .zalozky li.vytezovani strong, .zalozky li.vytezovani span {
  width: 115px;
}
.zalozky li.vytezovani span {
  background-image: url(./img/vytezovani.gif);
}
.zalozky li.reference a, .zalozky li.reference strong, .zalozky li.reference span {
  width: 109px;
}
.zalozky li.reference span {
  background-image: url(./img/reference.gif);
}

/*
 * 			Obsah
 */
.obal_obsahu {	
	width:689px;
	padding: 13px 0 19px 198px;
}
.sloupec {
	margin: 10px 0 0 0;
	width:165px;
	float:left;
}

#zahlavi {
	border-top: 1px #1e2a32 solid;
	width: 100%;
	padding:12px 8px 12px 8px;
	height: 25px;
	border-bottom: 1px solid #333399;
}

#zahlavi p {
	float: right;
	font-size: 12px;
}

/**
 * 			Kontakty
 */

#contact {
  margin-top: -141px;
  margin-left: 28px;
  margin-right: 20px;
  min-height: 610px;
  padding-top: 85px;
  color: #000000;
}
* html #contact {
  height: 529px;
}
#contact h2 {
  	margin: 55px 0 0 0px;
  	padding-top: 33px;
	height: 0;
	overflow: hidden;
	background: url(./img/kontakty_text.gif) no-repeat;
}
#contact p.uvod {
	margin: 12px 0 0 0px;
  	padding-top: 44px;
	height: 0;
	overflow: hidden;
	background: url(./img/kon_text.gif) no-repeat;
}

#contact .right {
	width:317px;
	padding: 0px 0 0 477px;
}

#contact p.kont {
	width: 287px;
	margin: 36px 0 0 11px;
	float:left;
  	padding-top: 182px;
	height: 0;
	overflow: hidden;
	background: url(./img/kon_udaje.jpg) no-repeat;
}

#contact .navi {
  padding-bottom: 60px;
}

#contact address {
	margin: 36px 0 0 11px;
  	padding-top: 222px;
	height: 0;
	overflow: hidden;
	background: url(./img/fak_udaje.jpg) no-repeat;
}

#contact .zalozky li.kontakty span {
  background-image: url(./img/kontakty_w.gif);
}
#contact .zalozky li.firma span {
  background-image: url(./img/ofirme_w.gif);
}
#contact .zalozky li.sluzby span {
  background-image: url(./img/sluzby_w.gif);
}
#contact .zalozky li.vytezovani span {
  background-image: url(./img/vytezovani_w.gif);
}
#contact .zalozky li.reference span {
  background-image: url(./img/reference_w.gif);
}
#contact .zalozky {
	border: 0px;
  	padding: 0px 0 25px 308px;
}


#about h2 {
	background: url(./img/text_firma.gif) no-repeat;
}
#servises h2 {
	background: url(./img/text_sluzby.gif) no-repeat;
}
#transport h2 {
	background: url(./img/text_vytezovani.gif) no-repeat;
}
#reference h2 {
	background: url(./img/text_reference.gif) no-repeat;
}

/******************************************************************
 * 			Typografie
 ******************************************************************/
ul.odrazky {
	margin: 10px 0px 30px 50px;
}
ul.odrazky li {
	padding-top: 5px;
}
h3 {
	margin-top: 10px;
	font-size: 1.2em; 
}

table {

}

tr {
	padding: 4px 0;
	border-bottom: 1px solid #333399;
}

td {
	width: 340px;
}

td.left {
	padding: 5px 5px;
	
	text-align: right;
	font-weight: bold;	
}
#about {
	height: 650px;
}
#servises {
	height: 650px;
}
#transport {
	height: 650px;
}
