/* CSS Document */
body {
	margin: 0 0 0 0;
	background: #FFFFFF url(background.gif) repeat;
	color: #222222;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
}
ul {
	list-style-type: square;
	list-style-position: outside;	
	clear: both;
}
a {
	font-weight: bold;
	color: #222222;
}
img {
	border: none;	
}
hr {
	border: 1px solid red;
}
span.note {
	font-size: 11px;
}

table.tabSolariumFototyp {
	font-size: 13px;
	border: 0px solid black;
}
table.tabRozpis {
	font-size: 13px;
	border: 0px solid black;
	width: 600px;
}
table.tabRozpis tr, table.tabSolariumFototyp tr {
	text-align: center;
}
table.tabRozpis th, table.tabSolariumFototyp th {
	background-color: #ffa8a8;
}
table.tabRozpis td, table.tabSolariumFototyp td {
	background-color: #ffffa8;
}
table.tabRozpis td.em, table.tabSolariumFototyp td.em {
	background-color: #bef478;
	font-weight: bold;
	height: 40px;
}
table.tabCenik {
	font-size: 13px;
	border: 0px solid black;
	width: 450px;
}
table.tabCenik tr {
	text-align: left;
}
table.tabCenik th {
	background-color: #ffa8a8;
	padding-left: 5px;
}
table.tabCenik td {
	background-color: #ffffa8;
	padding-left: 5px;
}
table.tabCenik td.em {
	background-color: #bef478;
	font-weight: bold;
}
div#page {
	display: block;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
div#menu {
	display: block;
	position: relative;
	width: 930px;
	margin-top: 20px;
	border-top: 5px solid red;
}
div#menu div.menuitem {
	display: block;
	float: left;
	font-weight: bold;	
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	border-bottom: 5px solid red;
}
div#content {
	display: block;
	position: relative;
	float: left;
	width: 930px;
	background-color: #FFFFFF;
	margin-top: 30px;
	clear: both;
	border-top: 2px solid red;
	border-left: 2px solid red;
	border-right: 2px solid red;
	text-align: center;
}
div#footer {
	display: block;
	position: relative;
	float: left;
	width: 930px;
	height: 68px;
	background: #FFFFFF url(footer.gif);	
	clear: both;
	text-align: center;
}
div#footer p {
	margin-top: 35px;
}
div.akce {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 930px;
	margin: 20px 0px 20px 0px;
	text-align: center;
	font-size: 21px;
	line-height: 34px;
	padding-left: 100px;
}
div.akce h1 {
	font-variant: small-caps;
	margin: 10px;
	font-size: 28px;
	line-height: 28px;
}
div.akce img {
	display: block;
	position: relative;
	float: left;
	margin: 10px 10px 10px 10px;
}
div.akce div {
	display: block;
	position: relative;
	float: left;
	width: 580px;
	background-color: #222266;
	color: yellow;
	text-align: center;
	border: 1px solid yellow;
}
div.akce div a{
	color: yellow;
}
div.pozor {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 930px;
	margin: 20px 0px 20px 0px;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	padding-left: 100px;
}
div.pozor h1 {
	font-variant: small-caps;
	margin: 0px;
	font-size: 28px;
	line-height: 45px;
}
div.pozor img {
	display: block;
	position: relative;
	float: left;
	margin: 10px 10px 10px 10px;
}
div.pozor div {
	display: block;
	position: relative;
	float: left;
	width: 580px;
	min-height: 58px;
	background-color: red;
	color: yellow;
	border: 1px solid yellow;
}
div.pozor p {
	margin: 10px 5px 10px 5px;
	color: yellow;
	text-align: center;
}
div.pozor div a{
	color: yellow;
}
div.block {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 900px;
	text-align: left;
	margin: 10px 0px 10px 10px;
}
div.block	h1 {
	font-family: Tahoma;
	font-size: 17px;
	font-weight: bold;
}
div.block	h2 {
	font-size: 15px;
	font-weight: bold;
	width: 100%;
}
div.block	h3 {
	font-size: 13px;
	font-weight: bold;
}
div.block p img.left {
	float: left;
	margin: 5px 10px 10px 0px;
}
div.block p img.right {
	float: right;
	margin: 5px 10px 10px 10px;
}
div.figure {
	float: left;
	margin: 5px 10px 10px 0px;	
	background-color: #222266;
	color: white;
}
div.figure img {
}
div.figure span {
	display: block;
	font-weight: bold;
	text-align: center;
}