body {
	background-color: #d7e5f0;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

.clear {	clear: both;
}

a img {
	border: none;
}

a {
	color: #cc0304;
	text-decoration: underline;
}

a:hover {
	color: #064d83;
	text-decoration: underline;
}

hr {
	color: #bfdff5;
	height: 1px;
	border-width: 0px 0px 0px 0px;
	background-color : #bfdff5;
}

h1 {
	color: #cc0304;
	font-size: 20px;
	padding-bottom: 6px;
	font-weight: normal;
}

h2 {
	font-weight: normal;
	color: #cc0304;
	font-size: 18px;
}

h3 {
	color: #cc0304;
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h1, h2, h3, h4, h5 {
	margin-top: 8px;
	margin-bottom: 0px;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-size: 12px;
}



div#hlavni-stranka {
	background: url("images/bg.png") repeat-x;
	padding-top: 40px;
}

div#center {
	background: #fff url("images/page-bg.png") repeat-y;
	color: #000;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

div#page-start {
	background: url("images/page-start.png") no-repeat;
	padding: 15px 25px 50px 25px;
}

div#page-end {
	background: url("images/page-end.png") no-repeat bottom;
}

h1 {
	float: right;
	font-size: 22px;
	color: #ccc;
}

#adresa {
	padding-top: 40px;
}


div.obchod {	float: left;
	width: 300px;
	height: 500px;
	margin-top: 30px;
	overflow: hidden;
}

div.obchod h2 {	margin-bottom: 10px;
}

div.obchod img {
	margin-top: 20px;
	margin-bottom: 10px;
}

div.obchod p.popis {	color: #999;
	text-align: justify;
}

div#next {
	color: #99b2cc;
	font-size: 16px;
	padding-bottom: 25px;
	padding-left: 25px;
}