/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(img/bg.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}

#page {
	width: 795px;
	background-image: url(img/cont.png);
	margin: 0 auto;
}

#top {
	width: 795px;
	height: 158px;
	background-image: url(img/top.png);
	margin: 0;
}

#nav1 {
	width: 795px;
	height: 67px;
	margin-bottom: 0;
	background-image: url(img/nav.png);
}

#nav2 {
	padding-top: 20px;
	padding-left: 160px;
	text-align: left;
}

#content1 {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#content2 {
	padding-top: 0px;
	padding-bottom: 50px;
}

#bot {
	width: 795px;
	height: 9px;
	background-image: url(img/bot.png);
	font-size: 0;
	clear: both;
	background-repeat: no-repeat;
}


#nav2 a {
	color: black;
	font-family: Georgia;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid #F0F0F0;
	padding: 2px 2px 2px 2px;
	margin-right: 5px;
	margin-left: 5px;
}

#nav2 a:hover {
	border-bottom: solid #FF6347;
}

#content2 h1 {
	font-family: Garamond;
	font-weight: normal;
	font-size: 22pt;
	padding-top:8px;
  padding-left: 10px;
}

#content2 h2 {
	font-family: Garamond;
	padding: 0 30px 0 120px;
	font-weight: normal;
	font-size: 18pt;
	color: #708090;
	border-bottom: solid 1px #f5f5f5;
}

#content2 h3 {
	font-family: Garamond;
	padding: 0 10px 0 250px;
	font-weight: normal;
	font-size: 14pt;
	color: #708090;
	border-bottom: solid 1px #f5f5f5;
}

#content2 p {
	font-family: Garamond;
	color: black;
	text-align: justify;
	font-size: 11pt;
	/*text-indent: 8%;*/
	padding: 0 20px 0 250px;
	line-height: 135%;
}

#content2 form {
	font-family: Garamond;
	color: black;
	text-align: justify;
	font-size: 11pt;
	/*text-indent: 8%;*/
	padding: 0 20px 0 250px;
	line-height: 135%;
}

#content2 p.prava {
	font-family: tahoma;
	margin-top: 35px;
	text-align:right;
}

#content2 ul {
	font-family: Garamond;
	color: black;
	text-align: justify;
	font-size: 11pt;
  list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0 20px 0 250px;
}

#content2 ol {
  font-family: Garamond;
	color: black;
	text-align: justify;
	font-size: 11pt;
  padding: 0 20px 0 250px;
	line-height: 135%;
	list-style-position: outside;
}

#content2 img {
  border: none;
}


.stred {
	text-align: center;
}

a {
	font-family: Garamond;
	color: red;
	font-weight: bold;
}

a:visited {
	color: #FF6347;
	font-weight: bold;
}

.big {
  font-size: 16pt;
}

ul {
	font-family: Garamond;
	color: black;
	text-align: justify;
	font-size: 14pt;
	text-indent: 8%;
	padding: 0 20px 0 250px;
	line-height: 135%;
}

#drazba1 {
	margin: 0 5px 15px 5px;
	width: 100%;
}


#drazba2 {
	padding: 1px 5px 10px 5px;
	background-color: #F0F0F0;
	background-image: url(img/drazba_bg.png);
	background-position: top;
	background-repeat: repeat-x;	
}

#drazba2 h1 {
	font-family: Garamond;
	padding: 0;
	font-weight: bold;
	font-size: 14pt;
	color: black;
	border: none;
	float: none;
	text-decoration: underline;
}

#drazba2 h2 {
	font-family: "Book Antiqua";
	padding: 10px;
	font-weight: bold;
	font-size: 18pt;
	color: Red;
	border: none;
	float: right;
	text-align: center;
	text-decoration: none;
}

#drazba2 p {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: left;
}


#drazba1 #obrazky {
  padding: 3px;
}

#drazba1 #obrazky img {
  border: none;
}

p.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Silver;
	text-align: center;
}


