* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Arial CE', Arial, sans-serif;
	font-size: 0.9em;
}
img {
	border: none;
}
p {
	color: #039;
}
address {
	color: #039;
	font-style: normal;
	font-size: 1.1em;
	margin: 10px;
}
a {
	color: #c30;
}
a:hover {
	text-decoration: none;
}
a.url {
	font-style: italic;
}
hr {
	display: none;
}
form#search input {
	height: 18px;
	padding: 0px;
	background: #fff;
	position: absolute;
	width: 150px;
	left: 10px;
	top: 10px;
	margin: 0;
}
form#search input.button {
	font-family: 'Arial CE', Arial, sans-serif;
	font-size: 1.0em;
	width: 100px;
	padding: 0;
	height: 22px;
	background: #c30;
	border: none;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 328px;
	top: 10px;
}
form#add input.button {
	font-family: 'Arial CE', Arial, sans-serif;
	font-size: 1.0em;
	width: 100px;
	padding: 0;
	height: 22px;
	background: #c30;
	border: none;
	color: #fff;
	font-weight: bold;
	margin-left: 200px;
	margin-top: 20px;
}
div#file input.button {
	font-family: 'Arial CE', Arial, sans-serif;
	font-size: 1.0em;
	width: 100px;
	padding: 0;
	height: 22px;
	background: #c30;
	border: none;
	color: #fff;
	font-weight: bold;
	margin-left: 200px;
	margin-top: 20px;
}
label {
	display: block;
	float: left;
	text-align: right;
	margin: 0 8px;
	color: #039;
	font-weight: bold;
	width: 200px;
}
/*.answer{
margin-left:208px;
}*/
pre{
color: #039;
font-weight: bold;
font-size: 1.2em;
}
form#add fieldset {
	margin-left: 140px;
	margin-right: 20px;
	margin-top: 20px;
	height: 150px;
	border: none;
}
/*legend {
	padding: 2px 4px;
	border: #039 1px solid;
	margin-left: 10px;
	font-size: 0.8em;
	color: #039;
}*/
form#search fieldset {
	margin: 0;
	height: 40px;
	border: none;
	background: #039 url("/data/blue-line.png") top left repeat-x;
	border-top: #c30 3px solid;
	position: relative;
}
select {
	width: 150px;
	position: absolute;
	left: 170px;
	top: 10px;
}
.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #c30;
}
div#page {
	width: 780px;
	margin: 20px auto;
	position: relative;
}
div#banner {
	width: 462px;
	height: 60px;
	position: absolute;
	left: 159px;
}
h1 {
	display: inline;
}
h1 a {
	display: block;
	position: relative;
	width: 150px;
	height: 90px;
	margin-bottom: 10px;
}
h1 a span {
	display: block;
	background: url("/data/logo.gif") top left no-repeat;
	width: 150px;
	height: 90px;
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
}
h2 {
	color: #c30;
	padding-top: 50px;
	padding-left: 140px;
}
div#file h2 {
	padding: 0;
}
h2.center {
	text-align: center;
	padding: 150px 0;
}
h3 {
	position: absolute;
	font-size: 1.0em;
	width: 142px;
	height: 43px;
	top: 215px;
	left: 320px;
	background: url("/data/menu_center.png");
	padding-top: 26px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
h3.two-lines {
	height: 51px;
	padding-top: 18px;
}
h3.two-lines span {
	display: block;
}
/*fieldset#top */legend {
	display: none;
}
p#error {
	text-align: center;
	padding-left: 140px;
	margin-top: 20px;
	color: #c30;
	font-weight: bold;
}
p#footer {
	font-size: 0.8em;
	color: #039;
	padding-top: 8px;
	border-top: #c30 3px solid;
}
p#footer img {
	height: 14px;
}
span#copy {
	display: block;
	text-align: center;
}
/* MENU */
ul#menu {
	width: 100%;
	height: 500px;
}
ul#menu li {
	list-style-type: none;
	position: absolute;
}
ul#menu li a {
	display: block;
	width: 110px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto;
	height: 29px;
	padding-top: 13px;
}
/*ul#menu li a span {
	text-decoration: underline;
}*/
ul#menu li a.two-lines {
	height: 37px;
	padding-top: 5px;
}
ul#menu li a.two-lines span {
	display: block;
}
ul#menu li a:hover {
	text-decoration: underline;
}
ul#menu li#menu1 {
	width: 168px;
	height: 59px;
	top: 60px;
	left: 306px;
	background: url("/data/menu/menu01.png");
	padding-top: 16px;
}
ul#menu li#menu2 {
	width: 180px;
	height: 74px;
	top: 99px;
	left: 474px;
	background: url("/data/menu/menu02.png");
	padding-top: 27px;
}
ul#menu li#menu3 {
	width: 148px;
	height: 78px;
	top: 200px;
	left: 558px;
	background: url("/data/menu/menu03.png");
	padding-top: 28px;
}
ul#menu li#menu4 {
	width: 180px;
	height: 59px;
	top: 306px;
	left: 474px;
	background: url("/data/menu/menu04.png");
	padding-top: 36px;
}
ul#menu li#menu5 {
	width: 168px;
	height: 59px;
	top: 365px;
	left: 306px;
	background: url("/data/menu/menu05.png");
	padding-top: 16px;
}
ul#menu li#menu6 {
	width: 200px;
	height: 59px;
	top: 306px;
	left: 106px;
	background: url("/data/menu/menu06.png");
	padding-top: 36px;
}
ul#menu li#menu7 {
	width: 148px;
	height: 78px;
	top: 197px;
	left: 59px;
	background: url("/data/menu/menu07.png");
	padding-top: 31px;
}
ul#menu li#menu8 {
	width: 200px;
	height: 71px;
	top: 97px;
	left: 106px;
	background: url("/data/menu/menu08.png");
	padding-top: 29px;
}
/*ul#menu li#menu9 {
	width: 142px;
	height: 57px;
	top: 215px;
	left: 320px;
	background: url("/data/menu_center.png");
	padding-top: 12px;
}*/
/* ODKAZY */
div#main {
	background: url("/data/blue-line2.png") bottom left repeat-x;
	position: relative;
}
div#file {
	padding: 30px;
	padding-bottom: 45px;
}
div#file fieldset {
	padding: 30px;
	border: none;
}
div#file p {
	margin-top: 15px;
}
div#file ul {
	margin: 20px;
	color: #039;
}
p#path {
	margin: 10px;
	color: #c30;
	position: absolute;
	left: 0;
	top: 0;
}
p#path a {
	color: #c30;
}
p#navigation {
	padding-bottom: 50px;
}
p#navigation a {
	width: 150px;
	height: 21px;
	background: #039;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 4px;
}
p#pages {
	text-align: center;
}
span#active {
	padding: 5px 10px;
	background: #039;
	color: #fff;
	font-weight: bold;
}
p#pages {
	line-height: 30px;
}
p#pages a {
	padding: 5px 10px;
	color: #039;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 15px;
}
p#pages a:hover {
	background: #c30;
	color: #fff;
}
div#banner-left object, div#banner-right object {
	margin-bottom: 20px;
}
div#banner-left {
	width: 125px;
	height: 600px;
	position: absolute;
	left: 0;
	top: 50px;
}
div#banner-right {
	margin-top: 50px;
	width: 125px;
	height: 480px;
	float: right;
}
ol#links {
	padding-left: 165px;
	padding-right: 140px;
	/*margin-top: 30px;*/
	padding-top: 35px;
}
ol#links li {
	margin-top: 15px;
	font-weight: bold;
	color: #039;
}
ol#links li p {
	font-weight: normal;
	line-height: 18px;
	margin-top: 5px;
}
ol#links li a {
	background: #c30;
	color: #fff;
	padding: 2px;
	text-decoration: none
}
ol#links li a:hover {
	text-decoration: underline;
}
hr#cleaner {
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 30px;
	visibility: hidden;
}
ul#map, ul#map ul {
	border-left: #c30 2px solid;
	position: relative;
}
ul#map li {
	list-style: none;
	margin-bottom: 10px;
}
ul#map li a {
	border: #c30 2px solid;
	display: block;
	width: 200px;
	height: 23px;
	color: #039;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	padding-left: 10px;
	padding-top: 7px;
}
ul#map li a:hover {
	background: #c30;
	color: #fff;
}
