html {
  margin: 0px;
  padding: 0px;
}
body {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin: 0px;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif, Georgia, Arial;
  color: black;
  background-image: url(../images/home-page-bg-body.jpg);
	background-repeat: repeat-y;
}

img {
margin:0px;
padding:0px;
border: none;
display: block;
}
a{
}
a:hover{
}
h3 {
font-size: 20px;
}
h1, .fright div {
font-size: 18px;
font-weight: normal;
color: #FF5405;
}
h2 { font-size: 14px; margin-bottom: 0px; }
dl { margin-bottom: 20px; }
dt { margin-bottom: 0px; font-size: 14px; font-weight: bold; }
dd { margin-top: 10px; }
ul { margin-top: 0px; }
li { margin-bottom: 10px; }
li a { color: #000000; font-weight: bold;  }
li a:hover { text-decoration: underline; }
.fright div { margin-bottom: 7px; }
/*  ptakovinky */
.clear {
	clear: both;
	background-color: transparent;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
 }
.hidden			{ display:none; }
.left 			{ text-align:left; }
.right			{ text-align:right; }
.center			{ text-align:center; }
.fleft 			{ float:left; }
.fright			{ float:right; }
/* /ptakovinky */

/* home-page */
#main {
	text-align: justify;
	vertical-align: middle;
	width: 999px;
	position: relative;
	padding: 0px;
	background-image: url(../images/home-page-bg-main.jpg);
	background-repeat: no-repeat;
	min-height: 750px;
}
#logo-obal {
	position: absolute;
	padding: 0px;
	top: 38px;
	float: left;
  left: 43px;
}
#logo {
	margin: 0;
	padding: 0;
	position: relative;
	width: 293px;
	height: 67px;
	overflow: hidden;
}
#logo span {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 293px;
	height: 67px;
	background: url(../images/bonicom-logo.jpg) no-repeat 0 0;
}
#slogan-obal {
	position: absolute;
	padding: 0px;
	top: 68px;
	float: left;
  left: 479px;
}
#slogan {
	margin: 0;
	padding: 0;
	position: relative;
	width: 166px;
	height: 33px;
	overflow: hidden;
}
#slogan span {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 166px;
	height: 33px;
	background: url(../images/slogan.jpg) no-repeat 0 0;
}
#content {
margin: 190px 69px 20px 41px;
padding-bottom: 20px;
width: 800px;
min-height: 300px;
float: left;
background-color: white;
}
#content .fleft {
margin: -30px 20px 0px 20px;
width: 500px;
}
#content .fleft h2{
margin-top: 20px;
margin-bottom: 10px;
}
#content .fright {
margin: 30px 20px 0px 20px;
width: 180px;
}
#footer {
margin: 0px 0px 50px 41px;
width: 800px;
}
#footer ul{
display: inline;
margin: 0px;
padding: 0px;
}
#footer li{
display: inline;
margin: 0px;
padding: 0px;
}
#footer li a{
text-decoration: none;
color: white;
padding: 0px 5px 0px 4px;
}
#footer li a:hover{
text-decoration: underline;
}
#footer li a.selected{
text-decoration: underline;
}



