body{
	margin: 0px; 
	padding: 0px;
	background-color: #FFFFFF;
}

#hlavni {
	background-color: #333333;
	position: relative;
	width: 900px;
	height: auto;
} 

#hlavicka {
	width:900px; 
	height:224px;
	position:relative; 
	left:0px; 
	top:0px;
	background: url("../images/top.jpg");
	background-repeat: no-repeat;
}

#body {
	background: url("../images/body.jpg");
	width: 653px;
	background-repeat: no-repeat;
	position: relative;
	left:0px;
	top:0px;
	float:left;
}

#body-sortiment {
	background: url("../images/body-sortiment.jpg");
	width: 653px;
	background-repeat: no-repeat;
	position: relative;
	left:0px;
	top:0px;
	float:right;
}

#body2 {
	background-color:#FCCD41;
	width: 633px;
	position: relative;
	left:0px;
	top:33px;
}

#body2-sortiment {
	background-color:#FCCD41;
	width: 633px;
	position: relative;
	left:0px;
	top:30px;
}

#shade {
	background: url("../images/shade.jpg");
	width: 653px;
	height: 92px;
	position: relative;
	left:2px;
	top:-6px;
}

#shade-sortiment {
	background: url("../images/shade2.jpg");
	width: 653px;
	height: 92px;
	position: relative;
	left:0px;
	top:-6px;
}

#right {
	width:247px; 
	background: url("../images/right.jpg");
	background-repeat: no-repeat;
	position:relative; 
	left:0px;
	top:0px;
	float:left;
}

#left {
	width:247px; 
	background: url("../images/left.jpg");
	background-repeat: no-repeat;
	position:relative; 
	left:0px;
	top:0px;
	float:right;
}

#right-aktuality {
	background-color:#F8A201;
	width: 232px;
	position: relative;
	left:-2px;
	top:3px;
}

#right-banner {
	width: 247px;
	height: 86px;
	position: relative;
	left:-3px;
	top:0px;
}

#right-kontakt {
	background-color:#F8A201;
	width: 232px;
	position: relative;
	left:-2px;
	top:0px;
}

#left-banner {
	width: 247px;
	height: 86px;
	position: relative;
	left: 0px;
	top: 35px;
}

#left-kontakt {
	background-color:#F8A201;
	width: 228px;
	position: relative;
	left: 0px;
	top: 25px;
}

#bottom {
	width: 900px;
	position: relative;
	left: 0px;
	clear: both;
}

#masterdiv {
	width: 228px;
	position: relative;
	left:0px;
	top:30px;
}

#masterdiv ul {
  padding: 0px 0px 0px 20px;
  margin: 0px;
	text-align: left;
  background-color: #F8A201;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
  list-style-image: url('../images/odrazka.jpg');
}

#masterdiv ul li {
  background-color: #F8A201;
  padding: 2px;
  margin: 0px;
  left: 0px;
  border-bottom: 1px solid #000;
}

#masterdiv ul li:hover {
  background-color: #CF0700;
	color: #000000;
}

#masterdiv ul li.selected {
  background-color: #CF0700;
	color: #000000;
}

#masterdiv ul li a {
	color: #000000;
}

#masterdiv ul li a:hover {
  background-color: #CF0700;
	color: #000000;
}

#masterdiv ul li a.selected {
  background-color: #CF0700;
	color: #000000;
}

#topseo {
  display: none;
}

