babody, html {
	background-color:#B34C09;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,html,p,li,td,th {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #B34C09;
}

h2,h3 {
   color: #B34C09;
}



hr {
	color: #C0C0C0;
	border-color: #C0C0C0;
	background-color: #C0C0C0;
	height: 1px;
	margin: 10px 10% 10px 10%;
}

input {
	font-family  : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input.submit {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#ddd;
	font-weight:bold;
	height: 25px;
	cursor:Pointer;
}

input.submit:hover {
	background-color:#ccc;
}


a:hover {
	text-decoration: underline;
}

label {
	color: #444;
	font-weight: bold;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}



div#page {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -477px;
	width: 953px;
	_width: 959px;
        background: #FFF;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 2px solid #b34c09;
	border-right: 2px solid #b34c09;
}

div.cont {
    min-height: 400px;
    _height: 400px;
    margin: 10px 30px 0 30px;
    
}

/*MENU*/
#menu, #menu ul { 
	position: absolute;
	top:0px;
	right:0px;
	padding:0px;
	list-style:none;
	z-index:1000;
	width: 400px;
	height: 25px;
	background: url('../images/template/drop_down_menu_background.gif');
}

#menu a {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration:none;
}

#menu a.tab {
	line-height:25px;
	color:#555555;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-right:25px;
}

#menu a.tab:hover {
	color:#000000;
}

#menu li ul {	
	position: absolute;
	width: 135px;
	visibility:hidden;
	border: 0px;
}

#menu li ul a {
	width: 135px;
	text-align:right;
	padding-right:5px;
	font-size:11px;
	line-height:20px;
	background-color:#F1F2ED;
	color:#555555;
}

#menu li ul a:hover {
	background-color:#555555;
	color:#ffffff;
}

#menu li {
	float:right;
	position:relative;
	background-color: expression(
    this.onmouseover = new Function("this.className += ' hover';"),
    this.onmouseout = new Function("this.className = this.className.replace(' hover', '')")
  ); 
}

#menu li:hover ul,#menu li.hover ul {
	position: absolute;
	visibility:visible;
	right: 20px;
	top:25px;
}


#header {
	padding: 35px 10px 0px 0px;
	_height: 124px;
	height: 99px;
	/*background: url('../images/template/header_background.jpg'); */
	vertical-align: middle;
	position: relative;
}

a#logo {
	float: left;
	margin: -25px 0px 0px 10px;
	width:280px;
	height:96px; 
	background: url('../images/template/logo_czf.gif');
	display:block;
}

div#header h1 {
	float:left;
	margin: 30px 0 0 0;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	font-size: 19px;
	color:#D93D25;
}

div#header .jmeno_prihlaseneho_uzivatele {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

div#header .prepinac_jazyku a {
	color:#555555;
}

div#header .prepinac_jazyku {
	position: absolute;
	background-color:#F1F2ED;
	width: 80px;
	height: 10px;
	top: 50px;
	right: 10px;
}

form#searchbox {
	float:right;
	margin: 30px 20px 0 0;
}

form#searchbox #word {
	margin: 0;
	width: 150px;
}

form#searchbox #search_button {
	margin: 0;
	width: 80px;
	font-family: Verdana, Arial;
}

.banner1_cs {
	float:left;
	margin: 1px 1px 1px 0px;
	width: 317px;
	height: 153px;
	background: url('../images/template/hezr_cs.jpg');
}

.banner2_cs {
	float:left;
	margin: 1px 1px 1px 0px;
	width: 317px;
	height: 153px;
	background: url('../images/template/znz_cs.jpg');
}

.banner3_cs {
	float:left;
	margin: 1px 0px 1px 0px;
	width: 317px;
	height: 153px;
	background: url('../images/template/projekt_sance_cs.jpg');
	background-repeat: no-repeat;
}

.banner1_en {
	float:left;
	margin: 1px 1px 1px 0px;
	width: 317px;
	height: 153px;
	background: url('../images/template/hradcany_en.jpg');
}

.banner2_en {
	float:left;
	margin: 1px 1px 1px 0px;
	width: 317px;
	height: 153px;
	background: url('../images/template/znz_en.jpg');
}

.banner3_en {
	float:left;
	margin: 1px 0px 1px 0px;
	width: 317px;
	height: 153px;
	background: url('../images/template/diskusni_forum_en.jpg');
}

.separator {
	height: 4px;
	background-color: #B34C09;
	font-size:4px;
	width: 100%;
	clear: both;
}

#contents-home {
	position: relative;
	margin: 20px 0 0 0;
	height: 400px;
}

#contents-home div {
	float: left;
	width: 45%;
	margin:0;
	padding: 0 20px 0 20px;
}

#contents-home .left {
	border-right: 1px solid #bbb;
}

#contents-home h2 {
	color: #D93D25;
	font-size: 13px;
	font-family: Verdana, Arial;
}

#contents-home ul {
	list-style:none;
	padding:0px;
	margin:0;
}

#contents-home li img {
	float:left;
	border: 0;
	margin: 0 10px 0 0;
}

#contents-home li {
	position: relative;
	overflow: hidden;
	clear: both;
	margin-bottom:10px;
	color: #555;
	height: 65px;
}

#contents-home li a {
	text-decoration:none;
	color: #555;
	display:block;
}

#contents-home li a:hover {
	color: #000;
}

#contents-home li p {
    display: block;
    margin: 5px 0 0 80px;
}

.contents {
	position: relative;
	margin: 10px 30px 0 200px;
	_margin: 10px 30px 0 220px;
	min-height: 400px;
}

.contents, .contents p, .contents td, .contents li {
	font-size:12px;
	color: #000;
	text-align: justify;
}

.contents h2 {
	color: #444;
	font-size: 13px;
	font-family: Verdana, Arial;
	border-top: #D93D25 4px solid;
	border-bottom: #D93D25 1px solid;
	padding: 5px 0 5px 5px;
	margin: 0 -20px 10px -20px;
}

.cont h2 {
	color: #444;
	font-size: 13px;
	font-family: Verdana, Arial;
	border-top: #D93D25 4px solid;
	border-bottom: #D93D25 1px solid;
	padding: 5px 0 5px 5px;
	margin: 0 -20px 10px -20px;
}

.contents h3 {
	color: #BD3520;
	font-size: 14px;
	font-family: Verdana, Arial;
	padding: 5px 0 0px 0px;
	margin:0 0 2px 0;
}

.contents h3.odrazka {
color: black;
background: url('../images/template/odraz1.gif') no-repeat left center;
padding: 0px 0px 0px 12px;
}

.cont h3 {
color: black;
background: url('../images/template/odraz1.gif') no-repeat left center;
padding: 0px 0px 0px 12px;
}

.contents h4 {
	color: #BD3520;
	font-size: 12px;
	font-family: Verdana, Arial;
	padding: 5px 0 0px 0;
}

.contents ul {
	list-style-image: url('../images/template/red_ul.gif');
}

.contents ul, .contents ol {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
}

.contents a {
	color: #962A1A;
	text-decoration: underline;
}

.contents a:hover {
	color: #F5432C;
	text-decoration: underline;
}

a.pdf-link {
	padding: 0 0 0 15px;
	background: url('../images/icons/pdf.gif') no-repeat left center;
}

a.ppt-link {
	padding: 0 0 0 15px;
	background: url('../images/icons/powerpoint.gif') no-repeat left center;
}

.contents-withoutmenu {
	margin: 10px 30px 0 30px;
}

.contents ul#menu-contents {
	position: absolute;
	top: 0;
	left: -200px;
	margin: 0;
	padding: 0;
	width: 160px;
	list-style-type: none;
	list-style-image: none;
}

.contents ul#menu-contents li {
	margin: 0 0 1px 0;
	padding: 0;
}

.contents ul#menu-contents li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	color: black;
	padding:0;
	margin:0;
	background-color: #ddd;
	padding: 0 0 0 15px;
	margin: 0px;
	display: block;
	line-height: 25px;
	width:155px;
	_width: 150px;
}

.contents ul#menu-contents li a:hover {
	background-color: #ccc;
}

.contents ul#menu-contents li.light a {
	background-color: #BA3420;
	color: white;
}

.contents ul#menu-contents li.light a:hover {
	background-color: #9E2C1B;
	color: white;
}

.contents ul#menu-contents li.dark a {
	background-color: #aaa;
}

.contents ul#menu-contents li.dark a:hover {
	background-color: #999;
}

/* FORMULARE */
.form-text-input {
	margin-top: 1px;
}

.form-text-input label {
	padding-top:3px;
	display:block;
	float: left;
}

.form-text-input input {
	border-style : solid;
	border-width : 1px;
	border-color : #C0C0C0;
	height: 15px;
	width: 300px;
	line-height: 15px;
	margin-top:1px;
}

.form-text-input textarea {
	border-style : solid;
	border-width : 1px;
	border-color : #C0C0C0;
	margin-top:1px;
}

.errValid {
	color: red;
}

.form-text-row-label {
	margin-top: 10px;
	font-weight: bold;
	color: #444;
/*	height: 15px; */
	clear:both;
}


/* FORMULAR SPOLUPRACE */
.spoluprace-form {
	position:relative;
	width:99%;
	text-align:center;
}
	
.spoluprace-form div {
	position:relative;
	width: 500px;
	border: 1px solid #aaa;
	padding: 10px;
	text-align: left;
	margin: auto;
}

.spoluprace-form div div {
	position:relative;
	margin:0px;
	padding:0px;
	border:none;
}

.spoluprace-form .form-text-input label {
	width: 80px;
	height: 15px;
}

.spoluprace-form .zajem {
	position:relative;
}

.spoluprace-form .zajem div {
	padding-left: 70px;
	width:150px;
	float:left;
}
.spoluprace-form .oblasti {
	padding-left: 10px;
}

.spoluprace-form .submit {
	margin-top: 20px;
	text-align: right;
}

/* FORMULAR DOTAZNIKU RS */
.rsdotaznik-form {
	position:relative;
	width:99%;
	text-align:center;
}
	
.rsdotaznik-form div {
	position:relative;
	width: 500px;
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 10px;
	text-align: left;
	margin: auto;
}

.rsdotaznik-form div div {
	position:relative;
	margin:0px;
	padding:0px;
	border:none;
}

.rsdotaznik-form .form-text-input label {
	width: 100px;
	height: 15px;
}

.rsdotaznik-form .submit {
	margin-top: 20px;
	text-align: right;
}

.rsdotaznik-form .form-text-input textarea {
	width: 400px;
	height:80px;
}

/* CLANKY NEVEREJNE CASTI */
.czf-neverejne-zapis {
    border: 1px solid #aaa;
    background-color: #eee;
    padding: 10px;
    margin-bottom: 20px;
}
.czf-neverejne-zapis .autor{
    margin:0px;
    padding: 0 0 10px 20px;
    font-weight: bold;
}

.czf-neverejne-zapis h3 {
    margin-bottom:10px;
    padding-bottom:5px;
    border-bottom: 1px solid #aaa;
}
/* FORMULAR NEVEREJNE CASTI CZF */
.czf-neverejne-form {
	position:relative;
	width:99%;
	text-align:center;
}

.czf-neverejne-form div {
	position:relative;
	width: 700px;
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 10px;
	text-align: left;
	margin: auto;
}

.czf-neverejne-form div div {
	position:relative;
	margin:0px;
	padding:0px;
	border:none;
}

.czf-neverejne-form div h3 {
    margin-bottom:10px;
    padding-bottom:5px;
    border-bottom: 1px solid #aaa;
}

.czf-neverejne-form .form-text-input label {
	width: 100px;
	height: 15px;
    margin-bottom: 10px;
}

.czf-neverejne-form .submit {
	margin-top: 20px;
	text-align: right;
}

.czf-neverejne-form .form-text-input textarea {
	width: 650px;
	height:200px;
}

/* FORMULAR SPOLUPRACE */
.konference-prihlaska-form {
	position:relative;
	width:99%;
	text-align:center;
}
	
.konference-prihlaska-form div {
	position:relative;
	width: 500px;
	border: 1px solid #aaa;
	padding: 10px;
	text-align: left;
	margin: auto;
}

.konference-prihlaska-form div div {
	position:relative;
	margin:0px;
	padding:0px;
	border:none;
}

.konference-prihlaska-form .form-text-input label {
	width: 12em;
	height: 15px;
}

.konference-prihlaska-form .submit {
	margin-top: 20px;
	text-align: right;
}

.konference-prihlaska-form h3 {
        margin-bottom: 10px;
	margin-top: 15px;
	border-bottom: 1px solid #aaa;
}

.konference-prihlaska-form ul li {
    margin-left:0px;
    padding-left:0px;
    list-style-type: none;
    list-style-image: none;
}

.konference-prihlaska-form ul {
    margin-left:10px;
    padding-left:0px;
}



#footer {
        height: 20px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #555;
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	background: url('../images/template/footer_background.jpg');
	clear:both;
}

#footer a {
	color: #555;
	text-decoration: none;
}

#footer a:hover {
	color: #555;
	text-decoration: underline;
}

.login-form {
	width: 100%;
	height: 300px;
	position: relative;
	padding: 0;
}

.login-form div {
	width: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -80px;
	border: 1px solid #aaa;
	padding: 10px 10px 10px 10px;
}

.login-form input.text {
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;

	margin-bottom: 10px;
	height: 15px;
	line-height: 15px;
	width: 150px;
	text-align:center;
}

.login-form .warning {
	text-align: center;
}

.login-form input.submit {
	border-style : solid;
	border-width : 1px;
	border-color : #C0C0C0;
	
	display: block;
	margin: auto;
	height: 20px;
}

.login-form label {
  	margin-bottom: 2px;
	font-weight: bold;
	color: #444;
	display: block;
}

.warning {
  margin: 0 0 10px 0;
  color: red;
  font-weight: bold;
  text-align: left;
  display: block;
}

.drob-navigace {
	font-size: 90%;
	text-align: right;
	font-weight:bold;
	color:#888;
}

.drob-navigace a {
	color: #888;
	text-decoration: none;
}

.drob-navigace a:hover {
	color: #888;
	text-decoration: underline;
}

table.clanek_kategorie {
	width: 100%;
}

table.clanek_kategorie td {
	background-color: #aaa;
	margin: 0 0 1px 1px;
	padding:3px;
}

table.clanek_kategorie tr:hover td {
	background-color: #999;
}

table.clanek_kategorie .nazev{
	width: 60%
}

table.clanek_kategorie .nazev a{
	color: black;
	display:block;
}

table.clanek_kategorie .nazev a:hover{
	text-decoration: none;
}

table.clanek_kategorie .akce{
}

table.clanek_kategorie .clanek {
	background-color: #ccc;
}

table.clanek_kategorie tr:hover .clanek {
	background-color: #bbb;
}

.zivotopis h3 {
	margin:10px 0 5px 0;
	padding:0;
}

.zivotopis h4 {
	margin:10px 0 5px 0;
	padding:0;
}

.zivotopis ul {
	padding:0;
	margin:0 0 0 15px;;
}

.zivotopis table td {
	padding-left: 20px;
	vertical-align: top;
}
.zivotopis table th {
	vertical-align:top;
}

.zivotopis div {
	margin: 0 0 10px 20px; 
}

.konference table {
	margin: 0 0 10px 20px;
}

.konference table caption {
	margin-left: -10px;
	text-align: left;
	font-weight: bold;
	color: #D93D25;
}

.konference table td, .konference table th {
	vertical-align: top;
}

.konference table td {
	padding-left: 10px;
}

.konference .soubory {
	float:right;
	width: 250px;
	border: 1px solid #C0C0C0;
	border-top: none;
	padding: 0 0 10px 10px;
	text-align: left;
	margin-bottom: 10px;
}

.konference .soubory h3 {
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	margin: 0 0 5px -10px;
	padding: 5px 5px 5px 10px;
	background-color: #f0f0f0;
}

.konference .soubory a {
	display: block;
	margin: 0 0 10px 0;
}


.publikace-doporucujeme th {
	vertical-align: middle;
	padding: 10px 0 10px 0;
}
	
.publikace-doporucujeme td {
	vertical-align: middle;
	padding: 10px 0 10px 10px;
}

.publikace-doporucujeme h3 {
	margin:0 0 10px 0;
	padding:0;
}

.publikace-doporucujeme h3 a {
	color: #BD3520;
	font-size: 13px;
	font-family: Verdana, Arial;
}

.publikace-doporucujeme-uvodni p {
	margin:0;
	padding:0;
}

.publikace-doporucujeme-uvodni h3 {
	margin:0 0 5px 0;
	padding:0;
}
.kontakty {
	position:relative;
	clear:both;
}

.kontakty li h4 {
	padding:0;
	margin:0;
	color:black;
}

.kontakty p {
	margin:0;
	padding:0 0 10px 0;
}

.kontakty h3 {
	padding:0;
	margin:0;
}

.kontakty ul {
	margin:0;
	padding: 0 0 0 30px;
	float:left;
	width: 400px;
}

.table-prehled {
	width: 95%;
}

.table-prehled th {
	background: #9E2E1C;
	color: white;
	padding: 3px;
	border-bottom: 2px solid white;
}

.table-prehled td {
	background: #ccc;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding:1px;
}

.fotogalerie a {
	width:200px;
	height: 120px;
	float:left;
	
	display: table; _position: relative;
	border: 1px solid #ccc;
}

.fotogalerie a:hover {
	background-color: #eee;
}

.fotogalerie a span {
	_position: absolute; _top: 50%;_left:50%;display: table-cell; vertical-align: middle;
	text-align:center;
	_text-align:left;
}

.fotogalerie a img {
	border: none;
	_position: relative; _top: -50%; _left:-50%;
}

.projekt-hezr-home, .projekt-rs-home {
	margin-left: 40px; 
}

.projekt-hezr-home a, .projekt-rs-home a{
	display: block;
	float: left;
	margin: 0 20px 10px 0;
}

.projekt-hezr-home a img, .projekt-rs-home a img{
	border: 1px solid #BBB;
}

.errValid {
	color: red;
}

input.errValid {
	background-color: #FFCCB2;
	color:red;
}

textarea.errValid {
	background-color: #FFCCB2;
	color:red;
}

p.errValid, p.errValid label {
	color:red;
}

#news {
border-bottom: 1px rgb(183,183,183) dotted;
padding: 5px 20px 15px 10px;
margin: 15px 0px 0px 0px;
}

img.news {
border: 0;
padding: 10px 20px 15px 10px;
float:left;
}

span.fpopis {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
}

.formul label.lpod {
    font-weight: 500;
    display: block;
    padding-top: 10px; 
}

.formul label {
    font-weight: 500;
}

input.but {
    margin-top: 15px;
    padding: 5px 10px 5px 10px;
}

div.calend {
    background-color: white;
}

.hide {
    display: none;
}

.formul li {
    color: red;
}

.formul {
    padding-bottom: 30px;
}

.formul input {
    border: 1px #ECB490 solid;
}

.formul #Odeslat {
    background-color:  #B34C09;
    color: white;
    font-weight: bold;
}

.formul select {
    border: 1px #ECB490 solid;
}

.formul textarea {
    border: 1px #ECB490 solid;
    font-family  : Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

table.prihlaska td {
    padding-top: 5px;
    padding-left: 10px;
    
}

table.prihlaska {
    width: 800px;
    border-collapse: collapse;
}

tr.head td {
    border-bottom: black solid 2px;
    color: #B34C09;
    font-weight: bold;
}
