/* www.hlavacek-webdesign.cz/css/default.css */

/*
  hlavacek-webdesign.cz
  cascading style sheets
  css 2.1 compliant
  http://www.w3.org/tr/css21/
  author: Hlaváček webdesign
  www.hlavacek-webdesign.cz
*/

/* default tag styling */
* 			{ margin: 0; padding: 0; }
html, body 	{ height: 100%; }
body 		{ 
	min-width: 778px;
	line-height: 1.3em;
	color: #474646;
	background-color: #d5d9dd;
	font: 75% Verdana, Arial, lucida, sans-serif;
	text-align: center; 
} 

/* html>body { font-size: small; } */

#page { 
	position: relative; 
	z-index: 0; 
	width: 778px; 
	margin: 0 auto; 
	background: white url("../../images/site_back.gif") repeat-y; 
	text-align: left; 
}

a 				{ color: #e11902; background-color: inherit; background-image: none; }
a:visited 		{ color: #e11902; background-color: inherit; background-image: none; }
a:visited:hover { color: #e11902; background-color: inherit; background-image: none; text-decoration: none; }
a:hover 		{ color: #e11902; background-color: inherit; background-image: none; text-decoration: none; }

/* external link */
a.external_link, a.external_link:visited, a.external_link:link, a.external_link:hover, a.external_link:focus 
	{ padding-right: 13px; color: inherit; background: url("../../images/out.gif") right top no-repeat; } 
	
/* link to e-mail */	
a.e-mail:hover, a.e-mail:focus { color: inherit; background: inherit; } 

a img 		{ border: none; }
span.hidden { display: none; }
hr.hidden 	{ display: none; }
div.cleaner { width: 100%; height: 1px; clear: both; }
/* hr.cleaner { width: 90%; height: 1px; clear: both; visibility: hidden; } */

/* accessibility */
#accessibility { display: none; }

/* header */
#header 	{ position: relative; width: 271px; height: 212px; margin: 0; padding: 0; float: left; }
#header h1 	{ z-index: 1; margin: 0; padding: 0; font-size: 36px; }
#header h1 a{ display: block; position: relative; width: 271px; height: 212px; padding: 0; overflow: hidden; } 
#page>#header h1 a 	{ width: auto; }
#header h1 a span 	{ 
	position: absolute;
	top: 0; 
	left: 0; 
	z-index: 2; 
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	background: url("../../images/logo.jpg") top left no-repeat; 
	cursor: pointer; 
}
#description { display: none; }

/* content */
#content 		{ position: relative; width: 502px; margin: 0; padding: 150px 25px 12px 15px; float: right; } 
#page>#content 	{ width: 462px; }

.article h2 	{ margin: 15px 0 15px 0; color: #e11902; font-size: 1.48em; }
.articles2 h2   { margin: 15px 0 10px 0; color: #e11902; font-size: 1.22em; }
.articles2 a h2   { margin: 15px 0 10px 0; color: #e11902; font-size: 1.22em; text-decoration: underline;}
.articles2 a:hover h2   { text-decoration: none;}
#content h3 	{ margin: 15px 0 10px 0; color: #4c4039; font-size: 1.3em; }
/*color: #4c4039;*/ 
#content h4 	{ margin: 15px 0 10px 0; color: #4c4039; font-size: 1.1em; }
#content p 		{ margin-bottom: 10px; padding: 0 0 0 10px; color: #474646; line-height: 1.4em }
#content ul, #content ol { margin: 5px 0 5px 20px;  color: #474646;}
#uvod h2 		{ margin: 15px 0 10px 0; color: #e11902; font-size: 1.45em; }
#uvod p 		{ border-left: 4px solid #e11902; font-weight: bold; }

/* contact-form */
.button_contact {
  font-size: 90%;
  font-family: Verdana;
}
.button_contact span {
  color: rgb(205,22,22);
  background-color: rgb(255,255,255);
  border: 1px solid rgb(205,22,22);
  padding: 2px 8px 2px 10px;
}
.button_contact span:hover {
  border: 1px solid rgb(205,22,22);
  background-color: rgb(255,235,235);
}
.button_contact em {
  font-weight: bolder;
  color: rgb(255,255,255);
  background-color: rgb(205,22,22);
  border: 1px solid rgb(205,22,22);
  padding: 2px 10px 2px 10px;
  font-style: normal;
}
#contact_form fieldset {
  background-color: rgb(232,232,232);
  padding: 12px 3px 10px 15px;
  border: 1px solid rgb(120,120,120);
  margin: 5px 2px 8px 2px;
}
#contact_form fieldset.default {
  background-color: #f5f4f3;
  padding: 20px 2px 2px 2px;
  border:none;
}
#contact_form legend {
  color: rgb(70,70,70);
  border: 1px solid rgb(120,120,120);
  background-color: rgb(212,212,212);
  padding: 3px 15px 3px 15px;
  font-weight: bolder;
}
#contact_form input {
  border: 1px solid rgb(120,120,120);
  margin: 10px 0 0 0;
}
#contact_form label {
  color: rgb(95,95,95);
}
#contact_form fieldset.contacts{
  background-color: rgb(243,232,232);
  padding: 12px 3px 10px 15px;
  border: 1px solid rgb(160,120,120);
}
#contact_form fieldset.contacts input {
  border: 1px solid rgb(160,120,120);
  margin: 1px 2px 11px 2px;
}
#contact_form fieldset.contacts legend {
  border: 1px solid rgb(160,120,120);
  background-color: rgb(230,212,212);
}
#contact_form fieldset.contacts label {
 font-weight: bolder;
}
#contact_form span.help {
  background-color: rgb(230,212,212);
  color: rgb(170,0,0);
  border: 1px solid rgb(170,0,0);
  font-size: 9px;
  padding:  0px 2px 0px 3px;
  cursor: help;
}
#left_text {
  text-align: left;
  width: 70px;
}
span.wrong_inputs {
  color: rgb(200,0,0);
}
/* left-column */
#left-column 		{ 
	width: 271px; 
	margin: 0 502px 0 0; 
	padding: 15px 25px 12px 33px; 
	background: url("../../images/news.jpg") no-repeat; 
	clear: left; } 
#page>#left-column 	{ width: 213px; }

#left-column h3 	{ margin: 15px 0 10px 0; color: #6d6152; font-size: 1em; text-transform: uppercase; }
#left-column h4 	{ margin: 20px 0 10px 0; border-bottom: 1px dotted #6d6152; color: #e11902; font-size: 1em; text-transform: lowercase; }
address 			{ line-height: 1.4em; margin: 0 0 10px 10px; color: #646464;  }
#left-column p 		{ margin: 0 0 10px 10px; color: #646464; }
#left-column p span { display: block; font-weight: bold; } /* zaměnit za nadpisy */
#left-column ul 	{ margin: 0 0 10px 10px; list-style-type: none; }
#reklamni_odkazy li, #blog li { margin-bottom: 1em; color: #646464; }
#reklamni_odkazy a, #blog a  { color:#333;}

/*blog*/
.blog h2 { margin: 15px 0 18px 0; color: #e11902; font-size: 1.48em; }

/* reference */

#reference { width: 768px; height: 240px; margin: 0 5px; padding: 0; background: white url("../../images/reference.jpg") no-repeat; clear: both; }

#reference h3 { margin: 0 0 5px 0; padding: 8px 5px 5px 5px; color: white; font-size: 1em; }

#reference h4 { padding: 5px; color: #787878; font-size: 0.95em; }

#reference p, .info { margin-bottom: 5px; color: #787878; font-size: 0.95em; }

#reference p span { display: block; font-weight: bold; }

.reference-item { width: 364px; float: left; }

.thumb { width: 140px; height: 160px; padding: 5px 10px 5px 10px; float: left; } .reference-item>.thumb { width: 120px; }

.thumb a.external_link, .thumb a.external_link:visited, .thumb a.external_link:link, .thumb a.external_link:hover, .thumb a.external_link:focus { padding-right: 0; background-image: none; }

.thumb-details { width: 220px; height: 70px; margin: 0 0 5px 140px; }

.thumb-details img { margin:0; float: left; }

.oddelovac { width: 4px; height: 200px; margin: 5px 10px 3px 10px; background-color: #e11902; float: left; }

/* references list */
.reference-perex { background-color: #fff; padding:5px; margin: 5px 0;}
.reference-perex img { float: left; margin: 0 10px 0 0; }
.thumb-list-details 		{ width: 470px; height: 70px; margin: 10px 0; }
.thumb-list-details img 	{ margin: 0; float: left; }

/* menu */
#menu 	{ 
	position: absolute; 
	top: 0; 
	right: 0; 
	width: 507px; 
	height: 126px; 
	/* line-height: 1.5em; */ 
	margin: 0; 
	padding: 18px 0 0 0; 
	color: white; 
	background: url("../../images/menu.jpg") no-repeat; } 
	
/* IE6- counts from the "page" tag, other from "header" tag */ 
#page>#menu { height: 108px; }

#menu h4 		{ display: none; }
#menu ul 		{ margin: 0; padding: 0; list-style-type: none; }
#menu li 		{ width: 166px; height: 24px; margin: 0 1px 0 0; float: left; }
#menu a 		{ 
	display: block;
	width: 144px; 
	height: 24px; 
	padding: 4px 0 0 10px; 
	/* border-right: 1px solid #ccc; */ 
	color: white; 
	background-color: #9f8d77; 
	font-weight: bold; 
	text-decoration: none; 
} 
#menu li>a { width: 156px; height: 21px; }

#menu li a:hover{ color: #e11902; background-color: white; }
#menu li:hover>a{ color: #e11902; background-color: white; }

#menu li li 	{ height: 20px; margin: 0; padding: 0; border-right: 1px solid #ccc; }
#menu li li a 	{ 
	height: 20px; 
	margin: 0; 
	padding: 2px 0 0 15px; 
	color: #302f2e; 
	background-color: white; 
	font-weight: normal; 
	white-space: nowrap;
} 
#menu li li>a 	{ width: 149px; height: 18px; }

#menu li li a:hover { color: white; background-color: #e11902; }

/* footer */
#footer 	{ 
	position: relative; 
	width: 778px; 
	height: 50px; 
	margin: 0; 
	padding: 0; 
	color: inherit; 
	background: #d5d9dd url("../../images/footer.jpg") no-repeat; 
}
#footer hr 	{ display: none; }
#fav_print 	{ display: none; }
#footer .arrow { display: none; }
#footer .nahoru { display: block; position: absolute; top: 9px; right: 21px; width: 30px; height: 25px; }
#footer .nahoru span { display: none; }
#copyright_accessibility_sitemap { margin: 10px 0 0 10px;}

/* discussion */
#discussion 		{ padding: 10px 0 10px 0;}
#discussion h3 { margin: 20px 0 10px 0; border-bottom: 1px dotted #6d6152; color: #e11902; font-size: 1em; text-transform: lowercase; }
.post, .no-posts	{ display: block; margin: 10px; padding:5px; border: 1px solid #ccc;}
.post_title			{ font-weight:bold; float: left; display: block;}
.post_author		{ 
	display: block; 
	overflow:hidden; 
	border-left: 1px solid #e11902; 
	border-right: 1px solid #e11902;
	color:#e11902; 
	padding: 0 15px; 
	margin: 0 15px;
	float:left;
}
.post_date { float: left;}
.post_content { display: block; margin: 0 0 0 15px; }
.post_content textarea { font-size: 0.85em;}

#discussion_post		{ clear:both; font-size: 0.9em }
#discussion_post img	{ margin: 0 0 0 170px;}
#post-errors			{ width:100% !important; margin: 20px 0 10px 0; color: #c00;}
#discussion_post span 	{ font-weight: bold; display:block; width: 170px; /* border: 1px solid #000; */ float:left;}
span.post-title			{ float: left; }
input.post_title 		{ float: left; }
.float_right			{ float: right; }

/* social bookmarks */
#social-bookmarks h3 { margin: 20px 0 10px 0; border-bottom: 1px dotted #6d6152; color: #e11902; font-size: 1em; text-transform: lowercase; }

/* back links */
#back-links { margin: 20px 0 10px 0; border-top: 1px dotted #6d6152; color: #e11902; font-size: 1em; padding: 10px 0 0 0 ; }

/* other */
/* index */

/* prohlaseni_o_pristupnosti */
#accesskeys 	{ margin-bottom: 2em; }
#accesskeys p 	{ margin-bottom: 0.5em; }
#accesskeys ul 	{ margin-bottom: 1em; }

/* stats */
#stats { float:left; margin: 10px 5px 0 10px;}
/* clients */
#clients ul 	{ display: block; margin-bottom: 20px; padding: 0 2px 0 10px; border-left: 4px solid #e11902; list-style-type: none; }
#clients span	{ padding: 0 0 0 10px; }
#clients h2 	{ margin: 10px 0; }

/* temp */
.cervena-vyrazna {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}
.note { font-size: 0.9em; color:#666; padding-bottom: 10px;}
.price { font-weight: bold;}