body {
	background-image: url(img/bg.gif);
	margin: 0;
	padding: 0;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
}

h1 {
	position: relative;
	left: 17px;
	width: 281px;
	height: 26px;
	background-image: url(img/truhlarstvicerny.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}


#heading {
	position: relative;
	height: 40px;
	width: 557px;
	left: 0;
	top: 4px;
	background-image: url(img/bg_nadpis.jpg);
	background-repeat: no-repeat;
	background-color: #F5C279;
	color: #5C1D1D;
	font-size: 1em;
	margin: 0 0 18px 0;
	padding: 0;
}

h2 {
	position: relative;
	top: 13px;
	left: 18px;

	height: 18px;
}

h2.h2truhlarstvi {
	background-image: url(img/h2_truhlarstvi.jpg);
	background-repeat: no-repeat;
}

h2.h2patraskrine{
	background-image: url(img/h2_patraskrine.jpg);
	background-repeat: no-repeat;
}

h2.h2cenik {
	background-image: url(img/h2_cenik.jpg);
	background-repeat: no-repeat;
}

h2.h2galerie {
	background-image: url(img/h2_galerie.jpg);
	background-repeat: no-repeat;
}
h2.h2kontakt {
	background-image: url(img/h2_kontakt.jpg);
	background-repeat: no-repeat;
}


h3 {
	color: #5C1D1D;
	position: relative;
	left: 18px;
	font-size: 1.1em;
	margin: 14px 0 0 0;
	padding: 0;
}

p {
	margin: 10px 15px 0 18px;
}

a {
	color: #90602F;
}

#menu a {
	position: relative;	
	height: 29px;
	display: block;
	float: left;
	background-repeat: no-repeat;
}

#menu span {
	display: none;
}

a.truhlarstvi {
	background-image: url(img/m_truhlarstvi.jpg);
	width: 95px;
}

a.patraskrine {
	background-image: url(img/m_patraskrine.jpg);
	width: 111px;
}

a.cenik {
	background-image: url(img/m_cenik.jpg);
	width: 64px;
}

a.galerie{
	background-image: url(img/m_galerie.jpg);
	width: 70px;
}

a.kontakt {
	background-image: url(img/m_kontakt.jpg);
	width: 81px;
}

a:hover.truhlarstvi {
	background-image: url(img/m_truhlarstvi1.jpg);
	width: 95px;
}

a:hover.patraskrine {
	background-image: url(img/m_patraskrine1.jpg);
	width: 111px;
}

a:hover.cenik {
	background-image: url(img/m_cenik1.jpg);
	width: 64px;
}

a:hover.galerie{
	background-image: url(img/m_galerie1.jpg);
	width: 70px;
}

a:hover.kontakt {
	background-image: url(img/m_kontakt1.jpg);
	width: 81px;
}

table.thumbs {
	width: 545px;
	border-collapse: collapse;
	position: relative;
	left: 6px;
}

td {
	text-align: center;
	padding: 10px;
}

td img {
	border: 8px solid #F5C279;
	padding: 1px;
}

table.cenik {
	border-collapse: collapse;
	margin-top: 10px;
	width: 525px;
	position: relative;
	left: 16px;
	}

table.cenik td, table.cenik th {
	text-align: left;
	background-color: #FCD79E;
	border: 1px solid #FDE9CA;
	padding: 2px 8px;
	}

/*----- MARGIN ZERO -----*/

h1, #menu ul, #bg, #header, #menu, h2  {
	margin: 0;
	padding: 0;
}

/*----- MENU ----*/

#menu {
	display: none;
}

#menu li {
	display: inline;	
}

/*----- PAGE CONSTRUCTION -----*/



#content {
	position: relative;
	width: 700px;
	left: 4px;
	background-color: #FDE9CA;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}


#text {
	position: relative;	
	margin-right: 14px;
}

#footer {
	position: relative;
	width: 561px;
	height: 29px;
	left: 4px;
	background-image: url(img/bg_footer.gif);
	background-repeat: no-repeat;	
}

#footer span {
	position: relative;
	top: 4px;
	left: 20px;
	color: #5C1D1D;
	font-size: 1em;	
}

/*----- PICTURES -----*/

#pictures {
	position: relative;
	width: 160px;
	float: right;
	margin: 0 0 0 26px;
	padding: 0;
	top: -10px;
	right: 18px;
}

.pic {
	width: 160px;
	height: 121px;
	background-image: url(img/bg_image.jpg);
	padding: 6px 0 0 0;
	margin: 12px 0 14px 0;
	background-repeat: repeat-x;
}

.pic img {
	position: relative;
	left: 16px;
	width: 130px;
	height: 90px;
	top: 8px;
	border: 1px solid #FDE9CA;
}

