/* --------------------------------------------------------------

   kill.pack CSS Framework
   * Version:   0.1

-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typo.css';
@import 'lib/forms.css';
@import 'lib/layout.css';

/* general
-------------------------------------------------------------- */

/* Clearing floats without extra markup -
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }
.clear:after, .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* hr definition */

hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.4em;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
}

/* --------- podtrzena h2 ---------*/

h2.line {
		font-size: 1.4em;
		margin-bottom: 0.75em;
		line-height: 1.2; clear: both;
		background: url(../img/dott-line-h.png) repeat-x bottom;
		padding: 0 0 0.8em;}
		
/* --------- podtrzene li ---------*/

li.line {
		margin: 0 0 0 0; 
		padding: 0 0 5px 0;
		clear: both;
		background: url(../img/dott-line-h.png) repeat-x bottom;
}


/* --------- prac-prilezitosti ---------*/

li.prac-prilezitosti {
      list-style-type: none;
	  margin-bottom: 20px;
    }

td.prac-prilezitosti {
      font-weight: bold;
      text-align: right;
	}

li.prac-prilezitosti td {
	border: none;
	}

/* ------ vedeni ------*/

.vedeni-box {
  clear:left;
  margin-bottom: 20px;
}

ul.vedeni {
    clear:left;
    margin:0px;
    padding:0px;
    }

ul.vedeni a {
    float:left;
    margin:0px 0px 0px 0px;
    }

ul.vedeni img {
    float:left;
    margin:0px 15px 0px 0px;
    border: 10px solid #ddd;
    width: 80px;
    height: 80px;
    }

ul.vedeni li {
    list-style-type: none;
    float:left;
    width:375px;
    height:100px;
    margin:0px 0px 11px 0px;
    background: #EEE;
    }

ul.vedeni li.right {
    margin-left:11px;
    }

ul.vedeni li p {
	margin: 20px 0;
	float: left;
	}

div.vedeni-box h3 {
	margin: 1.8em 0em 1.5em;
	}

/* --------- napsali o nas ---------*/
h2.line-napsali {
	font-size: 1.4em;
	margin-bottom: 0.75em;
	line-height: 1.2; 
	background: url(../img/dott-line-h.png) repeat-x bottom;
	padding: 0 0 0.8em;
	}
		
.napsali-zdroj {
	float: right;
	font-style: italic;
	font-size: 0.9em;
	line-height: 2;
	}

/* --------- sluzby ---------*/

.sluzby-table {
      font-weight: bold;
      text-align: right;
    }

table.no-border td {
	border: none;
	}
	
thead.no-border th {
	border: none;
	}

/* --------- images --- kdo jsme=small/fotogalerie=big ---------*/

.text-area {
      float: left;
      text-align: left;
	  width: 461px;
    }

.img-area-small {
      float: right;
	  width: 290px;
	  margin-top: 0px;
	  margin-left: 10px;
    }

.img-area-big {
      float: right;
	  width: 761px;
	  margin-top: 0px;
    }

.img-area-small img {
      float: left;
	  margin-bottom: 10px;
    }

.img-area-big img {
      float: left;
	  margin-bottom: 10px;
    }

img.right {
      float: left;
	  margin-left: 10px;
    }


/* --------- ke stazeni ---------*/

ul.ke-stazeni li {
    list-style-type: disc;
	margin:0px 0px 10px 0px;
    }

/* classy pro schovani polozek ve vyhledavani */
.hiddenOfficeResult {
        display: none;
    }
.hiddenFulltextResult {
        display: none;
    }
.hiddenDoctorResult {
        display: none;
    }
.hiddenOtherResult {
        display: none;
    }

/* class pro schovani novinek - added by beer */
.hiddenNewsItem {
        display: none;
    }
