/**
 * Navigace
 */
#navigation ul {
	display: inline-block; margin-top: -8px; padding: 6px 16px;
	background: transparent url("../gfx/layout/headerNavigationBackground.png") 0 0 repeat;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	list-style-type: none;
	font-size: 1.3em;
}
.ie7 #navigation ul {
	display: inline;
}
#navigation ul li {
	display: inline-block; margin-left: 20px;
	vertical-align: middle;
}
#navigation ul li:first-child {
	margin-left: 0;
}
.ie7 #navigation ul li {
	display: inline;
}
#navigation ul li a, #navigation ul li a:hover, #navigation ul li a:focus {
	display: inline-block;
	color: #FFF;
	text-decoration: underline;
}

/**
 * Okno
 */
#window {
	margin-top: 0;
}

/**
 * Clanek
 */
.article {
	padding: 0 39px 9px;
	font-size: 1.4em;
	color: #0A4878;
}
.article h1 {
	padding-bottom: 6px;
	background: transparent url("../gfx/layout/bodyHeadingBorder.png") 0 100% repeat-x;
	font-size: 1.6em;
	color: #0F6CB5;
}
.article h2 {
	clear: both;
	margin-top: 26px;
	font-size: 1.4em;
	color: #3189CF;
}
.article h3 {
	margin-top: 26px;
	font-size: 1.3em;
	color: #3189CF;
}
.article h4 {
	margin-top: 26px;
	font-size: 1.2em;
	color: #3189CF;
}
.article h5 {
	margin-top: 26px;
	font-size: 1.1em;
	color: #3189CF;
}

.article p {
	margin-top: 16px;
	color: #0A4878;
	line-height: 1.4em;
}

.article ul, .article ol {
	color: #0A4878;
}
.article li {
	margin: 16px 0 0 1.8em;
	line-height: 1.4em;
}

.article a, .article a:hover, .article a:focus {
	color: #0A4878;
	text-decoration: underline;
}

.article strong {
	font-weight: bold;
}
.article em {
	font-style: italic;
}

/**
 * Clanek: Tabulky
 */
table {
	border-collapse: collapse;
}
table thead tr {
	background: transparent url("../gfx/layout/bodyHeadingBorder.png") 0 100% repeat-x;
}
table tbody tr {
	background: transparent url("../gfx/layout/detailPriceTableRowBackground.png") 50% 0 no-repeat;
}
table th {
	padding: 10px 5px;
	vertical-align: bottom;
	color: #0A4878;
	text-align: center;
}
table td {
	padding: 5px;
	vertical-align: top;
	color: #0F6CB5;
	text-align: left;
}

/**
 * Clanek: Fotografie
 */
.article .photo {
	border: 1px solid #95BFE6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 7px #95BFE6;
	-webkit-box-shadow: 0 0 7px #95BFE6;
	box-shadow: 0 0 7px #95BFE6;
}
.article .photo img {
	display: block;
	border: 1px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.article .photoFloatLeft {
	float: left;
	margin: 22px 22px 22px 0;
}
.article .photoFloatRight {
	float: right;
	margin: 22px 0 22px 22px;
}