body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-image: url(../images/design/bg_main.gif);
	background-color: #517ACC;
	margin: 0px;
	background-repeat: repeat-y;
}

.noprint {
	display: none;
}

#page_main {
	position: relative;
	width: 780px;
/*	min-height: 100%; */
	height: 100%;
}

#page_head {
	position: relative;
	text-align: left;
	height: 235px;
}

#page_text {
	text-align: left;
	padding: 25px;
	background-color: #E8F1EB;
	z-index: -1;
}

#languages {
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
}

#languages dl, dt, dd {
	margin: 0px;
	padding: 0px;
}

#language_1 {
	display: inline;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	width: 62px;
}

#language_1 a {
	display: inline;
	width: 62px;
	height: 21px;
	margin: 0;
	padding: 0;
	background: url("./../images/design/lang_01a.gif") top left no-repeat;
	text-decoration: none;
}

#language_1 a:hover {
	background-image: url("./../images/design/lang_01b.gif");
}

#language_1 a span {
	display:none;
}

#language_2 {
	display: inline;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	width: 64px;
}

#language_2 a {
	display: inline;
	position: relative;
	width: 64px;
	height: 21px;
	margin: 0;
	padding: 0;
	background: url("./../images/design/lang_02a.gif") top left no-repeat;
	text-decoration: none;
}

#language_2 a:hover {
	background-image: url("./../images/design/lang_02b.gif");
}

#language_2 a span {
	display:none;
}

#language_3 {
	display: inline;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	width: 76px;
}

#language_3 a {
	display: inline;
	width: 76px;
	height: 21px;
	margin: 0;
	padding: 0;
	background: url("./../images/design/lang_03a.gif") top left no-repeat;
	text-decoration: none;
}

#language_3 a:hover {
	background-image: url("./../images/design/lang_03b.gif");
}

#language_3 a span {
	display:none;
}

#language_3 a {
	display: inline;
	width: 76px;
	height: 21px;
	margin: 0;
	padding: 0;
	background: url("./../images/design/lang_03a.gif") top left no-repeat;
	text-decoration: none;
}

#logotype {
	width: 172px;
	height: 44px;
	position: absolute;
	left: 569px;
	top: 136px;
}

#logotype a {
	width: 172px;
	height: 44px;
	background: url("./../images/design/head_logo.gif") top left no-repeat;
	text-decoration: none;
}

#logotype a span {
	display:none;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: underline;
}

h2 {
	color: #517ACC;
	font-size: x-large;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	border-bottom: 1px solid #8AA5DD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h3 {
	color: #000000;
	font-size: x-small;
}

#cesta {
	color: #330000;
	font-size: xx-small;
	font-weight: bold;
	text-align: left;
}

#cesta a {
	text-decoration: none;
}

#cesta a:hover {
	text-decoration: underline;
}

#main-text {
	font-size: small;
	margin-top: 20px;
	text-align: justify;
}

#print {
	color: #666666;
	font-size: xx-small;
	margin-top: 20px;
}

#print ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0px;
}

#print a {
	text-decoration: none;
}

#print a:hover {
	text-decoration: underline;
}

#struktura {
	color: #004E27;
	font-size: small;
	margin-top: 20px;
}

#struktura ul {
	list-style-type: square;
}

#struktura a {
	text-decoration: underline;
}

#struktura a:hover {
	color: #666666;
	text-decoration: none;
}

.bottom_right {
	float: right;
}

.img {
	border: 1px solid #BEDACA;
}
.vypis_title {
	font-size: x-small;
	font-weight: bold;
	color: #004E27;
}
.vypis_text {
	font-size: x-small;
	color: #000000;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 19px;
	text-align: justify;
}

a.linky_small:link {
	color: #004E27;
	text-decoration: none;
	float: none;
}
a.linky_small:visited {
	color: #004E27;
	text-decoration: none;
	float: none;
}
a.linky_small:hover {
	color: #990000;
	text-decoration: none;
	float: none;
}
a.linky_small:active {
	color: #990000;
	text-decoration: none;
	float: none;
}
.linky_small {
	font-size: xx-small;
	color: #004E27;
}

a {
	font-weight: bold;
}

a:link {
	color: #517ACC;
	text-decoration: underline;
}
a:visited {
	color: #517ACC;
	text-decoration: underline;
}
a:hover {
	color: #517ACC;
	text-decoration: none;
}
a:active {
	color: #517ACC;
	text-decoration: none;
}

#main-text a {
	font-weight: bold;
}

#inquiry-form {
	font-size: x-small;
}

fieldset {
	padding: 10px;
	margin-bottom: 15px;
}

legend {
	color: #666666;
	font-size: x-small;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 0px;
}

label {
	font-size: x-small;
	width: 140px;
	float: left;
}

.form_item_req {
	font-size: 1.0em;
	clear: both;
	padding: 2px;
}

.form_item {
	font-size: 1.0em;
	clear: both;
	padding: 2px;
}

.form_item_req label {
	font-weight: bold;
}

.form_item_req input {
	width: 250px;
	font-size: 1.0em;
	text-align: left;
}

.form_item input {
	width: 250px;
	font-size: 1.0em;
	text-align: left;
}

.form_item_req textarea {
	width: 350px;
	height: 100px;
	font-size: small;
}

.form_item textarea {
	width: 350px;
	height: 100px;
	font-size: small;
}

.form_item_help {
	width: 250px;
	float: right;
	font-size: 0.9em;
	color: #666666;
}

.form_required {
	color: #CC0000;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

.form_buttons {
	text-align: center;
	font-size: small;
	padding: 5px;
}

.form_buttons input {
	width: 120px;
	background-color: #F3F3F3;
	font-size: 0.75em;
	font-weight: bold;
	border: 1px dotted #333333;
}


#page_head_line {
	background-image: url("./../images/cz/design/ep_bg_link_top.gif");
	height: 24px;
	overflow: hidden;
}

#page_head_line_right {
	float: right;
	height: 24px;
	overflow: hidden;
}

#menu1 {
	background-image: url("./../images/cz/design/ep_bg_link_middle.gif");
	border-bottom: 1px solid #FFFFFF;
}
.COPY {
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
}
a.COPY:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.td {
	padding: 25px;
}
#MAIN-MENU {
	margin-left: 20px;
	float: right;
	position: relative;
	overflow: hidden;
	widht: 199px;
}
#MAIN-BODY {
	position: relative;
	width: 780px;
}
#MAIN-MENU ul {
	margin: 0px;
	padding: 0px;
}
#MAIN-MENU li {
	height: 24px;
	line-height: 22px;
	width: 199px;
	overflow: hidden;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/design/bg_menu.gif);
	background-repeat: no-repeat;
	padding: 0px;
}

#MAIN-MENU a {
	width: 199px;
	height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#MAIN-MENU a:hover {
	width: 199px;
	height: 24px;
	color: #FFCC00;
	text-decoration: none;
}
#MAIN-HEAD {
	background-image: url(../images/design/bg_head.jpg);
	position: relative;
	height: 110px;
	width: 780px;
}
#MAIN-LANG {
	background-image: url(../images/design/bg_lang.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	height: 20px;
	line-height: 20px;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-right: 15px;
}
.hidden {
	display: none;
}

.sponzor {
}
.sponzor a {
	padding: 0px;
	margin: 0px;
}
.sponzor span {
	display: none;
}

#MAIN-CONTENT {
	background-image: url(../images/design/bg_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-right: 199px;
	margin-left: 0px;
}

