/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #323232;
	background: #f8f8f4 url(../images/bg-page.jpg) repeat-x left top;
}
a:focus {
	/*outline: 1px dotted invert;*/
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
a {
	color:#911818;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol { list-style: decimal; }
ul { list-style: square; }
li { margin-left: 30px; }

p,
dl, hr,
h1, h2, h3, h4, h5, h6,
ol, ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 15px;
}
table {
	border: solid 1px #CCCCCC;
	border-bottom: none;
}
td {
	padding: 2px 10px 2px 5px;
	border-bottom: solid 1px #CCCCCC;
	background: #FFFFFF url(../images/bg-input.gif) repeat-x left top;
}
th {
	padding: 2px 10px 2px 5px;
	background-color:#CCCCCC;
}
.fullWidth {
	display: inline;
	float:left;
	clear:both;
	width: 960px;
	margin:0;
	padding:0;
}

/* `HTML tags
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 18pt	;
	color: #7f8183;
	font-style:italic;
}
h2 {
	font-size: 16pt;
	line-height: 1.3em;
	color: #323232;
	font-style:italic;
}
h2 a {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
h2 a span{
	color: #323232;
}
#dRight h2{
	font-style:italic;
	color: #7f8183;
}
h3 {
	margin-bottom:5px;	
	font-size: 13pt;
	line-height: 1.3em;
	color: #323232;
	font-style:italic;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
p, tr, td, th {
	color: #323232;
	text-align:justify;
}
td.tdRight { text-align:right;}
#dLeft img, .partneriKonference img {
	margin: 10px 10px 10px 0;
	padding: 10px;
	background-color:#FFFFFF;
	border: solid 1px #CCCCCC;
}
#dLeft img.newWinHref, #dLeft img.imgBorderNone {
	margin: 0px 0px 0px 0;
	padding: 0px;
	background-color:#fafaf7;
	border: none;
}
 #dLeft img.imgBorderNone {
	margin: 10px;
}
#dLeft img.imgRight, .partneriKonference img.imgRight {
	margin: 10px 0px 10px 10px;
}

.prezentace li {
	padding:0 0 20px 0;
	margin:0 0 0 20px;
}

/* `Class
----------------------------------------------------------------------------------------------------*/
.hidden { 
	display:none; 
	visibility: hidden; 
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.brl {
	display:block;
	clear: both;
}
.kamDal {
	border-top: solid 1px #CCCCCC;
	padding-top:10px;
}
.aZpet, .aZpetB {
	text-align:right;
	margin-top:-10px;
	border-bottom: solid 1px #eeeeee;
}
.aZpetB {
	border-bottom: none;
}
.ulDokumenty li{
	margin-bottom:10px;
	list-style:none;
	margin-left:10px;
}/**/
.ulClenove {
	display:block;
	clear:both;
}
.ulClenove li{
	float:left;
	width: 192px;
	height: 220px;
	list-style:none;
	text-align:center;
}
.ulClenove img{
	margin: 10px 10px 10px 0;
	padding: 10px;
	background-color:#FFFFFF;
	border: solid 1px #CCCCCC;
}
.ulClenove img.newWinHref {
	margin: 0px 0px 0px 0;
	padding: 0px;
	background-color:#fafaf7;
	border: none;
}
.aClen { 
	font-weight: bold;
}
.box {
	display:block;
	width:210px;
	float:left;
}
.blokZv {
	background-color: #f0f2f2;
	margin: 0 0 20px 0 ;
	padding:10px 20px;
	line-height: 2em;
	font-size:130%;
	font-weight:bold;
	clear:both;
}
.pBezOdsazeni {
	margin: 0px;
}
.program li{
	padding-bottom:10px;
}
.program strong {
	font-size:120%;
}
#mapa {
	width:450px;
	height:250px;
	padding:1px;
	border: solid 1px #7f8183;
}
.kontInfo {
	display:inline-block;
	width:50px;
}
.textLeft {
	float:left;
	display:block;
	width:50%;
	text-align:left;
}
/* Registrace
----------------------------------------------------------------------------------------------------*/
#frmUloz label, .frm label, .frm .labelNo {
	display: block;
	width:150px;
	float:left;
	margin:3px 0 10px 0;
	padding-right: 10px;
}
#frmUloz label.long, .frm label.long, .frm .long{
	width:190px;
	margin: 0px 0 10px 0;
}
#frmUloz label.short, .frm label.short, .frm .short{
	width:80px;
	margin: 0px 0 10px 0;
}
.frm .labelNo {
	font-weight: bold;
}
#frmUloz input, .frm input{
	margin-bottom: 10px;
	background: #FFFFFF url(../images/bg-input.gif) repeat-x left top;
	padding: 3px;
	border: solid 1px #c5c5c5;
}
#frmUloz input.check, .frm input.check{
	margin: 0px;
	padding: 0px 3px;
	border: none;
	background: none;
}
#frmUloz textarea, .frm textarea {
	background: #FFFFFF url(../images/bg-input.gif) repeat-x left top;
	padding: 3px;
	border: solid 1px #c5c5c5;
}
#frmUloz .tlac, .frm .tlac, .frm .tlacSec, .frm .inputButton {
	padding:5px 10px;
	background: none;
	background-color: #7f8183;
	font-weight:bold;
	color: #323232;
	color: #ffffff;
}
#frmUloz .tlacSec, .frm .tlacSec {
	background-color: #c5c5c5;
	color: #333333;
}
#frmUloz br, .frm br {
	clear:both;
}
#frmUloz table.tblCheck {
	background: none;
	border: none;
	clear:both;
	margin-bottom:0px;
}
#frmUloz table.tblCheck td {
	background: none;
	border: none;
	padd	ing-left:0;
}
#frmUloz small input {
	display:inline-block;
	margin-right:0 5px 0 0;
	margin-bottom: 0px;
	padding: 0;
	float:left;
	height: 13px;
}
#frmUloz small{
	margin:20px 0;
	display:block;
}
.error{
	font-weight:bold;
	color:#BB0000;
}
fieldset {
	padding:10px;
	border: solid 1px #c5c5c5;
}
fieldset legend{
	padding:0 10px;
	font-weight:bold;
}
/* `Design
----------------------------------------------------------------------------------------------------*/
#page {
	position:relative;
	width:960px;
	margin:0 auto;
}
#header{
	height:181px; /* 181px */
	background: transparent url(../images/bg-head.jpg) no-repeat right top;
}
#header .logo {
	display:none; 
	visibility: hidden; 
}
#header a.odkazHome {
	display:block;
	width:238px;
	height:93px;
	background: transparent url(../images/bg-logo.gif) no-repeat left top;
	margin: 64px 0 0px 10px;
}
#menu {
	width:960px;
	height:32px; /* 40px */
	margin:8px 0px 0px 0px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
}
#menu a {
	padding: 0 18px 0 18px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
#menu a.first {
	padding-left: 0px;
}
#menu a.last {
	padding-right: 0px;
}
#menu a:hover {
	text-decoration:underline;
}
#contetTopCol, #contetTop {
	height:33px;
	background: #fafaf7 url(../images/bg-contentTopCol.jpg) no-repeat left top;	
}
#contetTop {
	background: #fafaf7 url(../images/bg-contentTop.jpg) no-repeat left top;	
}
#contentCol, #content {
	width:920px;
	margin: 0px 0px 0px 0px;
	padding: 0 20px 20px 20px;
	background-color: #fafaf7;
	background: #fafaf7 url(../images/bg-content.jpg) repeat-y right top;	
}
#content {
	background: #fafaf7 none repeat-y right top;
}
#dLeft, #dRight {
	display:block;
	float:left;
	background:#fafaf7	;
}
#dLeft {
	width: 630px; /* 670px */
}
#dRight {
	float:right;
	width: 250px; /* 290px */
	background:#fbfbf9;
		/*background-color: #fbfcf9;*/
}
/* SUBMENU */
#submenu li{
	/*list-style:url(../images/li-submenu.jpg);*/
	list-style:none;
	margin:0;
	padding: 6px 0 10px 0px;
	background: #fbfbf9 url(../images/bg-li-submenu.jpg) repeat-x bottom left;
}
#submenu ul li ul {
	margin-bottom: 0px;
}
#submenu li.subMenuLast{
	background: none;
	padding-bottom:5px;
}
#submenu a{
	padding: 0px 0 0px 22px;
	background: transparent url(../images/li-submenu.jpg) no-repeat left top;
}
#submenu a:hover{
	font-weight:bold;
	background: transparent url(../images/li-submenu-ov.jpg) no-repeat left top;
}
.submenuSub {
	margin-left:35px;
}
/* FOOTER */
#footer {
	width:950px; /* 960px */
	height: 46px; /* 66px */
	padding: 20px 10px 0 0px;
	background: #2a5e8e url(../images/bg-footer.gif) no-repeat 22px center;
}
#footer p {
	margin:0;
	padding:0;
	text-align:right;
}
#footer a {
	color:#FFF;
}
p#footerMenu {
	margin-bottom: 10px;
	color:#FFF;
}
#footerMenu a {
	font-weight:bold;
}
#copy, #copy a {
	color: #92adc3;
	font-size:11px;
}
/* Horni boxy Jazyk / Brana */
#lang, #gate {
	position:absolute;
	top:0;
	right: 0px;
	display:block;
	width: 130px;
	height: 26px;
	background: transparent url(../images/bg-lang.png) no-repeat left top;
	color:#FFFFFF;
}
#gate {
	/*right: 130px; 	*/
	background: transparent url(../images/bg-gate.png) no-repeat left top;
}
#lang p, #gate p {
	margin: 0;
	padding:0;
}
#lang a, #gate a {
	color:#FFFFFF;
}
#langClick, #gateClick {
}
#langClick a, #gateClick a {
	margin: 0px 0px 0px 4px;
	padding: 0 0 3px 8px;
	display:inline-block;
	width:115px;
	color:#FFF;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
#langSelect, #gateForm { 
	/*visibility: hidden; */
	position:absolute;
	top:-10000px;
	left:-10000px;
	background-color: #901818;
	margin: -3px 3px 0 4px;
	padding: 5px;
}
#langSelect {
	padding: 10px 10px 10px 10px;
	color: #c88c8c;
	font-weight:bold;
}
#langSelect li{
	padding: 0px 0px 15px 0;
}
#langSelect img{
	margin: 0px 10px -3px 0;
}
#gateForm { 
	width:170px;
	margin-left:-63px;
	padding: 15px 10px 10px 10px;
	background-color: #19446c;
	line-height:1.5em;
}
#gateForm label{
	display:inline-block;
	width:60px; 
}
#gateForm input.inputText{
	width:100px;
}
#gateForm input.inputButton{
	width:80px;
	height:25px;
	margin: 10px 0 0 0;
	padding: 0px 10px;
	font-size:1em;
}

#langSelect ul, #langSelect li, #lang p, #lang p {
	margin:0;
	padding:0;
	list-style:none;
}