/* COMMON */
html, body
{
	background: #c5c5c5;
	text-align: center;
}

body, td, th
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
}

table
{
	background: white;
}

th
{
	font-weight: bold;
}

img
{
	border: none;
}

#main
{
	width: 955px;
	margin: auto;
	text-align: left;
}

p
{
	margin: 0; padding: 0;
}

ul, li
{
	padding: 0; margin:0;
	list-style-type: none;
}

h1, h2
{
	font-family: "Times New Roman", serif;
	letter-spacing:-0.04em;
	margin: 0; padding: 0;

}

a
{
	color: #009932;
	text-decoration: none;
}

	a:hover
{
	text-decoration: underline;
}

/* LAYOUT */
#top
{
	width: 955px;
	height: 98px;
}

#top img
{
	display: block;
}

#menu
{
	width: 875px;
	height: 44px;
	background: url('../images/menu.jpg');
	padding-left: 80px;
	font-weight: bolder;

}

#menu a
{
	display: block;
	float: left;
	width: 79px;
	line-height: 44px;
	height: 44px;
	text-decoration: none;
	color: #AAAAAA;
	text-align: center;
	background: url('../images/menuDivider.gif') top right no-repeat;
}

#menu a.delsi {
	width: 120px;
}

	#menu a:hover, #menu a.active
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#bottommenu
{
	color: #464446;
	font-weight: bold;
	position: relative;
	padding: 10px 45px;
}

#bottommenu a
{
	color: #464446;
	font-weight: bold;
}

#bottommenu div
{
	float: right;
	width: 550px;
	text-align: right;
}

#banner
{
	position:relative;
	margin-left:5px;
	float:left;
	width: 543px;
	height: 436px;
	/*background: url('../images/bannerBackground.gif');*/
}
#hpbanner
{
	margin:0;
	padding:0;
	clear: both;
}
#content
{
	width: 815px;
	padding: 10px 50px 20px 90px;
	background: url('../images/background.gif');
}

#footer
{
	width: 955px;
	height: 6px;
	background: url('../images/footer.gif');
	overflow: hidden;
}

#languages a, #languages
{
	color: #B9B9BB;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

	#languages a:hover
{
	text-decoration: underline;
}

#languages a img
{
	vertical-align: bottom;
}
#trade {
	width: 400px;
	text-align: left;
	float: left;
	margin: 10px 0 0 0;
}
#trade .flagtrade {
	float: left;
}

/* COMMON CLASSES */
.divider
{
	clear: both;
}

.bold
{
	font-weight: bold;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}
.right
{
	text-align: right;
}

.blackHeader, .blackHeaderAutosize
{
	color: white;
	background: black;
	padding: 5px;
	margin-bottom: 10px;
	font-style: italic;
	font-size: 26px;
}

.blackHeader
{
	width: 560px;
}

.bigHeader, .bigHeaderPopup
{
	color: #464446;
	background: #e6f7e7;
	padding: 5px;
	margin-bottom: 10px;
	font-style: italic;
	font-size: 26px;
}

.bigHeaderPopup
{
	margin-bottom: 0px;
	text-align: left;
	width: 670px;
}
* html body .bigHeaderPopup { width: 680px; }

.lightgreyHeader
{
	color: #B9B9BB;
	font-style: italic;
	font-size: 32px;
	font-weight: normal;
	line-height:1.06em;
}

.greenHeader
{
	color: #247537;
	font-style: italic;
	font-size: 32px;
	font-weight: normal;
}

/* MAIN PAGE */
#lastNews
{
	width: 247px;
	height: 149px;
	position: relative;
	background: #B0DCAB;
	float: left;
	color: #008C26;
	font-size: 1em;
	padding: 10px;
}

#lastNews a
{
	color: #008C26;
	font-weight: bold;
}

#lastNews h1
{
	color: white;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
	font-style: italic;
	font-size: 30px;
}

#lastNews h2
{
	color: #464446;
	font-weight: normal;
	text-decoration: none;
	font-size: 2em;
	font-style: italic;
}

#lastNews img
{
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
#welcome
{
	width: 530px;
	height: 169px;
	margin-left: 280px;
	background: #ECEBEC;
	color: #464446;
}

#welcome img
{
	float: left;
	padding: 10px;
}

#welcome h1
{
	color: #464446;
	font-style: italic;
	font-size: 50px;
	font-weight: normal;
}

#indexLeftMenu
{
	float: left;
	width: 270px;
	color: #B9B9BB;
	font-weight: bold;
}
#lefthomeside
{
	width:267px;
	display:block;
	float:left
}

#indexLeftMenu a
{
	color: #B9B9BB;
	text-decoration: none;
	line-height: 15px;
	font-weight: bold;
}

	#indexLeftMenu a:hover
{
	text-decoration: underline;
}

#indexLeftMenu a img
{
	vertical-align: bottom;
}

#indexLeftMenu a.block
{
	display: block;
	width: 247px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 2px;
	background: #ECEBEC;
	color: #B9B9BB;
	text-decoration: none;
	padding: 10px;
	font-weight: bold
}

	#indexLeftMenu a.block:hover
{
	color: #008C26;
	text-decoration: none;
}

.column
{
	width: 254px;
	padding: 6px;
	float: left;
	background: url('../images/columnBackground.gif') repeat-y;
}

.column h1
{
	color: #B9B9BB;
	font-style: italic;
	font-size: 35px;
	font-weight: normal;
}

/* MAIN PAGE - IE6 FIXES */
* html body #menu {width: 955px;}
* html body #content {width: 955px;}
* html body #lastNews {width: 267px; height: 169px;}
* html body #indexLeftMenu a.block {width: 267px;}

/* PRODUCT */
#productLeftMenu
{
}

#productLeftMenu li a, #galleryLeftMenu li a, #pricelistLeftMenu li a, #sellerLeftMenu li a
{
	display: block;
	width: 213px;
	height: 42px;
	/*line-height: 42px;*/
	margin-bottom: 2px;
	/*border-left: 5px solid rgb(189, 255, 179);*/
	background: #ECEBEC;
	color: #464446;
	text-decoration: none;
	/*padding: 0px 5px;*/
	font-weight: bold;
	/*padding-top: 6px;*/
}
/** html body #productLeftMenu li a, * html body #galleryLeftMenu li a, * html body #pricelistLeftMenu li a, * html body #sellerLeftMenu li a { height: 35px; }*/

#sellerLeftMenu li a
{
	line-height: 42px;
	padding-left: 5px;
}

#productLeftMenu li a
{
	height: 42px;
	padding-top: 0px;
}

#productLeftMenu li a span, #pricelistLeftMenu li a span, #galleryLeftMenu li a span
{
	display: block;
	padding-top: 8px;
}

#productLeftMenu li a:hover, #galleryLeftMenu li a:hover, #pricelistLeftMenu li a:hover, #sellerLeftMenu li a:hover, #productLeftMenu li a.active, #galleryLeftMenu li a.active, #pricelistLeftMenu li a.active, #sellerLeftMenu li a.active
{
	color: #008C26;
	text-decoration: none;
}

#productLeftMenu img, #pricelistLeftMenu img, #galleryLeftMenu img
{
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}

#productLeftMenu ul {
	margin-left: 20px;
}

#productLeftMenu ul li a {
	/*width: 173px;*/
	width: 193px;
}

#productContent
{
	float: right;
	width: 580px;
}

.productThumbnail {
	width: 135px;
	height: 160px;
	float: left;
	margin: 2px;
	border: 1px solid #008d27;
	color: white;
	background: #008d27;
	text-align: center;
}

.productThumbnail div {
	width: 135px;
	background: white;
	margin-bottom: 5px;
}

.productThumbnail a
{
	color: white;
}

.productThumbnailMax {
	margin-top: 4px;
	text-align: center;
	background-color: white;
	width: 556px;
	height: 150px;
	float: left;
	margin: 2px;
	border: 2px solid #008d27;
	color: white;
	background: #008d27;
	text-align: center;
}

.productThumbnailMax div {
	margin-bottom: 5px;
	height: 119px;
}

.productThumbnailMax a
{
	color: white;
}

.fotkaThumbnail {
	width: 135px;
	height: 120px;
	float: left;
	margin: 2px;
	border: 1px solid #008d27;
	color: white;
	background: #008d27;
	text-align: center;
}

.fotkaThumbnail div {
	width: 135px;
	background: white;
	margin-bottom: 5px;
}

.fotkaThumbnail a {
	color: white;
}

/*
#productContent #fotky a {
	display: block;
	float: left;
	margin: 10px;
	text-align: center;
	border-bottom: 3px solid #008d27;
}

#productContent #fotky a img {
	display: block;
}

*/


#about
{
	background: url('../images/productimage.png');
	position: relative;
}

#about #aboutimage
{
	position: relative;
	float: right;
	width: 270px;
	text-align: center;
	/*border: 1px solid black;*/
}

#about #bar
{
	position: relative;
	bottom: 5px;
}

#about #abouttext
{
	width: 280px;
	padding: 5px 10px;
	text-align: justify;
	/*border: 1px solid black;*/
}

/*#links
{
	text-align: right;
	clear: left;
	padding-right: 20px;
	margin-bottom: 10px;
}*/

#productbottom
{
	margin-top: 10px;
	background: #e6f7e7;
	padding: 5px;
}

#bottomImage
{
	float: right;
	width: 316px;
}

#didYouKnow
{
	background: url('../images/lightbulb.jpg') top right no-repeat;
	padding: 5px;
	padding-top: 20px;
	color: #464446;
	width: 180px;
	padding-right: 60px;
	/*border: 1px solid black;*/
}

#didYouKnow h2
{
	font-size: 30px;
	font-style: italic;
}

.tabulka
{
	margin-top: 10px;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.tabulka td
{
	padding: 3px;
	border: 1px solid rgb(200,200,200);
}

.tabulka_radek td
{
	/*font-family: "Times New Roman", serif;*/
	background: #009932;
	color: white;
	padding: 3px;
	font-size: 12px;
/*	font-style: italic;*/
  
	font-weight: bold;
}

.a { background: #fff; }
.b { background: #def3e0; }

/* MAIN PAGE - IE6 FIXES */
* html body #didYouKnow {width: 240px;}




/* MONTÁŽNÍ FIRMY */

#montazni-firmy
{
	width: 810px;

}

.montazni-firmy
{
	float: left;
	margin: 5px;
	width: 180px;
	height: 320px;
	border: 1px solid #008d27;
	padding: 5px;
	overflow: auto;
}

img.montujeme {
	position: relative;
	top: 2px;
	margin: 0px 3px 0px 1px;
}

.seller img
{
	vertical-align: middle;
}




/* SELLERS */
#sellerLeftMenu
{
	width: 200px;
}

#sellerLeftMenu ul
{
	margin-left: 20px;
}

#sellers
{
	width: 590px;
	float: right;
}

#sellers h2, #sellers h3
{
	clear: left;
}

.seller
{
	float: left;
	margin: 5px;
	width: 170px;
	height: 200px;
	border: 1px solid #008d27;
	padding: 5px;
	overflow: auto;
}

.seller img
{
	vertical-align: middle;
}

#sellerLeftMenu li ul li a
{
	display: block;
	width: 173px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 2px;
	/*border-left: 5px solid rgb(189, 255, 179);*/
	color: #B9B9BB;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	padding-left: 20px;
	background: #ECEBEC url('../images/arrow.jpg') 5px 19px no-repeat;
}
* html body #sellerLeftMenu li ul li a { width: 193px; }


	#sellerLeftMenu li ul li a:hover
{
	color: #008C26;
	text-decoration: none;
}

#sellerImage
{
	float: right;
}

#sellerLeft
{
	width: 420px;
	height: 362px;
	background: #ECEBEC;
	margin-bottom: 10px;
	padding: 15px;
}
* html body #sellerLeft {width: 450px;	height: 392px;}

#sellerLeft h2
{
	color: #008C26;
	font-weight: normal;
	font-style: italic;
	font-size: 22px; 
	margin: 5px;
}

#sellerLeft table
{
	background: transparent;
}

#sellerLeft table.fullWidth
{
	width: 400px;
}

#sellerLeft table td a {font-weight: bold;}

/* GALLERY */
#galleryPopup
{
	width: 680px;
	margin: 0; padding: 0;
}

#photos
{
	margin-left: 235px;
}

#photos a
{
	display: block;
	float: left;
	margin: 10px;
	/*padding: 5px;*/
	/*width: 110px;
	height: 80px;*/
	text-align: center;
	border-bottom: 3px solid #008d27;
}

#photos #photos-hotove-vyrobky a {
	margin: 10px 9px 10px 0px;
}

#photos a img
{
	display: block;
}

#galleryLeftMenu
{
	float: left;
}

.photoDescription
{
	margin:0; padding:0;
	color: #464446;
	background: #e6f7e7;
	width: 670px;
	padding: 5px;
	text-align: left;
	background-color: white;
}
* html body .photoDescription { width: 680px; }

/* PRICELIST */
#pricelistLeftMenu
{
	float: left;
}

#pricelist
{
	margin-left: 240px;
}

#pricelist table
{
	width: 570px;
}

#pricelist #bottom
{
	background: #def3e0;
	color: #464446;
	padding: 5px;
}

#pricelist #bottom img
{
	vertical-align: middle;
}

.price
{
	text-align: right;
}

/* DOWNLOAD */
#download a
{
	display: block;
	width: 265px;
	height: 60px;
	float: left;
}

#download a img
{
	padding: 3px;
	vertical-align: middle;
}

/* CONTACT */
#contactContent #contact
{
	background: #b4d7ad;
	width: 450px;
	padding: 10px;
}

#contactContent #contact img
{
	float: left;
}

#contactContent #contact div
{
	margin-left: 250px;
}

#contactContent #map
{
	width: 305px;
	background: #ececed;
	float: right;
	padding: 10px;
	margin-right: 5px;
}

#contactContent #driversInfo
{
	width: 225px;
	background: #ececed url('/images/lightbulb-big.jpg') top right no-repeat;
	margin-left: 485px;
	padding: 10px;
	padding-right: 90px;
}

#contactContent #contactFrom, #contactContent #prospectOrder
{
	width: 220px;
	float: left;
	padding: 10px;
}

#contactContent #prospectOrder
{
	background: url('../images/columnBackground.gif') repeat-y;
}

#contactContent table
{
	background: #ececed;
	width: 810px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

#contactContent table h2
{
	color: #247537;
	font-style: italic;
	font-size: 22px;
	font-weight: normal;
	margin-top: 10px;
}

.newsMinHeight {min-height: 400px;}
* html body .newsMinHeight {height: 400px;} 

.newsHeader
{
	color: #009932;
	font-size: 1.3em;
	font-weight: bold;
}

/* CERTIFIKATY */
#certifImage
{
	float: right;
}

#certifLeft
{
	width: 285px;
	height: 657px;
	background: #ECEBEC;
	margin-bottom: 10px;
	padding: 15px;
}
* html body #certifLeft {width: 315px;	height: 687px;}
#certifLeft img {vertical-align: middle;} 

/* ABOUT COMPANY */
#aboutRight
{
	float: right;
	width: 280px;
}
#aboutRight img {vertical-align: middle;}

#aboutLeft
{
	width: 500px;
	background: #ECEBEC;
	margin-bottom: 10px;
	padding: 10px;
	text-align: justify;
}
* html body #aboutLeft {width: 520px;}

#aboutLeft p {margin-bottom: 1.5em;}
