

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, serif;
	font-size: x-small;
	color: #000;
	background-color: #e7e7e7;
}

a { color: rgb(0,57,166); } /* MZV modrá (Pantone 286) */
a:not([href]) { color: #000; }

a:hover { text-decoration: none; }

a img {	border: none;}

.enc a {color: #616365;}  /* MZV šedá (Pantone Cool Gray 10) */

#content p, .article p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

hr {
	background: none;
	border: none;
	border-top: 1px solid rgb(125, 154, 170); /* MZV modrošedá (Pantone 5425) */
	height: 1px;
	margin-bottom: 1em;
}

/* TABLES */
table {
	margin-bottom: 1em;
	max-width: 100%;
}
table label {
	font-size: 1.2em;
}

/* FORMS */
input {
	background-color: rgb(255,255,255);
}
.text {
	border: 1px solid rgb(97,99,101);
	padding: 3px 2px;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
}
.submit {
	border: 1px solid #999;
	padding: 4px 10px 3px 10px;
	background-color: #eee;
	font-size: 1em;
	background-color: rgb(213,43,30);
	color: rgb(255,255,255);
}
textarea {
	border: 1px solid #999;
	width: 100%;
	height: 10em;
}
select {
	border: 1px solid #999;
	background-color: rgb(255,255,255);
}
select.small { width: 10em; }

form table {
	width: 100%;
}
form table th {
	width: 20%;
	background-color: #fff;
	color: #000;
}
form#searchTreaties table th {
	width: 30%;
}
form table th, form table td {
	border: none;
	padding: 5px;
}
form table input.text {
	width: 50%;
}
form table select {
	width: 50%;
}

.error_list {
	border: 2px solid #c00;
	padding: 1em 1em 0 1em;
	margin-bottom: 1em;
	background-color: #FFF9F9;
}

/* GENERAL STUFF */
.hidden {
	display: none;
}
.hidden_navigation {
	position: absolute;
	left: -10000px;
	top: -10000px;
}
.float_left { float: left; }
.float_right { float: right; }

img.float_left {
	margin-right: 1em;
	margin-bottom: 0.1em;
}
img[align=left] {
	margin-right: 1em;
	margin-bottom: 0.1em;
}
img.float_right {
	float:none;
}
img[align=right] {
	float:none;
}
h1, h2, h3 {font-weight: normal;}
h1 {font-size: 2.2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
.center table, table.center {
  margin-left: auto; margin-right: auto;
}
.reset {
	clear: both;
	font-size: 1px;
	height: 1px;
	display: block;
	overflow: hidden;
}

.required {
  color: rgb(213,43,30); /* MZV červená (Pantone 485) */
  text-align: super;
}
.field_error {border: 1px solid #f00;}

/* Carousel */

a.illu-box {
	display: block;
	text-decoration: none;
	width: 440px;
	height: 293px;
	position: relative;
}
.illu-box > img {
	display: block;
	width: 100%;
	height: 100%;
}
.illu-box-text {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 5px 10px 35px;
	font-size: 1.8em;
}

.simple-carousel {
	margin: 0 0 15px;
	height: 293px;
	overflow: hidden;
}
.simple-carousel-initialized {
	position: relative;
	height: 293px;
	overflow: hidden;
}
.simple-carousel-item {
	position: absolute;
	left: 0;
	top: 0;
}
.simple-carousel-pg {
	display: block;
	position: absolute;
	line-height: 18px;
	height: 25px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.simple-carousel-anchor {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgb(97,99,101);
	cursor: pointer;
}
.simple-carousel-active {
	background-color: rgb(255,255,255);
}

.article-figure img {
	max-width: 100%;
}

#carousel {
	position:relative;
} 

#carousel .caption {
	background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 1.5em;
    left: 0;
    line-height: 1em;
    padding: 5px 10px 35px;
    position: absolute;
    right: 0;
}

#carousel .rslides_tabs li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	display:inline-block;
	margin:0;
	padding:0;
}

#carousel .rslides_tabs li a {
	background-color: rgb(97, 99, 101);
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    text-indent: -999em;
    vertical-align: middle;
    width: 10px;
 }

#carousel .rslides_tabs li.rslides_here a {
 	background-color: rgb(255, 255, 255);	
 }

#carousel ul.rslides_tabs {
 	bottom: 0;
    height: 25px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 999
 }

#cookie-notification {
    margin: 20px;
	padding: 20px;
    font-size: 1.6em;
    background-color: white;    
}
.banner a img {
	max-width: 100%;
}

