/*
Webdesign studio: Web Consulting
Webdesign studio url: http://www.webconsulting.cz/

Site name : Hemax
Site URL: http://www.mellar.cz/
Version: 1.00 Released 10/05/2009
*/

* {	
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body { 
  background: #232323 url(/images/textBackground.png);
  text-align: center;
}
html, input, textarea	{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #333;
	text-align: justify; 
}
div.clear { 
	clear: both; 
}
h1, h2{
  font-size: 15px;
  padding: 5px;
  background-color: #e4e4e4;
	margin-bottom: 5px; 
}
h1 span, h2 span {
  color: #f58220;
}
/* ============================= Main layout ====================== */
div.main, #text { 
	width: 860px;
	margin: 0 auto;
  text-align: left;
}
#text {
	min-height: 500px;
}
/* ============================= Top ====================== */
#top {
	width: 100%;
	height: 316px;
	background: url(/images/topBackground.png) repeat-x;
}
#topLeft {
	width: 337px;
  float: left;
}
#topRight {
	width: 523px;
	float: right;
	text-align: right;
}
#flash {
	border: 10px solid #fff;
	margin-top: 12px;
	width: 503px;
	height: 266px;
}
/* ============================= Menu ====================== */
#menu {
	width: 100%;
	height: 30px;
	padding-top: 15px;
	background: url(/images/menuBackground.png) repeat-x;
}
#menu a, #menu a:visited {
	display: block; 
	float: left;
	padding: 0 25px;  	
	color: #fff;
	text-decoration: none ;
	background: url(/images/odrazka.png) no-repeat left center;
}
#menu a:hover {
	text-decoration: underline;
}
#menu li a.aktivni {
	color: #232323;
}
#menu a.bezOdrazky {
  background: none;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	list-style: none;
	display: inline;
}
/* ============================= Text ====================== */
#text {
	background: #fff url(/images/bg_text.gif) repeat-y;
}
#textLeft{
  width: 662px;
  float: left;
}
#textRight{
  width: 198px;
  float: right;
  padding: 10px 0 0 0;
} 
.textPole1 {
  width: 620px;
  margin: 10px;
  border: 1px solid #bababa;
  background: #d7d7d7;
  padding: 10px;
  overflow: auto;
  font-size: 12px;
}
.textPole1 p {
  padding: 0px 5px 15px 5px;
  text-align: justify;
  line-height: 15px;
}
.textPole1 p.doprava {
  text-align: right;
}
.textPole1 a {
  color: #f58220;
}
.textPole1 p.bezPaddinguDole {
  padding: 0 5px;
}
*.tucne {
	font-weight: bold;
}

.textPole1 ul {
	list-style-position: outside;
	padding: 0px 0px 15px 5px;
}
.textPole1 ul li {
	padding: 0px 0px 5px 15px;	
	list-style: none;
  background: url(/images/odrazka.gif) no-repeat 0px 4px;
  font-weight: normal;
}	
.textPole1 ul ul {
	padding: 0px 0px 0px 5px;
}


/* ============================= Footer ====================== */
#footer {
   width: 100%;
   background: #e4e4e4 url(/images/footerBackground.png) repeat-x;
   font-size: 11px;
   line-height: 18px;
}
#footerLeft, #footerRight {
  width: 300px;
	float: left;
  padding: 15px 10px 15px 0px;	
}
#footerRight {
	width: 500px;
	float: right;
	text-align: right;
}
#footerRight a, #footerLeft a:hover {
  color: #333;
}
#footerLeft a, #footerRight a:hover  {
  color: #333;
}
span.kontakty {
	width: 50px;
	float: left;
}

table.kontaktniFormular {
  width: 580px;
  background-color: #e4e4e4;
  border: 1px solid #bababa;
  color: #000;
}
table.kontaktniFormular th, table.kontaktniFormular td {
  font-weight: normal;
  font-size: 12px;  
  padding: 10px 10px 0px 0px;
}
table.kontaktniFormular th {
	text-align: right;
	vertical-align: top;
	width: 130px;
  padding: 10px 10px 0px 10px;
  line-height: 19px;
}
table.kontaktniFormular input, table.kontaktniFormular textarea {
  border: 1px solid #bababa;
  background-color: #fff;
  padding: 1px;
  width: 430px;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000;	
  
}
table.kontaktniFormular td.odeslat {
  padding: 10px 10px 10px 0px;
  text-align: right;  
}
table.kontaktniFormular td.odeslat input {
  border: 1px solid #bababa;
  background-color: #fff; 
  padding: 3px 1px 3px 1px;
  width: 150px;
  text-align: center;
}
span.varovani {
	color: #f58220;
}
div.mapa {
	float: right;
  width: 360px;
  height: 210px;
  border: 1px solid #000;
  overflow: hidden;
}
div.doplnkyRozcestnik {
	width: 144px;
	float: left;
	margin: 10px 11px 10px 0px;
	text-align: center;	
}