*, html {
	margin: 0;
	padding: 0;
}

body {
	background: #36526D url("img/bg-body.gif") repeat-x top; /*  */
	text-align: center;
	font-family: Tahoma, "Trebuchet MS", Verdana, "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}


img {
	border: 0;
}

a {
	color: #5677c9;
	text-decoration: underline;
}
a:visited, a:active {
	color: #98a6c7;
}
a:hover {
	text-decoration: underline;
	color: #ffcc33;
}

h1, h2, h3, caption {
	font-family: Verdana, Tahoma, sans-serif;
	margin: 0 0 0.15em 0;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 5px;
}
h2 {
	font-size: 125%;
	color: #58ad29;
}
h2 a {
	color: #58ad29;
}
h3, caption {
	font-size: 100%;
	color: #0081bc;
	padding-left: 0;
}
h3 a {
	color: #0081bc;
}

p {
	margin: 0 0 1em 0;

}

acronym, abbr, span.abbr {
	cursor: help;
	/*background: url("img/abbr.gif") repeat-x bottom;*/
	border-bottom: 1px dotted green;
}
acronym {
	font-variant:normal; /* opera */
}
a:hover acronym, a:hover abbr, a:hover span.abbr, a.active acronym, a.active abbr, a.active span.abbr {
	border-bottom: 0;
}

kbd {
	font-weight: bold;
}

form {
	margin-bottom: 2em;
}
fieldset {
	margin: 0.5em 30px 1em 30px;
	padding: 0 20px 0 20px;
	text-align: right;
	border: 1px solid #999;
}
legend {
	padding: 0 0.3em;
	margin-bottom: 0.5em;
	color: #333;
	font-weight: bold;
}
input {
	width: 12em;
}
input:focus, textarea:focus {
	background: #e4ffd8;
}
.button, .button:focus {
	width: 15em;
}

hr {
	background: #aaa;
	color: #aaa;
	height: 1px;
	border: none;
	vertical-align: middle;
	margin: 1em;
}

address {
	display: inline;
	font-style: normal;
}

cite {
	font-style: normal;
}

table {
	font-size: 0.9em;
	margin-bottom: 1em;
}
caption {
	padding: 0.2em;
	text-align: center;
	background: #cee7ed;
	margin: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
td, th {
	background: #eaf6f8;
	padding: 15px;
	border-right: 1px solid #fff;
	line-height: 1.8;
	vertical-align: top;
}

/* === LAYOUT === */
#header-box {
	margin: 0 auto;
	text-align: left;
	width: 760px;
	height: 70px;
	position: relative;
	color: #fff;
}
#logo {
	float: left;
	width: 348px;
	height: 70px;
}
#logo a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 70px;
	z-index: 1;
	color: #fff;
	text-decoration: none;
	font: 2.6em bold Verdana, Tahoma, Arial, sans-serif;
	text-align: right;
	overflow: hidden;
}
#logo a strong {
	display: block;
	padding-top: 14px;
}
#logo a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 70px;
	z-index: 2;
	background: url("img/logo.gif") no-repeat top left;
	cursor: pointer;
}
#motto {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 240px;
	height: 55px;
	text-align: right;
}
#motto em, #motto strong {
	display: none;
}
#motto span {
	display: block;
	width: 240px;
	height: 55px;
	background: url("img/motto.gif") no-repeat bottom right;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 760px;
	position: relative;
	background: #ffffff;
	padding-bottom: 2px;
}

#navigation-box {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 756px;
	height: 31px;
	overflow: hidden;
	background: #68b41c url("img/bg-navigation.gif") repeat-x top;
	color: #ffffff;
}
#navigation ul {
	float: left;
	padding-left: 25px;
}
#navigation ul.right {
	float: right;
}
#navigation li {
	display: block;
	float: left;
	background: #aad67b url("img/bg-navigation-li.gif") repeat-x top;
	margin: 0;
	padding: 0 0 0 1px;
}
#navigation li.last {
	padding-right: 1px;
}
#navigation li a {
	display: block;
	float: left;
	background: #68b41c url("img/bg-navigation.gif") repeat-x top;
	color: #ffffff;
	height: 31px;
	line-height: 31px;
	padding: 0 1em;
	text-decoration: none;
	font-weight: bold;
}
#navigation li a:hover, #navigation li a.active {
	background: #91cd40 url("img/bg-navigation-hover.gif") repeat-x top;
}
#navigation li a.active {
	text-decoration: underline;
	cursor: default;
}


#middle-box {
	position: absolute;
	top: 33px;
	left: 2px;
	width: 756px;
	height: 170px;
	overflow: hidden;
	background: #075fb7 url("img/bg-middle.jpg") no-repeat top left;
	color: #ffffff;
	font-family: Tahoma, Verdana, sans-serif;
}
#middle-box ul {
	position: relative;
	display: block;
	width: 756px;
	height: 170px;
}
#middle-box li {
	display: block;
	list-style: none;
}
#middle-box li a {
	display: block;
	position: absolute;
	left: 225px;
	padding-left: 47px;
	color: #ffffff;
	text-decoration: none;
	min-height: 42px;
	font-size: 12px;
}
* html #middle-box li a {
	height: 42px;
}
#middle-box li a:hover {
	border-bottom: 2px dotted #9cd771;
}
#middle-box li a em {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
#middle-box li a.first {
	top: 32px;
	background: url("img/middle-arrow1.jpg") no-repeat top left;
}
#middle-box li a.second {
	top: 96px;
	background: url("img/middle-arrow2.jpg") no-repeat top left;
}


#content-box {
	float: right;
	padding-top: 205px;
	width: 552px;
}
#content {
	padding: 2px 7px 2px 4px;
	line-height: 1.7;
	min-height: 300px;
}
* html #content {
	height: 300px;
}
#content-box h1 {
	min-height: 1em;
	background: #3097ae;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	margin: 0 2px 2px -1px;
	padding: 10px;
}
* html #content-box h1 {
	height: 1em;
}
.breadcrumb {
	padding: 2px 9px;
	font-size: 0.8em;
}
#content ul, #content ol, #content dl {
	margin-bottom: 1em;
}
#content ul li {
	margin-left: 5px;
	padding: 1px 0 1px 20px;
	list-style: none;
	background: url("img/li.gif") no-repeat left 4px;
}
#content ol li {
	margin-left: 25px;
}
#content dl dt {
	font-weight: bold;
}
#content dl dd {
	margin-left: 25px;
}
#content ul ul {
	margin: 0.2em 0;
}
#content li ul li, #content li ol li {
	margin-left: 1.5em;
}

#content .dalsi-odkazy {
	margin: 20px 15px 5px 15px;
	padding: 5px;
	background: #FEFCF0;
	border: 1px dashed #ced5a5;
}
#content .dalsi-odkazy .left {
	float: left;
	width: 49%;
	text-align: left;
}
#content .dalsi-odkazy .right {
	float: right;
	width: 49%;
	text-align: left;
}
#content .dalsi-odkazy h2 {
	color: #d55b20;
	margin-bottom: 0.2em;
}
#content .dalsi-odkazy h3 {
	padding-left: 0;
}
#content .dalsi-odkazy li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}
#content .dalsi-odkazy li ul li {
	margin-left: 20px;
	list-style: square;
}
#content .dalsi-odkazy form {
	margin: 0;
}
#content .dalsi-odkazy form p {
	font-size: 0.9em;
	margin-bottom: 0.5em;
	text-align: center;
}
#content .dalsi-odkazy form textarea {
	width: 98%;
}
#content .dalsi-odkazy form input:focus, #content .dalsi-odkazy form textarea:focus {
	background: #f3ffe6;
}


#menu-box {
	padding-top: 205px;
	width: 205px;
}
.menu {
	padding: 0 0 0 2px;
	margin-bottom: 2px;
}
.menu h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
.menu h2 a, .menu h2 a:visited, .menu h2 div {
	display: block;
	min-height: 1em;
	color: #ffffff;
	background: #94cd3f;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}
* html .menu h2 a {
	height: 1em;
}
.menu h2 a:hover {
	color: #fff;
	text-decoration: underline;
}
.menu h2 a.active {
	cursor: default;
	text-decoration: underline;
}
.menu ul {
	margin-bottom: 3px;
	font-size: 0.95em;
	background: #d3efb3; /* bug v Mozzile - skvira mezi blokovymi odkazy */
}
.menu ul ul {
	margin: 0;
	font-size: 0.9em;
}
.menu ul li {
	display: block;
	list-style: none;
	line-height: 1.4em;
}
.menu ul ul li {
	border: 0;
}
.menu ul li a {
	display: block;
	background: #d3efb3;
	color: #000000 !important;
	font-size: 1em;
	padding: 6px 17px 6px 10px;
	text-decoration: none;
	border: 1px solid #cae6aa;
	border-top: 1px solid #dff5c7;
}
.menu ul ul li a {
	padding-left: 20px;
}
* html .menu ul li a {
	height: 1em;
}
.menu ul li a:hover, .menu ul li a.active {
	background: #c5ea9c url("img/bg-menu-hover.gif") no-repeat center right;
	text-decoration: underline;
}
ul li a.active {
	text-decoration: underline;
	cursor: default;
}

/* X duvodu, proc wDesign.cz */
.menu ul.duvody li {
	position: relative;
}
.menu ul.duvody a {
	padding-left: 28px;
	padding-right: 4px;
	min-height: 2.5em;
}
* html .menu ul.duvody a {
	height: 2.5em;
}
.menu ul.duvody li a:hover {
	background: #c5ea9c;
	text-decoration: underline;
}
.menu ul.duvody span.number {
	position: absolute;
	top: 15px;
	left: 5px;
	font-size: 22px;
	height: 22px;
}
.other h2 a, .other h2 a:visited, .other h2 div  {
	background: #548bb8; !important; /* #94cd3f */
}
.other ul li a {
	background: #cadfed !important; /* #d3efb3 */
	border-color: #b8d6ea !important; /* #cae6aa */
	border-top-color: #d7e9f4 !important; /* #dff5c7 */
}

.info, .info2 {
	padding-left: 2px;
	margin-bottom: 2px;
}
.info h3, .info2 h3 {
	min-height: 0.9em;
	background: #548bb8;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
}
* html .info h3, * html .info2 h3 {
	height: 0.9em;
}
.info .info-content, .info2 .info-content {
	background: #cadfed;
	padding: 3px 5px;
	line-height: 1.6em;
}
.info .info-content li, .info2 .info-content li {
	list-style: square inside;
	margin-left: 0;
}
.info cite, .info2 cite {
	font-weight: bold;
}
.info .jobs, .info2 .jobs {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.3em;
	margin-bottom: 0.4em;
}
.info2 h3 {
	background: #58b392;
}
.info2 .info-content {
	background: #c8eee0;
}


#footer {
	clear: both;
	margin: 8px auto;
	font-size: 95%;
	text-align: center;
	color: #ffffff;
}
#footer div {
	padding: 0.1em;
}
#footer a {
	color: #ffffff;
	font-style: normal;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffcc33;
	text-decoration: none;
}


/*=== OBECNY ==*/
.noscreen {
	display: none;
}
.skip {
	position: absolute;
	top: -5000px;
}

.cleaner {
	clear: both;
}


.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.middle { vertical-align: middle; }
.flright { float: right; margin: 5px; }

.maxwidth {
	width: 100%;
}
.tretina {
	width: 33%;
}
.tretina.mensi {
	width: 32%;
}
.tretina.vetsi {
	width: 36%;
}
.pulka {
	width: 50%;
}


span.number {
	float: left;
	color: #D69429;
	font-size: 2em;
	font-weight: bold;
}

.povinneUdaje {
	border: 1px solid #b9e2e8;
	padding: 6px;
	margin-left: 30px;
	margin-right: 30px;
	text-indent: 0;
}

.povinne {
	color: #ff6600;
}

.link-out {
	vertical-align: text-top;
}

.indent-more {
	margin-left: 3em;
}

.bigger {
	font-size: 1.1em;
}

ol.vycet {
	font-size: 1.1em;
	font-weight: bold;
	color: #eb9914;

}
ol.vycet li {
	margin-bottom: 0.1em;
}
ol.vycet span {
	font-size: 0.9em;
	font-weight: normal;
	color: #000;
}

table.reference {
	width: 100%;
}
table.reference td {
	padding: 4px;
	border-bottom: 1px solid #fff;
}
table.reference caption {
	color: #000;
}
table.reference td.img {
	width: 180px;
	padding-bottom: 0;
}
* html table.reference td.img {
	padding-bottom: 5px;
}

table.tabulka {
	margin: 0 auto 1em auto;
	width: 90%;
}
table.tabulka caption {
	margin: 0 auto;
}
table.tabulka td, table.tabulka th {
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
}

form.search {
	margin: 5px;
	text-align: center;
}
form.search div {
	padding: 6px;
}
form.search p {
	margin: 0;
	font-size: 0.9em;
}
form.search input {
	width: 320px;
	padding-top: 1px;
	padding-bottom: 1px;
}
form.search input.button {
	width: 8em;
}
ol.search li {
	margin-bottom: 0.4em;
}
ol.search .url {
	font-size: 0.9em;
	color: #008000;
}
