body {
	margin: 0;
	text-align : center;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 70px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	color: #FFFFFF;
	text-align: right;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 48px;
	display: block;
}

h1 .small {
	font-size: 24px;

}

#top {
	margin : 0 auto;
	width: 800px;

}
#katalog {
	background-image: url(images/katalog.jpg);
	background-repeat: no-repeat;
	height: 255px;
	width: 363px;
	margin-top: 22px;
	float: right;
}
#text3 {
	width: 155px;
	float: left;


}
#nadpis ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#nadpis li {
	display: block;
	float: left;
	width: 155px;
	text-align: left;
	margin-right: 10px;
	font-size: 12px;
	color: #172CC3;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#text {
	float: right;
	width: 360px;
	text-align: left;
	padding-top: 30px;
	padding-right: 10px;

}
#text2 {
	float: right;
	width: 350px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;

}

#text strong{
	display: block;

}


#nadpis li b {
	font-weight: bold;
	color: #e59517;

}

#top-bg{
	height: 36px;
	width: 100%;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	margin:0;
	padding: 0;
}

#nav {
	margin: 0px;
	padding: 0px;
}		

#nav ul {

}	

#nav li {
	display: inline;
	float: left;
	line-height:36px;
	background-image: url(images/nav-bg_line.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}		

#nav li a {
	font-size: 14px;
	height: 36px;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
}

#nav li a:hover, .on {
	background-repeat: repeat-x;
	background-image: url(images/nav-bg_hover.gif);

}
#logo {
	float: left;
	background:url(images/logo.gif);
	height: 78px;
	width: 77px;
	margin-top: 36px;

}
#nadpis {
	width: 570px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h2 {
	font-size: 16px;
	text-align: right;
	margin-top: 30px;
	margin-right: 40px;
	display: block;
	margin-bottom: 0px;
}

h3 {
	text-transform: uppercase;
	color: #E59517;
	font-size: 16px;
	text-align: right;
	display: block;
}
#footer {
	text-transform: uppercase;
	color: #CCCCCC;
	font-size: 10px;
	text-align: center;
	display: block;
	clear : both;
	padding-top: 20px;
	padding-bottom: 5px;
}
#footer a{
	color: #CCCCCC;
	text-decoration: none;
}

.clear {clear : both;height : 1px;overflow : hidden;margin-bottom : -1px;
      }

