﻿/* CSS Document */
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:11px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	background-color: #FFFFFF;	
}

a:link {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}

.header h1, .header h1 span {
	
	color: #ff7500;
	height: 110px;
	width: 250px;
	position:absolute;
	top:10px;
	left:0px;
	padding: 10px 0 0 0;
	margin:0;
	font-weight:bold;
	font-size:18px;
}
.header h1 strong.kotatko {color: #ff7500; font-weight:bold; font-size:32px;}
.header h1 strong.podText {color: #999999; font-weight:bold; padding: 10px 0 0 0; font-size:11px; font-style:italic;}
.header h1 span {
	background: url(../images/logo.gif) no-repeat left top;
	left:0px;
	top:0px;
}

/* zarovani stranky na stred - container */
.container {
	width:790px;
	margin: 0 auto 20px auto;
	text-align:left;
	color: #000;
	position: relative;
	padding: 0;
}

/* header */
.header {
	width:790px;
	margin: 0 auto;
	height:135px;
	top: 0px;
	position:relative;
}

.header .menu-top{
	position:absolute;
	bottom:15px;
	right:10px;
	width:auto;
	height:15px;
	color: #003399;
	text-align:right;
}

.header .menu-top ul {
	height: auto;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header .menu-top li {
	list-style: none;
	display: inline;
	color:#006699;
	margin:0;padding:0;
}
.header .menu-top li a {
	color:#003399;
	text-decoration:none;
	margin:0;padding:0 7px 0 8px;	
	border-right:1px solid #003399;
}
.header .menu-top li a.last {border-right:none;}
.header .menu-top li a:hover {
	color:#003399;
	text-decoration: underline;	
}
/* ---------------------------------- */

/* menu */

.levy-sloupec {
	float: left;
	position: relative;
	left: -690px;
	color: #825e31;
	width: 100px;
	padding: 0;
	height: auto;
}
.levy-sloupec p {
	padding:0;
	margin: 15px 0;
}

.levy-sloupec .h3{
	background-image: url(../images/bg-blue-roll.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#003399;
	margin:0;
	padding: 3px 10px;
	font-weight:bold;
	color:#FFFFFF;
	width:235px;
}
.levy-sloupec h2, .pravy-sloupec h2 {
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #629207;/*#9F0;*/
	text-align: center;
	padding: 0;
	margin: 0;
}
.levy-sloupec input.name, .levy-sloupec input.pass {padding:0 3px;}
.levy-sloupec input.login {background-color:#004499; color:#FFFFFF;font-weight:bold;}

.levy-sloupec .menu {
	margin:0;
	padding:10px 0 0 0;
	height:auto;
}
.levy-sloupec .menu ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	}
.levy-sloupec .menu li {position:static;margin: 0 0 10px 0;}
	
.levy-sloupec .menu li a {
	text-decoration: none;
	}	
	
.levy-sloupec .menu li a:link, .levy-sloupec .menu li a:visited {
	width:100px;
	color: #FFFFFF;
	display: block;
	padding: 9px 0;
	font-weight: bold;
	font-size: 11px; 
	background: #825e31;
	position:static;
	}
	
.levy-sloupec .menu li a:hover {
	color: #FFFFFF;
	background: #a8793d;
	}
.levy-sloupec .menu li.active a {
	padding: 9px 0;
	color: #FFFFFF;
	background: #ff7500;
}
.levy-sloupec .menu li ul{ display:none;}

.levy-sloupec .menu li.active ul{
	display:block;
	position: absolute;
	top: 10px;
	left: 130px;
	width:600px;
}
.levy-sloupec .menu li.active ul li{
float:left; margin-right: 2px;
}
.levy-sloupec .menu li.active ul li a{
	width:auto;
	color: #FF7500;
	display: block;
	padding: 5px 10px 2px 10px;
	font-weight: bold;
	font-size: 11px; 
	background: #ffc899;
	float:left;
}
.levy-sloupec .menu li.active ul li a.active{
background: #ffffff;
}
.levy-sloupec .menu li.active ul li a:hover{
color: #ffffff;
}
/* ---------------------------------- */


.clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	background: none;
}
/* body */
.body {
	width:790px;
	margin: 0;
	height:auto;
	position:relative;
}

.body .content {
	width:690px;
	padding: 0px;
	height: auto;
	margin: 0;
	color: #000000;
	float:left;
	position: relative;
	left: 120px;
	background: #ff7500;
}
.content .content-in {
	margin: 31px 0px 10px 10px;
	padding: 5px 15px 20px 15px;
	height: 399px;
	overflow:auto;
	background-color:#FFFFFF;
	width: 519px;
}
/* ---------------------------------- */

/* paticka stranky - footer */
.paticka {
	text-align:center;
	background-color:#FFFFFF;
	clear: both;
	margin: 0px;
	padding: 5px 0 10px 0;
	right: 0px;
}
.paticka a {text-decoration:none!important;}
.paticka a:hover {text-decoration: underline!important;}
.footer {
	position:relative;
	width:1120px;
	margin: 0 auto;
	height:50px;
	padding: 0;
	clear:both;
}

/* ul class="bottommenu" */
.footer ul.bottommenu {
	display:inline;
	width:150px;
	color: #999999;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.footer ul.bottommenu li {
	float:left;
	padding:0 10px;
	text-align: left;
	list-style:none;
	margin: 0;
	font-size:11px;
	display: inline;
	line-height: 25px;
	background-image: url(../images/mezera-topmenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.footer ul.bottommenu li a {color: #ffffff;}


/* footer-copyright */
.footer .copyright {
	margin: 18px 0 0 10px;
	width:255px;
	float:left;
	height:19px;
	font-size:11px;
	text-align:left;
	padding: 6px 0 0 0;
	color: #FFFFFF;
	font-weight: bold;
}
.copyright a {color: #FFFFFF;text-decoration:none;}
.copyright a:hover {text-decoration:underline;}
/* footer-line */
.footer .line {
	margin: 18px 0 0 0;
	width:400px;
	float:right;
	height:19px;
	font-size:10px;
	text-align:left;
	padding: 6px 10px 0 10px;
	color: #FFFFFF;
}
.footer .menu {float:left;}
.footer .menu ul {
	height: auto;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer .menu li {
	list-style: none;
	display: inline;
	color:#003399;
	margin:0;padding:0;
}
.footer .menu li a {
	color:#003399;
	text-decoration:none;
	margin:0;padding:0 4px 0 5px;	
	border-right:1px solid #003399;
}
.footer .menu li a.last { border-right:none;}
.footer .menu li a:hover {
	color:#003399;
	text-decoration: underline;	
}
.bg-bottom {
	clear:both;
	margin: 0 auto;
	width: 950px;
	position: relative;
	color:#000;
}
/* ---------------------------------- */

.pravy-sloupec {
	float: right;
}

li.no-bg {
	background-image: url(none)!important;
}

.borderTop1 {
	padding: 10px;
	margin:0 0 5px 0;
	background: #f6f6f6 url(../images/sloupce-boxy-bg-bottom-right.png) no-repeat bottom right;
	border: 1px solid #ccc;
}
.borderTop {
	border-top: 5px solid #fff;
	padding: 10px;
	margin-bottom:5px;
	background: #f6f6f6 url(../images/sloupce-boxy-bg-bottom-right.png) no-repeat bottom right;
	border: 1px solid #ccc;
}




/***** Obecne styly *****/
.content a {
    color: #000;
    text-decoration: underline;
}
.content a:hover, .content a:focus, .content a:active {
	color: #000;
    text-decoration: none;
}
.content a img {
    border: 0;
}

.content table {
    font-size: 1em;
}

/*****  nadpisy  *****/
/*****  nadpisy  *****/
h1, h2, h3, h4, h5, h6 {color: #e66a00; font-weight:bold; margin:5px 0; padding:0 0 15px 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #e66a00!important; text-decoration:underline;}

h1 { font-size: 20px;}
h2 { font-size:18px;}
h3 { font-size: 16px;}
h4 { font-size: 14px;}
h5 { font-size: 13px;}
h6 { font-size: 12px;}

hr { border:none; border-top: #ff7500 1px solid; border-bottom: #ffc899 1px solid; margin: 10px 3px;}

p {
	line-height: 14px;
	padding: 0 0 15px 0;
}

/* Zarovnavani ­ textu */
.textAlignJustify {text-align:justify;}
.textAlignLeft {text-align:left;}
.textAlignRight {text-align:right;}
.textAlignCenter {text-align:center;}
/*-------------------------------------------------------------------*/

/****************************************
	TABULKY
****************************************/
table {
	border:1px solid #ff7500;
	vertical-align: top;
	margin: 0 0 15px 0;
}
table tr th {color: #ffffff; font-weight:bold; background: #ff7500; padding: 0 5px;}
table tr td { padding: 0 5px; background: #ffecdc;}
table tr.dark td { padding: 0 5px; background: #fbe1cd;}
table td.dark { padding: 0 5px; background: #fbe1cd;}

table.noBorder {border:none!important;}
table.noBorder tr th {color: #000000; background: none!important;}
table.noBorder tr td {background: none!important;}
table.noBorder tr.dark td {background: none!important;}

table.otviraciDoba { width:100%;}
table.otviraciDoba tr td{padding:0px;}

.content b, .content strong {font-size:10px;}

.content ul, .content ol {
	padding: 10px 0 0 0;
	margin: 0 0 0 20px;
}
.content ol {
	padding: 10px 0 0 0;
	margin: 0;
}
.content ul li, .content ol li {
    padding: 5px 0 0 10px;
    position: relative;
	list-style-type: square;
}
.content ol li {
	color:#000000;
	margin-left: 27px;
    padding: 5px 0 0 10px;
    position: relative;
	list-style-type: decimal;
}

a:hover.button, a:visited.button, a:link.button {
	position:relative;
	width:auto;
	padding: 0 7px 0 7px!important;
	font-size:11px;
	margin:2px;
	color: #FFFFFF;
	line-height: 20px!important;
	height:20px;
	display: inline-block;
	text-decoration:none;
}

.content h2 span {
	font-weight: normal;
	color: #000000;
	font-size: 11px;
}
.content .nadpis {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin: 15px 0 10px 0;
}


/***** obrazky  ******/
img { 
    border: none;
	padding: 0;
    position: relative;
    text-indent: 5px;
	background: none!important;
}

img.img-vlevo {
    border: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
img.img-vpravo {
	border: none;
	float: right;
	border:1px solid #000;
	margin: 0 0 5px 10px;
}
img.img-stred {
    border: none;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}
.zvyrazneno {color: #cc0000;font-weight: normal;}
.citace {font-style: italic;}
.monospace {font-family: Monospace;}
.preskrtnuto {text-decoration: line-through;}
.warning {color:#CC0000; font-weight: bold;}
.gray {color:#999999;}

/********** Powered and design by ******/
.powered {
	width:auto;
	height:auto;
	font-size:11px;
	text-align:right;
	color:#FFFFFF;
	float: right;
	padding: 0;
}
.powered a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}


.powered a:hover {
	text-decoration:underline;
}
/*******************************/

.autordatum {font-size:11px; color:#666666; margin: 0;}
.anotace {margin: 10px 0 0 0;}
.vice, .zpetSeznam {
	margin: 5px 0 0 0;
	text-align:right;
	background: url(../images/blue-arrow-right.gif) no-repeat right bottom;
	padding: 0 20px 0 0;
	}
.vice a, .zpetSeznam a {color:#003399; font-weight:bold; text-decoration:none;}
.vice a:hover, .zpetSeznam a:hover {color:#003399; font-weight:bold; text-decoration:underline;}

.kotvaUp {
	margin: 5px 2px 0 0;
	text-align:right;
	background: url(../images/blue-arrow-up.gif) no-repeat right bottom;
	padding: 0 20px 0 0;
}
.kotvaUp a, .zpetSeznam a {color:#003399; font-weight:bold; text-decoration:none;}
.kotvaUp a:hover, .zpetSeznam a:hover {color:#003399; font-weight:bold; text-decoration:underline;}

/*************************** formular ********************/

fieldset {border: 1px solid #ffc899; padding: 10px;}
textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

input  {
	font-size:11px;
	vertical-align:middle;
	margin:1px;
}
input.input-button, input.input-button-a, a:visited.button, a:link.button {
	background-color: #333333;
	background-image: url(../images/btn.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #000!important;
	font-size:13px;
	color: #FFF;
	font-weight:bold;
	margin: 0;
	cursor: pointer;
}
input.input-button-a, a:hover.button {
	background-image: url(../images/btn-on.gif);
	color: #000000;
}
.formular h2 {margin: 20px 0 10px 0;
}
.formular .text-in {
	padding: 5px 0 0 0;
}
.formular .input p {
	width: 10px;
	padding: 0;
	background-image: url(../Images/vykricnik.gif);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	float: left;
	margin: 0;
}
.formular .formular-hlasky p {
    margin: 0;
    padding: 0 0 0 15px;
    background-image: url(../Images/vykricnik.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    line-height: 22px;
    color: #DD0000;
    font-weight: bold;
}
.formular {
    margin: 10px 0 0 0;
}
.formular p {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px;
}
.formular .upozorneni {
    float: left;
    width: 20px;
    margin-left: 5px;
}

.formular .input {
	float: left;
	width: 65%;
	margin-top: 5px;
}
.formular .input input, .formular textarea, .formular select {border: 1px solid #999;} 
.formular label {
	float: left;
	width: 33%;
	text-align: right;
	padding: 8px 10px 0 0;
}
.formular .poznamka {
	clear: both;
	color: #999999;
	font-size: 11px;
	font-style: italic;
	padding-left: 35%;
}
.formular fieldset {
    margin-top: 15px;
    border: 1px solid #E6DB86;
    padding: 20px 10px;
}
.formular legend {
    margin: 0 20px;
}
.padRob {padding: 5px 5px 10px 25px;}

.hledani-clanek input {font-size:11px;}
.bold {font-weight:bold;}
.width430px {width:430px;}
.formular .input .text100 {width: 100%!important;float: left;}
.formular .input .text95 {width: 95%!important;float: left;}
.formular .input .text90 {width: 90%!important;float: left;}
.formular .input .text80 {width: 80%!important;float: left;}
.formular .input .text70 {width: 70%!important;float: left;}
.formular .input .text60 {width: 60%!important;float: left;}
.formular .input .text50 {width: 50%!important;float: left;}
.formular .input .text40 {width: 40%!important;float: left;}
.text90 {width: 90%!important;float: left;}
.text80 {width: 80%!important;float: left;}
.text70 {width: 70%!important;float: left;}
.text60 {width: 60%!important;float: left;}
.text50 {width: 50%!important;float: left;}
.text40 {width: 40%!important;float: left;}
.text30 {width: 30%!important;float: left;}
.text25 {width: 25%!important;float: left;}
.text20 {width: 20%!important;float: left;}
.text90ro {width: 90%!important;float: left;background-color: #EFF0E9;}
.text80ro {width: 80%!important;float: left;background-color: #EFF0E9;}
.text70ro {width: 70%!important;float: left;background-color: #EFF0E9;}
.text60ro {width: 60%!important;float: left;background-color: #EFF0E9;}
.text50ro {width: 50%!important;float: left;background-color: #EFF0E9;}
.text40ro {width: 40%!important;float: left;background-color: #EFF0E9;}
.text30ro {width: 30%!important;float: left;background-color: #EFF0E9;}
.text25ro {width: 25%!important;float: left;background-color: #EFF0E9;}
.text20ro {width: 20%!important;float: left;background-color: #EFF0E9;}

/*******************************/

.otviraciDoba {
font-weight:bold;
color:#825e31;margin:0;}

/*************************************
	Fotogalerie
*************************************/
.fotogalerie { margin:0;}
.fotogalerie table {}
.fotogalerie table th {}
.fotogalerie table tr {}
.fotogalerie table tr td { text-align:center;}
.fotogalerie table tr td a:link, .fotogalerie table tr td a:visited {border:none; padding:2px; display:block;}
.fotogalerie table tr td a:link img, .fotogalerie table tr td a:visited img{border:2px solid #ff7500; height:110px;}
.fotogalerie table tr td a:hover img{border:2px solid #A8793D;}

/* Fotogalerie skupiny */
.fotogalerie-skupina {background: #ffffff; margin:0 0 10px 0; border:1px solid #ff7500;}
.fotogalerie-skupina-nadpis {float:left; margin: 10px;padding:0; width: 310px;}
.fotogalerie-skupina-nadpis a {font-size:14px;}
.fotogalerie-skupina-popis {float:left; margin: 10px;padding:0; width: 310px;}
a.fotogalerie-skupina-foto img {width:150px; border: 2px solid #ff7500;}
a:hover.fotogalerie-skupina-foto img {width:150px; border: 2px solid #A8793D;}
a.fotogalerie-skupina-foto {display:block; float:left; margin:5px;}

.odkazMp3 {
	background: url(http://adm.jinsoft.cz/Design/Icons/FileType/filetype_mp3.gif) no-repeat 0 0;
	padding: 1px 0 2px 20px;
}
.odkazPdf {
	background: url(http://adm.jinsoft.cz/Design/Icons/FileType/filetype_pdf.gif) no-repeat 0 0;
	padding: 1px 0 2px 20px;
}
.odkazDoc {
	background: url(http://adm.jinsoft.cz/Design/Icons/FileType/filetype_doc.gif) no-repeat 0 0;
	padding: 1px 0 2px 20px;
}
