body{
	background: #da680b url(../images/design/gradient.gif) repeat-y;
	margin: 0px;
}

/*BLOKY*/
#pageWrapper{
	width: 1004px;
	margin: auto;
	position: relative;
}

#topText{
	margin-top: 5px;
	margin-bottom: 5px;
	height: 50px;
	padding: 0px;
}

/*UPDATE PRE MENU / 26.5.2011*/
#mainMenu{
	height: 66px;
	background: url(../images/design/BckMainMenu.jpg) no-repeat right;
	margin: 0px;
	padding: 0px;
}

#mainMenu img{
	border: none;
	float: left;
}

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

#menuItems li{
	float: left;
	padding: 23px;
	padding-left: 34.1px;
	padding-right: 32.1px;
	cursor: pointer;
	background: url(../images/design/mainMenuSplitter.jpg) no-repeat left;
}

#menuItems li:hover{
	background-color: #909090;
}

/* Opera hack*/
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	head~body #menuItems li{
		padding-top: 24px;
		padding-bottom: 22px;
	}
}

#menuItems li a{
	color: white;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}
/**/

h1{
	padding: 10px;
	font: 18px Arial;
	background: url(../images/design/h1Bck.png) repeat;
	color: #e9a14e;
	margin: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}

#contentBig{
	width: 984px;
	background-color: white;
	position: relative;
	padding: 10px;
	color: #8e8e8e;
	font: 12px Arial;
	min-height:482px;
	height: auto !important;
	height: 482px;
}

#contentSmall{
	width: 477px;
	min-height:481px;
	height: auto !important;
	height: 481px;
	padding: 10px;
	color: #63686b;
	font: 12px Arial;
	position: relative;
	background: white;
}

#leftContent{
	float: left;
}

#flashShadow{
	float: right;
}

#footer{
	font: 11px Tahoma;
	color: #592300;
	width: 984px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	/*background-color: #b95809;*/
	border-top: 1px solid #bb5807;
	background: url(../images/design/contentBck.png) repeat;
}

#shadow{
	height: 24px;
	margin: 0px;
	background: url(../images/design/tienik.png) no-repeat bottom;
}

#sutaz{
	width: 497px;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: right;
}

.clearBoth{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
}

h2{
	margin: 0px;
	color: #da680b;
	font: bold 17px Arial;
	margin-bottom: 10px;
}

#flashSmall{
	width: 477px;
	background-color: white;
	padding: 10px;
	position: relative;
	margin: 0px;
	float: right;
	height: 482px;
}

#contentSmall p{
	margin: 0px;
	text-align: justify;
}

#contentSmall p.last{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#contentSmall a{
	color: #8e8e8e;
}

#contentSmall a:hover{
	color: #000000;
}

#createdBy{
	position: absolute;
	right: 10px;
}

#subMenu{
	position: relative;
	left: 127px;
}

#footer a{
	color: #592300;
}

#footer a:hover{
	color: #000000;
}

/*POUZITIE*/
#pouzitie{
	width: 984px;
}

#pouzitie th{
	background-color: #f3a833;
	color: white;
}

#pouzitie td{
	text-align: center;
}

#pouzitie tbody td{
	background-color: #eeeeee;
}

#pouzitie tbody td.oznacenieProduktu{
	background-color: #e2e2e2;
	font-weight: bold;
	padding: 2px;
}

/*KONTAKT*/
#kontakt span{
	position: absolute;
	left: 80px;
}

#kontakt{
	background-color: #efefef;
	padding: 10px;
	border: 1px dashed #8e8e8e;
}

#kontaktForm{
	margin-top: 10px;
}

form, input, textarea {
	padding: 0px;
	margin: 0px;
	color: #717171;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

input, textarea{
	padding: 3px;
	margin-bottom: 8px;
	border: 1px solid #bcc4c9;
	border-right: 1px solid #8c9397;
	border-bottom: 1px solid #8c9397;
	background: url(../images/design/inputBck.jpg) repeat-x;
}

input[type=submit]{
	padding: 3px;
	margin: 0px;
	border: 1px solid #91999d;
	border-right: 1px solid #63686b;
	border-bottom: 1px solid #63686b;
	background: url(../images/design/submitBck.jpg) repeat-x;
	color: #717171;
}

input{
	width: 170px;
}

textarea{
	width: 469px;
}

form img{
	margin-bottom: 3px;
}

/*FOTOGALERIA*/
#fotogaleria img{
	border: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
}

#fotogaleria img.last{
	margin-right: 0px;
}

#fotogaleria{
	margin-left: 1px;
}

/*PRODUKTy*/
#productMenu{
	margin: 0px;
	text-align: center;
}

.productHeader{
	background-color: #e3ac54;
	height: 35px;
}

.nazovProduktu, .lambda{
	float: left;
	color: white;
	font-weight: bold;
	padding: 10px;
}

.lambda{
	float: right;
}

.spacer{
	clear: both;
	height: 1px;
	width: 100%;
	padding-top: 9px;
	margin-bottom: 10px;
	border-bottom: 1px solid #8e8e8e;
}

.popis{
	margin-top: 10px;
	width: 500px;
	text-align: justify;
	float: left;
}

.obrazok{
	margin-top: 10px;
	float: left;
	width: 484px;
	text-align: center;
	color: Red;
	font-weight: bold;
}

.symboly{
	margin-top: 10px;
	position: absolute;
	right: 10px;
}

.tabulka-parametrov
{
	width: 100%;
}

.vlastnosti
{
	width: 990px;
}

.tabulka-head
{
	text-align: center;
	background-color: #8e8e8e;
	padding: 5px;
	font-weight: bold;
	border-right: 1px solid White;
	border-bottom: 0px;
	color: white;
}

.tabulka-body
{
	text-align: center;
	padding: 5px;
	border-right: 1px solid White;
	border-bottom: 1px solid #8E8E8E;
}

.vlastnosti-ikona{
	vertical-align: top;
	width: 35px;
}

.vlastnosti-text{
	vertical-align: top;
	padding-bottom: 10px;
}

.hviezdicka{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8e8e8e;
	margin-bottom: 10px;
}

.tabulka{
	margin-bottom: 10px;
}

/*SITEMAP*/
.sub{
	margin-left: 20px;
	background: url(../images/design/sitemap-strom1.jpg) no-repeat left;
	padding-left: 10px;
}

.sub2{
	margin-left: 20px;
	background: url(../images/design/sitemap-strom2.jpg) no-repeat left;
	padding-left: 30px;
}

.sub2Last{
	background: url(../images/design/sitemap-strom2-2.jpg) no-repeat left;
}

.sub1Last{
	background: url(../images/design/sitemap-strom1-2.jpg) no-repeat left;
}

#sitemap a{
	color: #8e8e8e;
}

#sitemap a:hover{
	color: #000000;
}

/*PARTNERI*/
#loga{
	background: url(../images/loga/loga_bck.jpg) no-repeat;
	position: absolute;
	width: 497px;
	height: 375px;
	left: 0px;
	top: 0px;
}

#loga p{
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}

#loga img{
	border: 0px;
}

#kovomont{
	position: absolute;
	right: 10px;
	top: 99px;
}

#zeas{
	position: absolute;
	left: 172px;
	top: 10px;
}

#setri{
	position: absolute;
	right: 10px;
	top: 10px;
}

#knauf{
	position: absolute;
	left: 10px;
	top: 99px;
}

#kohimex{
	position: absolute;
	left: 10px;
	top: 10px;
}

#inteco{
	position: absolute;
	right: 172px;
	top: 99px;
}

#jutex{
	position: absolute;
	right: 172px;
	top: 188px;
}

#globaldom{
	position: absolute;
	left: 10px;
	top: 188px;
}

#kupelnaOnline{
	position: absolute;
	right: 10px;
	top: 188px;
}

#baumit{
	position: absolute;
	right: 172px;
	top: 277px;
}

#sikard{
	position: absolute;
	left: 10px;
	top: 277px;
}

#mojDom{
	position: absolute;
	right: 10px;
	top: 277px;
}

#zrazLehot{
	position: absolute;
	bottom: 10px;
	border: 0px;
}

/*APLIKACIE MENU*/
#aplikacieMenu{
	border: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: -31px;
	bottom: 18px;
}

#aplikacieMenu img{
	margin: 0px;
	padding: 0px;
	float: left;
	border: none;
}

a#homeLink{
	color: black;
}

a#homeLink:hover{
	color: #da680b;
}

/*UPDATE 01/2012*/

#eshopButton{
	position: absolute;
	right: -31px;
	top: 24px;
	border: none;
}

/*#sutazButton{
	position: absolute;
	right: -31px;
	top: 385px;
	border: none;
}

#pravidlaSutaze{
	font: 12px Tahoma;
	width: 500px	
}

#pravidlaSutaze h1{
	color: #da680b;
	font: 20px Tahoma;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}*/

/*UPDATE 05/2011 - POSTUPY*/
table p{
	margin: 0px;
	padding: 0px;
}

table img{
	margin-right: 10px;
}

table strong{
	color: #000;
}

p.title{
	color: #da680b;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nobasil, .nobasil a
{
	color: #33664D;
	font-weight: bold;
}

.zasadyAplikacie{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #979797;
}

.zasadyAplikacie a img{
	vertical-align: middle;
	border: none;
}

#contentSmall .zasadyAplikacie a{
	display: block;
	color: #da680b;
}

.justified{
	text-align: justify;
}

.tab
{
	margin: 0;
	padding: 0;
	width: 95%;
	border: 1px solid #000;
	border-collapse: collapse;
	width: 100%;
}

.tab td
{
	border: 1px solid #000;
	padding: 3px;
	text-align: left;
}

.tab th
{
	border: 1px solid #000;
	padding: 3px;
	text-align: left;
}
