/*	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
 */

body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    font-size:135%;
    margin-top:0px;
    padding-top:0px;
	color:#003399;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif
    }

h2 {
    font-size:120%;
	background:url(/app_themes/coral/img/h2.png) no-repeat left;
	padding-left:25px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif
}

h3 {
	font-size:100%;
	font-style:italic;
	color: #C5867C;
}

p {	
}

p.noindent {
	text-indent:0px;
}

a:hover {
	color:#C3000A;
}


#content-frame td, #content-frame th {
    vertical-align:top !important;
}

/* Aktuality */

.hotnew {
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid #ccc;
}

.hotnew h1 {
    padding-top:0px !important;
}
    
.hlavicka {}
.datum {
	color:#0066FF;
}

.titulek {
    margin-bottom:10px;    
    font-weight:bold;
    }
	
.text {
	color:#333333;
	font-size:95%;
}
	
.attachments {
	margin-top:15px;
	background-color:#FFF7EA;
	padding:8px;
}
.attachments .title {
	font-weight:bold;
	color:#C50707;
	margin-bottom:5px;
}

.attachments a {
	display:table;
	/display:block;
	margin-left:15px;
}

.imageFloatLeft {
	float:left;
	margin-right:8px;
}

.imageFloatRight {
	float:right;
	margin-left:8px;
}

.bordered {
	border-collapse:collapse;
}

.bordered td, bordered th {
	border:1px solid #aaa;
	padding:5px;
}

.imageGallery {
	text-align:center;
}

.imageGallery a {
	margin:10px;
}

.head1 {
	background-color:#CCCCCC;
	font-weight: bold;	
}

.pdfDownload {
	background:url(../img/icoPDF.gif) no-repeat;
	padding-left:20px;
	line-height:20px;
}

.bigFont {
	font-size: 115%;
	font-weight: bold;
}

.productHeader {
	text-align:right;
}

.productTable td {
	vertical-align:top;
}

.productTable .previews {
	padding-left:15px;
}

.searchResult {
	margin-bottom:15px;
}

.popisOdkazu {
	color:#333;
	margin-top:5px;
}

.adresaOdkazu {
	color:Green;
	margin-top:5px;
}

.resultText {
	margin-bottom:15px;
}

.cenik {
	border-collapse:collapse;
	width:100%;
}

.cenik td {
	border:1px solid #ccc;
	padding:3px 5px 3px 5px;
	font-size:10pt;
}

.cenik thead td {
	font-weight:bold;
	background:#EEFDE3;
}

.sitemap a {
	text-decoration:underline !important;
}