body {
	margin: 0px;
	padding: 0px;
	background-image: url("obrazky/pozadi.gif");
	background-repeat: repeat-x;
	background-color: #c7eafd;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #1F419A;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
h2 {
	font-size: 16px;
	color: #1F419A;
	margin-bottom: 0px;
	text-transform: uppercase;
}
p {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}
a:link {
	color: #1F419A;
	text-decoration: none;
}
a:visited {
	color: #1F419A;
	text-decoration: none;
}
a:hover {
	color: #1F419A;
	text-decoration: underline;
}
a:active {
	color: #1F419A;
	text-decoration: none;
}
#hlavicka {
	width: 749px;
	margin-right: auto;
	margin-left: auto;
}
#telo {
	width: 749px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("obrazky/telo.gif");
	background-repeat: repeat-y;
}
#paticka {
	width: 749px;
	height: 65px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("obrazky/paticka.gif");
	background-repeat: no-repeat;
}
#paticka p {
	line-height: 45px;
	text-align: center;
}
#menu {
	margin-left: 15px;
}
#obsah {
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
}
#vyrobky {
	width: 200px;
	float: left;
}
#e-shop {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#e-shop a:link {
	color: #FF0000;
	text-decoration: none;
}
#e-shop a:visited {
	color: #FF0000;
	text-decoration: none;
}
#e-shop a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#e-shop a:active {
	color: #FF0000;
	text-decoration: none;
}
.tucne {
	font-weight: bold;
}
.stred {
	text-align: center;	
}
.obrazek {
	margin-top: 10px;
	margin-bottom: 50px;
}
.skryt {
	display: none;
}