* {
//	margin:  0;
	padding: 0;
	border: none;
/*	_behavior: url('hover.htc');*/
}

html, body {
	color: white;
	background: #E8F0EF;
	font-family: sans-serif;
	font-size: small;
	text-align: center;
	height: 100%;
}

body {
	position: relative;
	margin:  0 15px;
}

hr {
	border: none;
	border-top: 1px solid black;
	margin: 5px 0;
}

hr.cistic, hr.pristupnost {
	margin: 0;
}

hr.cistic {
	visibility: hidden;
	height: 1px;
	margin-top: -1px;
	clear: both;
}

.pristupnost {
	display: none;
}

/* BLOKY ------------------------------------------------------ */
#nadobal {
	width: 100%;
	min-width: 800px;
	max-width: 1200px;
	min-height: 100%;
	margin: 0 auto 120px auto;
	position: relative;
	text-align: left;
	color: black;
	background: white url('../img/global/bg.PNG') left top repeat-y;
}

#obal {
	position: relative;
	margin: 0 6px;
}

/* HLAVIČKA ---------------------------------------------- */
#hlavicka {
	height: 100px;
	background: right top no-repeat;
	width: 100%;
	position: relative;
	top: 2px;
}

#hlavicka-in {
	height: 181px;
	background: left top no-repeat;
}

h1 {
	font-weight: bold !important;
	font-size: 1.8em;
	position: relative;
	overflow: hidden;
	position: relative;
	left: 21px; top: 18px;
}

h1, h1 span {
	width: 485px;
	height: 108px;
}
	
h1 span {
	display: block;
	position: absolute;
	left: 0px; top: 0;
	background: url('../img/global/szs-chrudim-logo.PNG') left top no-repeat;
	cursor: pointer; cursor: hand;
}

#hlavicka em {
	position: absolute;
	top: 137px;
	left: 183px;
	font-style: normal;
}

#hlavicka .obrazek {
	display: block;
	width: 218px;
	height: 164px;
	position: absolute;
	left: 530px;
	top: 7px;
	border: 1px solid white;
	border-top: none;
	border-bottom: none;
}

.pomucky {
	position: absolute;
	top: 79px;
	right: 70px;
	border-right: 1px solid #E1F6FF;
	font-size: 0.85em;
	background: url('../img/global/pomucky-bg.PNG') left top repeat-x;
	color: lightblue;
	text-align: right;
	line-height: 0.7;
	padding: 9px 0;
	width: 115px;
}

.pomucky a {
	color: #002280;
	position: relative;
	top: -1px;
	margin: 0 20px 0 1px;
	display: block !important;
}

.vlajky {
	position: absolute;
	top: 79px;
	right: 30px;
	font-size: 0.95em;
}

.vlajky a {
	margin: 0 2px;
	display: block;
	margin: 5px 0;
}

hr.nadmenu {
    top: 77px;
    %top: 80px;
    position: absolute;
}

hr.podmenu {
    top: 98px;
    %top: 99px;
    position: absolute;
}

fieldset.vyhledavani {
	float: right;
	border: none;
	padding: 0;
	width: 310px;
	position: absolute;
	top: 80px;
	right: 10px;
	background: transparent;
	filter: none;
	-moz-opacity: 1;
}

fieldset.vyhledavani legend{
	display: none;
}

fieldset.vyhledavani input{
	padding: 4px;
	border: 1px solid gray;
	font-family: arial;
	width: 194px;
}

fieldset.vyhledavani input.potvrd {
	padding: 3px 7px;
	_padding: 2px 7px;
	background: url('./index/img/global/vyhledavani-potvrd-bg.PNG') left top repeat-x;
	font-weight: normal;
	width: auto;
	_width: 70px;
	color: white;
	border: 1px solid #29397B;
}

/* NABIDKA -------------------------------------------------- */
#nabidka {
	margin: 0;
	background: left bottom no-repeat;
	_position: relative;
	position:relative;
	top:-26px;
	%top: -38px;
	_top: -120px;
	width: 630px;

}

#nabidka-in {
	position: relative;
	background: transparent right bottom no-repeat;
	_border-bottom: 1px solid #C1DEEF;
/*	_border-bottom: 1px solid #2978b6;*/
}	

#nabidka ul {
	height: 27px;
	&height: 12px;
	white-space: nowrap;	
}
#nabidka ul li {
	list-style: none;
	font-size: 1em;
	float: left;
	padding: 3px 0 4px 0;
/*	border-right: 1px solid #C7E1F1;
	border-left: 1px solid #C7E1F1;	*/
}

#nabidka ul li a {
	color: black;
	text-decoration: none;
	padding: 4px 18px 4px 18px;
}

#nabidka ul li.aktivni {
	position: relative;
	font-weight: bold;
/*	top: 1px;*/
	padding-right: 16px;
}

#nabidka ul li.aktivni a, #nabidka ul li.aktivni a:hover {
	padding: 8px 0px 10px 18px;
	color: #2978b6;
}

#nabidka ul li a:hover {
	color: black;
	text-decoration: underline;
}


#nabidka ul li.aktivni span{
	padding: 5px 18px 8px 0;
	background: url('../img/global/nabidka-li-aktivni-bg-prava.PNG') right top no-repeat;
}


/* DROBKY ---------------------------------------------------- */
#drobky {
	padding: 10px;
	_padding: 12px 0 0 0;
	&padding: 12px 0 0 0;
	font-size: 0.85em;
	margin: 1px 5px 4px 2px;
	_margin: 0 15px;
	&margin: 0 15px;
}

#drobky a {
	margin: 0 2px;
}

/* MENU, OBSAH, PANEL -------------------------------- */
#menu-obsah, #menu, #obsah, #panel {
	float: left;
}
/*
#obsah {
	width: 99%;
} 
*/
#obsah-panel #obsah {
	width: 735px;
}

#menu-obsah #obsah {
	width: 75%;
}

#menu-obsah {
	width: 100%;
/*	background: url('../img/global/obsah-bg.PNG') right top no-repeat;*/
	position: relative;
}

#menu-obsah-panel #menu-obsah {
	width: 99%;
}

#menu-obsah-panel #panel {
	width: 200px;
}

#menu-obsah-panel {
	/*margin-top: -14px;
	_margin-top: -43px;*/
	&margin-top: -43px;
	background: silver url('../img/global/fobsah-bg.PNG') right top no-repeat;
}

#menu-obsah-panel #obsah {
	background: url('../img/global/obsah-bg.PNG') right top no-repeat;
	width: 58.8%

}

#menu {
	width: 200px;
}

/* MENU -------------------------------------------- */
#menu  {
	margin: 0;
	background: url('../img/global/menu-bg.PNG') left top no-repeat;
	_position: relative;
	height: auto;
}

#menu-in {
	background: url('../img/global/menu-in-bg.PNG') left bottom no-repeat;
	padding-bottom: 3px;
	%padding-bottom: 0px;
}

#menu h4 {
	background: url('../img/global/menu-nadpis-bg.PNG') left top no-repeat;
	padding: 10px;
	margin: 0;
}

#menu ul {
	margin: 3px 3px 3px 3px;
	border-bottom: none;
}

#menu ul ul {
	border: none;
}


#menu li {
	list-style: none;
	font-weight: bold;
/*	background: #D5E9F7 url('../img/global/menu-li-bg.PNG') left top no-repeat;*/
	_height: 25px;
	border: 1px solid white;
	border-bottom: none;
	_margin-bottom: -3px;
	_width: 150px;
}

#menu li li {
	padding: 0;
	background: none;
	font-family: arial;
	font-variant: normal;
	font-size: 0.95em;
	font-weight: normal;
/*	background: white url('../img/global/menu-li-li-bg.PNG') 10px 10px no-repeat;*/
	background: lightblue;
	width 160px;
}

#menu li li li{
	background: none;
	font-size: 0.9em;
}

#menu li li li li{
	background: none;
	font-size: 0.8em;
}


#menu li a {
	text-decoration: none;
	color: white;
	display: block;
	width: 176px;
	padding: 6px 6px 9px 10px;
	_border-bottom: 1px solid white;
}

#menu li li a{
	padding: 6px 6px 5px 15px;
/*	_padding: 6px 6px 5px 5px;*/
	border: none;
/*	border-bottom: 1px solid #E8F0EF;*/
	width: 163px;
}

#menu li li li a{
/*	padding: 6px 6px 5px 30px;*/
	padding: 6px 6px 5px 20px;
	_width: 150px;
}

#menu li li li li a{
/*	padding: 6px 6px 5px 30px;*/
	padding: 6px 5px 4px 20px;
	_width: 143px;
}

#menu li a:hover {
	background: #2978b6;	
	color: yellow;
	_position: relative;
}

#menu li a.aktivni {
/*	background: #C6E0F4 url('../img/global/menu-li-hover-bg.PNG') left top no-repeat;*/
	color: #003366;
	_position: relative;
}

#menu li li li a:hover{
/*	padding: 6px 6px 5px 30px;*/
	padding: 6px 6px 5px 20px;
	width: 150px;
}

#menu li li li li a:hover {
	background: #2978b6;
	color: white;
	_position: relative;
	padding: 6px 5px 4px 20px;
	width: 143px;
}


#menu li li a:hover {
}

#menu li ul {
}

ul.uroven-3 {
margin-bottom:1.5em;
margin-top:2px;
padding:0pt;
}

/* OBSAH ------------------------------------------- */	
#obsah {
	line-height: 1.4;
	margin-right: -3px;
}

#obsah-in {
	margin: 22px 0px 30px 30px;
	_margin: 22px 0px 30px 30px;
}

/* PANEL ----------------------------------------------- */
#panel {
/*	background: url('../img/global/panel-bg.PNG') right bottom no-repeat;*/
	margin: 25px 0;
	line-height: 2;
}

#panel li {
	line-height: 2;
}

#panel-in {
	margin: 10px 20px;
}

/* FORMÁTOVÁNÍ --------------------------------- */
a {
	color: #003366;
}

a:hover {
	color: black;
}

h1, h2, h3, h4 {
	font-weight: normal;
	font-family: "trebuchet MS";
}

h2 {
	font-size: 1.85em;
	_font-size: 1.8em;
	color: #003366;
	letter-spacing: -1px;
}

h3 {
	font-size: 1.35em;
	_font-size: 1.35em;
	margin: 10px 0 4px 0;
	color: black;
}

h4 {
	font-weight: bold;
	font-family: sans-serif;
	font-size: 1.15em;
	margin: 10px 0 4px 0;
	color: #81B3D8;
}

h4 a {
	text-decoration: none;
	border-bottom: 1px solid #003366;
}

ol, ul {
	line-height: 1.2;
	margin: 10px 15px;
	border-left: px solid silver;
}

.struktura-sekce ul {
	margin: 10px 20px 20px 20px;
	line-height: 1.6;
	font-weight: bold;
	font-size: 1.1em;
}

#obsah input, #obsah select, #obsah textarea {
padding: 1px;
margin: 1px;
font-family: inherit;
font-size: inherit;
border: 1px solid #00005B;
}

#obsah .potvrd {
background: #D5E9F7;
border: 1px solid #B5D7ED;
margin: 5px 0;
padding: 3px 4px;
font-weight: bold;
font-family: sans-serif;
}


/* ČLÁNKY ------------------------------------------ */
.clanek-ve-vypisu {
/*	background: url('../img/global/clanek-bg.PNG') left top no-repeat;*/
	border-bottom: 1px solid #C7E1F1;
	padding: 5px 20px 20px 20px;
	margin: 5px 0 10px 0;
}

.clanek-ve-vypisu .anotace {
	font-style: italic;
}

.clanek-ve-vypisu .vice {
	font-weight: bold;
	text-align: right;
}



/* PATKA ------------------------------------------- */
#patka {
	position: relative;
	height: 60px;
	_height: 0px;
	padding: 0 5px 0 0;
	margin-top: 30px;
	font-size: 0.85em;
	color: #81B3D8;
	background: right top no-repeat;
	bottom: 30px;
}

#patka-in {
/*	padding: 25px 35px 20px 35px;*/
	padding: 0px 35px 20px 35px;
	background: left top no-repeat;
}

#patka a {
	color: midnightblue;
	position: relative;
	top: -1px;
	margin: 0 4px;
}

#patka p#visio-creative {
	color: black;
	position: absolute;
	top: 25px;
	right: 35px;
	display: inline;
}

#patka p#visio-creative a{
	margin: 0;
	top: 0;
}

.objekt-typX {background-color: #D6E9F7; text-align: left; padding: 0px; }
.objekt-typX .text {padding: 5px 10px; margin: 0px; }
.objekt-typX .komentar {font-style: italic; }
.objekt-typX a {font-weight: bold;}
.objekt-typX .kesmazani {margin: 0px; }
