/*	Tento dokument popisuje styly jednotlivych stranek
	
	Author:	Dobreweby.com Tomáš Půža
		http://www.dobreweby.com
	Copyright:	
		Tento dokument je chranen podle Autorskeho zakona 121/2000 Sb.
		This document is protected by Author law 121/2000 Sb. Czech Republic
 */
 

/* Global */
.doplnkovy-right {
    position:relative;
    float: right;
    margin-left: 15px;
    margin-top:30px;
}

.highlight {
	font-weight:bold;
	color:red;
}

 /* Aktuality */
 
#aktuality .entry {
	font-size:70%;
	text-align:left;
	margin-bottom:10px;
}
 
#aktuality .datum {
	color:#FF6600;
	font-weight:bold;
}

#aktuality .titulek {
	color:#333333;
	font-weight:bold;
	margin-bottom:10px;
}

#aktuality .text {}

/* --------- Uvodni strana / default.aspx ------------- */

.vyrazne {
    color:#0066CC
}

#puzzle_body {
	position:relative;
	width:520px;	
	border:1px solid #C30009;
	border-bottom:none;
	margin-top:25px;
}

#puzzle_background {
	width:inherit;
	height:118px;
	background:url(../img/bgrPuzzle.png) repeat-x;
}

#puzzle_text {
	width:inherit;
	height:46px;
	line-height:46px;
	background:url(../img/bgrPuzzleText.png) repeat-x;
}

#puzzle_body .subtitle {
    font-size:85%;    
}

#puzzle_body a {
	position:absolute;	
	top:9px;
	width:135px; /*150*/
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	overflow:visible;
}

#puzzle_body a:hover {
	text-decoration:underline;
}

#puzzle_body a#link1 {
	left:20px;
	background:url(../img/puzzle-1.jpg) no-repeat;	
	padding-top:115px;
}

#puzzle_body a#link1:hover {
	background-position:-135px 0px;	
}

#puzzle_body a#link2 {
	left:193px;
	background:url(../img/puzzle-2.jpg) no-repeat;	
	padding-top:115px;
}

#puzzle_body a#link2:hover {
	background-position:-135px 0px;	
}

#puzzle_body a#link3 {	
	left:358px;
	background:url(../img/puzzle-3.jpg) no-repeat;		
	padding-top:115px;
}

#puzzle_body a#link3:hover {
	background-position:-135px 0px;	
}

/* --------- Cenik / cenik.aspx ------------- */

.download-pdf {
	display:block;
	background:url('../img/icoPDF.gif') no-repeat left;
	padding-left:23px;
	line-height:16px;
	height:16px;
}

.jednotna-cena {
	position:absolute;
	left:450px;
	top:245px;
}

/* --------- Kontakt / kontakt.aspx ------------- */

.zamestnanci, .zamestnanci div {
	margin-top:15px;
}

