html, body  {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 82%;	
	color: #000;
	background-color: #000;
	background-image: url(../img/page_bgr.png);
	background-repeat: repeat-x;
	background-position: top;
}

img {
	border: 0;
}


a, a.link, a.visited, a.active {
	text-decoration: none;
	color: #1051B4;
	text-decoration: underline;
}

a:hover {
	color: #E1680E;
	text-decoration: underline;
}


h1 {
	font-size: 150%;
	font-weight: bold;
	padding: 0px;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 130%;
	padding: 0px;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 110%;
}



#header {
	width: 758px;
	height: 104px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px #696868 solid;
	border-right: 1px #696868 solid;
	background-image: url(../img/header_bgr.gif);
	background-repeat: no-repeat;
}

#logo {
	padding: 26px 0 0 25px;
	float: left;
}


.alert {
	font-weight: bold;
	color: #BB0000;
}




#yida a {
	background-image: url(../img/yida_logo.gif);
	width: 73px;
	height: 37px;
	float: right;
	margin: 15px 15px 0px 5px;
}

/* lang selector */

#langselector {
	width: 66px;
	height: 24px;
	margin: 30px 0px 0px 0px;
	float: right;
}

#langselector_noshow {
	float: right;
	width: 136px;
	height: 24px;
	padding-top:3px;
}

#flag_cz, #flag_en {
	float: left;
	background-image: url(../img/flag_cz.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 22px;
	padding-top: 2px;
	margin-left: 5px;
	color: #000;
	font-size: 10px;
	text-decoration: none;
}

#flag_en {
	background-image: url(../img/flag_en.gif);
}


#pgheader {
	width: 758px;
	height: 22px;
	margin: 0 auto;
	background-color: #264f7d;
	border-left: 1px #696868 solid;
	border-right: 1px #696868 solid;
}


/* homepage css */


#welcomebox {
	width: 758px;
	height: 200px;
	margin: 0 auto;
	background-color: #000;
	
	border-left: 1px #696868 solid;
	border-right: 1px #696868 solid;
	position: relative;
}

#welcometext {
	width: 246px;
	height: 150px;
	padding: 25px 25px 25px 25px;
	color: #fff;
	line-height: 150%;
	background-repeat: no-repeat;
	float: right;
}

#welcometext h2 {
	color: #aad813;
	line-height: 1.3em;
}
#welcometext p {
	margin-top: 5px;
	line-height: 1.8em;
}
#welcometext p a {
	color: #aad813;
}


#ilustpic {
	width: 467px;
	height: 222px;
	position: absolute;
	margin-top: -22px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-image: url(../img/ilustpic1.jpg);
}

#pgfooter {
	background-color: #9abd27;
	height: 7px;
	font-size: 1px;
	width: 758px;
	margin: 0 auto;
	border-left: 1px #696868 solid;
	border-right: 1px #696868 solid;	
}

#topproducts {
	width: 758px;
	background-color: #9abd27;
	margin: 0 auto;
	border-left: 1px #696868 solid;
	border-right: 1px #696868 solid;
}

.productbox, .productboxnews {
	width: 150px;
	height: 216px;
	background-color: #fff;
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
}

.productbox h2, .productboxnews h2 {
	display: block;
	height: 22px;
	font-size: 100%;
	margin: 0px;
	color: #fff;
	background-color: #000;
	background-image: url(../img/hp_group_bgr.gif);
	padding: 11px 11px 0 11px;
}

.productbox ul, .productboxnews ul {
	margin: 38px 0 0 0;
	padding: 0px;
	list-style: none;
}

.productboxnews li {
	padding: 8px;
}

.productboxnews li a {
	xwidth: 128px;
	xheight: 16px;
	display: block;
	font-size: 10px;
	xpadding: 4px 0px 0px 22px;
	text-decoration: none;
	xbackground-image: url(../img/prod_li_bgr.gif);
	background-repeat: no-repeat;
	color: #80a016;
}

.productbox li a, #leftmenu li a {
	width: 128px;
	height: 16px;
	display: block;
	font-size: 10px;
	padding: 4px 0px 0px 22px;
	text-decoration: none;
	background-image: url(../img/prod_li_bgr.gif);
	background-repeat: no-repeat;
	color: #000;
}

.productbox li a:hover, #leftmenu li a:hover {
	background-image: url(../img/prod_li_hover_bgr.gif);
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
}

.productbox .li2 a, #leftmenu .li2 a {
	height: 28px;
	background-image: url(../img/prod_li2_bgr.gif);
	background-repeat: no-repeat;
}

.productbox .li2 a:hover, #leftmenu .li2 a:hover {
	background-image: url(../img/prod_li2_hover_bgr.gif);
	background-repeat: no-repeat;
}


#leftmenu ul ul li a {
	width: 120px;
	height: 16px;
	display: block;
	font-size: 10px;
	padding: 4px 0px 0px 30px;
	text-decoration: none;
	background-image: url(../img/subsubmenu_bgr.gif);
	background-repeat: no-repeat;
	color: #000;
}
#leftmenu ul ul li a:hover {
	background-image: url(../img/subsubmenu_hover_bgr.gif);
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
}



#prod_cnc {
	background-image: url(../img/prod_cnc.jpg);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}
#prod_cncvert {
	background-image: url(../img/prod_cncvert.jpg);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}
#prod_cnchoriz {
	background-image: url(../img/prod_cnchoriz.jpg);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}
#prod_ostatni {
	background-image: url(../img/prod_ostatni.jpg);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}
#prod_news {
	background-image: url(../img/prod_news.jpg);
	background-repeat: no-repeat;
	background-position: 0px 33px;
}





/* normal page css */

#pg {
	width: 758px;
	margin: 0 auto;
	background-image: url(../img/pg_bgr.gif);
	background-repeat: repeat-y;
	border-left: 1px #696868 solid;
	border-right: 1px #696868 solid;	
}

#leftmenu {
	width: 150px;
	float: left;
}

#leftmenu h2 {
	display: block;
	xheight: 38px;
	font-size: 100%;
	margin: 0px;
	color: #fff;
	background-color: #6B6B6B;
	padding: 10px 11px 10px 21px;
	min-height: 13px;
}

#leftmenu ul {
	margin: 0px 0 0 0;
	padding: 0px;
	list-style: none;
}

#pgcontent {
	width: 408px;
	float: left;
}

#pgcontentheader {
	background-color: #ccc;
	height: 26px;
	width: 403px;
	text-align: right;
	padding: 7px 5px 0px 0px;
}

.icons  {
	background-image: url(../img/separer.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 5px;
	float: right;
}

#content {
	padding: 20px;
}

#content p {
	line-height: 1.5em;
}

#content ul li {
	margin-bottom: 10px;
	list-style-image: url(../img/li1.gif);
	line-height: 1.5em;
}


#content table th {
	text-align: right;
	background-color: #d6e4f5;
	padding: 5px;
	font-weight: normal;
}
#content table tr {
	background-color: #EDEDED;
	margin: 10px;
}
#content table td {
	padding: 4px;
}

#rightcol {
	width: 200px;
	float: left;
	padding-top: 100px;
}

#ilustpic_s {
	width: 199px;
	height: 124px;
	position: absolute;
	margin-top: -122px;
	margin-left: 1px;
	background-repeat: no-repeat;
}

#rightcol h2 {
	display: block;
	height: 22px;
	font-size: 100%;
	margin: 0px;
	color: #fff;
	background-color: #6B6B6B;
	padding: 11px 11px 0px 11px;
}

#rightcol p {
	padding: 10px;
}


#content .box2 table {
	width: 100%;
}

#content .mandatory {
	font-weight: bold;
	color: #d5051e;
}


#content .productphoto {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}

.novinka {
	line-height:150%;
	padding: 5px 10px 10px 10px;
	font-size: 0.8em;
}

.StrojListItem {
	xpadding-bottom: 10px;
}

/* footer promo */

#footerpromo {
	width: 758px;
	height: 132px;
	background-color: #fff;
	margin: 0 auto;
	border: 1px #696868 solid;
	border-top: none;
}

/* footer */

#footer {
	width: 758px;
	height: 15px;
	margin: 4px auto;
	text-align: right;
	font-size: 10px;
	color: #A9ACB2;
}


.cleaner, #cleaner {
	clear: both;
	height: 1px;
	font-size:1px;
}