
/* *** LAYOUT *** */

ul, ol, dl {
	margin: 10px 0px 25px 40px
}
html {
	background-color: #7799E8;
}
body {
	margin: 10px;
	text-align: center;
	background-color: #7799E8;
}
#vse {
	text-align: left;
	width: 756px;
	margin: auto;
}
#hlavni {
	background-color: #FFFFFF;
	background-image: url("../img/back.gif");
	background-repeat : repeat-y;	
	line-height: 1.2;
}
#headerDiv {
	height: 74px;
	width: 756px;
	background-color: #FFFFFF;
	background-image: url("../img/header.gif");
	background-repeat: repeat-y;
}
#headerDivEN {
	height: 74px;
	width: 756px;
	background-color: #FFFFFF;
	background-image: url("../img/header-en.gif");
	background-repeat: repeat-y;
}
#headerDiv img {
	float: right;
	margin: 5px 10px 0px 0px;
}
#headerDivEN img {
	float: right;
	margin: 5px 10px 0px 0px;
}
#content {
	margin: 0px 20px 0px 20px;
	border: 1px solid #794000;
	border-width: 0px 1px 1px 1px;
	padding: 20px 20px 20px 20px;
	background-color: #FFF0A9;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}
div#lang {
	float: right;
	margin: 8px 28px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}
address {
	margin-top: 20px;
}
address#adr {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 3px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	font-style: normal;
}
address#adr a {
	font-size: 1.1em;
}
#footer {
	height: 19px;
	width: 756px;
	overflow: hidden;
	background-image: url("../img/footer.gif");
	background-repeat : no-repeat;
	background-color: #FFFFFF;
}
.cleaner {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* *** TABBED *** */

ul.tabbed {
	margin: 20px 20px 0px 20px;
	padding: 3px 0px 3px 20px;
	border-bottom: 1px solid #794000;
	font: 1em sans-serif;
	list-style: none;
	font-weight: bold;
}
ul.tabbed li {
	display: inline;
}
ul.tabbed li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #794000;
	border-bottom: none;
	background: #FFF0A9;
	text-decoration: none;
}
ul.tabbed li a:link {
	color: #444;
	text-decoration: none;
}
ul.tabbed li a:visited {
	color: #444;
	text-decoration: none;
}
ul.tabbed li a:hover {
	color: #000;
	background: #FFF5C9;
	text-decoration: none;
}
ul.tabbed li a.active {
	background: #FFF0A9;
	border-bottom: 1px solid #FFF0A9;
}
ul.tabbed li a.active:hover {
	color: #444;
	background: #FFF0A9;
}


/* *** FORMS *** */
input {
	
}

.formInput {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
	background-color: #FFFDCD;
	border-left: 2px solid #794000;
	border-top: 2px solid #794000;
	border-right: 2px solid #C9B080;
	border-bottom: 2px solid #C9B080;

}
.formButton {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 5px;
	padding: 1px 5px 1px 5px;
	color: #895000;
	background-color: #FFF0A9;
	border-left: 2px solid #C9B080; 
	border-top: 2px solid #C9B080; 
	border-right: 2px solid #794000; 
	border-bottom: 2px solid #794000; 
}

/* *** NAHORU BUTTON *** */
#nahoruObal {
	text-align: center;
	margin: 20px 0px 0px 0px;
}
a#nahoru {
	color: #895000;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	border: 1px solid #794000;
	background-color: #FFF0A9;
}
a#nahoru:hover {
	color: #493000;
	background-color: #FFFFFF;
}

/* *** CONTENT FORMATING *** */
h1 {
	text-align: center;
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 25px;
}
h2 {
	text-align: center;
	font-size: 1.2em;
	margin: 20px 0px 3px 0px;
}
h3 {
	font-size: 1.1em;
}
h4 {
	text-align: center;
}
.subtitle {
	font-size: 0.7em;
}

p {
	margin: 20px 0px 20px 0px;
	line-height: 1.2em;
}
p.text {
	margin: 0px;
}
p.odstavec {
	text-indent: 20px;
	margin: 0px 0px 5px 0px;
}
.center {
	text-align: center;
}

a {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration : underline;
}
p:hover a {
	text-decoration : underline;
}
p:hover a:hover {
	background-color: #FFF9D9;
}

hr {
	border-width: 0px;
	background-color: #794000;
    color: #794000;
}
hr.divide {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.text {
	list-style: none;
}

dl {
	
}
dd {
	margin: 0px 0px 20px 10px;
}
dt {
	font-weight: bold;
}


ul.rejstrikAutoru {
	margin: 0px;
}
ul.rejstrikAutoru li ul {
	margin: 0px 0px 5px 0px;
}


.multipleNadpis {
	margin: 0px auto;
	text-align: center;
}
.multipleNadpis a {
	color: #794000;
	font-size: 1.1em;
}
.multipleNadpis h1 {
	display: inline;
}
.multipleNadpis div.delim {
	display: inline;
}


.zaslatForm form {
	margin: 20px 0px 0px 0px;
}
ul.error {
	width: 80%;
	margin: 20px 0px 0px 0px;
	border: 2px solid #f08080;
	padding: 5px;
	text-align: center;
	color: #aa0000;
	font-weight: bold;
	background-color: #ffecdc;
}
div.flash {
	width: 80%;

	margin: 20px;
	border: 2px solid #006000;
	padding: 5px;

	text-align: center;
	color: #008000;
	font-weight: bold;
	background-color: #ddffdd;
}

div#cse input {
	font-size: 1.3em !important;
	padding: 3px;
}


/* *** PAGE-LOCAL STYLES *** */
dl.novinky {
	margin: 0px;
}
dl.novinky dt {
	font-style: italic;
}
dl.novinky dd {
	margin: 2px 0px 25px 20px
}
dl.inzerat {
	margin: 0px;
}
dl.inzerat dt {
	margin: 20px 0px 0px 0px;
	font-style: italic;
}
dl.inzerat dd {
	margin: 0px 0px 10px 0px;
	border-bottom: 2px solid #794000;
	padding-bottom: 10px;
}
dl.inzerat dd p {
	margin-top: 2px;
}
dl.dokument {
	margin: 10px 0px 25px 0px
}
dl.dokument dt {
	text-align: center;
	margin-top: 5px;
}
dl.dokument dd {
	margin: 0px 0px 10px 20px
}

.moreTextButton {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
hr {
	height: 1px;
}

.prihlaska {
	font-size: 75%;
	margin: 10px;
	padding: 5px;
	background-color: #FFF5B9;
	border: 1px solid #A98050;
}
.tema {
	font-weight : bold;
	color : #990000;
}
