﻿/* zakladni styl dokumentu */
html
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	height: 100%;
	font-family: Georgia, serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #ffffff;
}

h1
{
	color: #000000;
	margin-left: 50pt;
	margin-right: 50pt;
	font-size: 170%;
}

h1:before
{
	color: #009900;
	content: "■";
	margin-right: 20px;
	font-size: 120%;
}
h1:after
{
	color: #009900;
	content: "■";
	margin-left: 20px;
	font-size: 120%;
}

h2
{
	color: #000000;
	margin-left: 20pt;
	margin-right: 20pt;
	font-size: 100%;
	font-weight: bold;
}

h2:before
{
	color: red;
	content: "■";
	margin-right: 10px;
	font-size: 120%;
}

h2:after
{
	color: red;
	content: "■";
	margin-left: 10px;
	font-size: 120%;
}

p
{
	margin-left: 20pt;
	margin-right: 20pt;
	text-align: justify;
}

ul
{
	list-style-type: disc;
}

a
{
	color: #0000ff;
}
a:visited
{
	color: #0000ff;
}
a:hover
{
	color: #ff0000;	
}

/* dokument */
div#dokument
{
	height: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* horni_cast */
div#horni_cast
{
	height: 250px;
}

ul#navigace
{
	list-style-type: none;
	margin: 0;
	padding: 70px 0 0 120px;
}

ul#navigace li
{
	float: left;
	margin-left: 3px;
	padding: 0;
}

ul#navigace li a
{
	overflow: hidden;
	display: block;
	font-size: 17px;
	color: #000000;
	background-image: url(obrazky/navigacni_tlacitko_neoznacene.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	padding-top: 9px;
	height: 26px;
	width: 113px;
}

ul#navigace li a:hover
{
	color: white;
	background-image: url(obrazky/navigacni_tlacitko_oznacene.png);
}

div#horni_panel
{
	clear: left;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #b9232d;
	background-image: url(obrazky/prechod.png);
	background-repeat: repeat-y;
	position: relative;
	width: 100%;
	height: 57px;
}

div#oddilovy_znak
{
	background-image: url(obrazky/oddilovy_znak.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	top: -30px;
	height: 114px;
	width: 77px;
}

div#text_oddil_turistiky
{
	background-image: url(obrazky/text_oddil_turistiky.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 135px;
	top: 16px;
	height: 24px;
	width: 388px;	
}

h1#shinkodo
{
	background-image: url(obrazky/shinkodo.png);
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	left: 560px;
	top: 27px;
	height: 70px;
	width: 430px;	
}

h1#shinkodo:before, h1#shinkodo:after
{
	content: "";
	margin: 0;
}

h1#shinkodo span
{
	display: none;
}

/* prostredni_cast */
div#prostredni_cast
{
	max-width: 1000px;
	margin: 40px;
}

/* dolni_cast */
div#dolni_cast
{
	font-size: 15px;
	color: #ffffff;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #b9232d;
	background-image: url(obrazky/prechod.png);
	background-repeat: repeat-y;
	width: 100%;
	height: 28px;
	padding-top: 8px;
	text-align: center;
}

div#dolni_cast a
{
	color: #ffffff;
}

/* pro tisk */
@media print
{
	h1:before, h1:after, h2:before, h2:after
	{
		content: "";
		margin: 0;
	}

	div#horni_cast
	{
		display: none;
	}
	
	div#dolni_cast
	{
		display: none;
	}
}
