@import 'diskuze.css';
/* Zakladni definice objektu */
body  {
	font-size: 75%;
	font-family : Arial,Helvetica,Verdana,sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	background: #EDE2D1 url(../img/body-bg.jpg) left top;
	vertical-align: top;
	text-align: center;
}

a img, img {
	display: block;
	margin: 0;
	border: 0;
}

p, h1, h2, h3, h4, h5, ul, ol, li, form {
	margin: 0;
	padding: 0;
}

a, a:link, a:active, a:visited  {
	text-decoration: underline;
	color: #AB2E0E;
}
a:hover {
	color: #000;
}

table {
	font-size: 100%;
}

ul {
	list-style-type: none;
}

h1, h2, h3, h4, h5 {
	position: relative;
}

h1 span { /* obrazkove nadpisy */
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
	_cursor: hand;
}

h1 span {
	width: 758px;
	background-image: url(../img/top.gif);
}
h1#enH1 span {
	background-image: url(../img/top_en.gif);
}

.hidden { /* schovane prvky */
	display: none;
}

.screenHide { /* v grafickem modu neviditelné veci */
	position: absolute;
  	overflow: hidden;
  	width: 0;
  	height: 0;
}

.skip a { /* odkazy pro preskocení v obsahu */
 	position: absolute;
  	overflow: hidden;
  	width: 0;
  	height: 0;
	color: #0D3F95;
}

.skip a:active, .skip a:focus {
	color: #000 !important;
  	display: block;
  	position: absolute;
  	overflow: visible;
  	width: 204px;
	max-width: 180px;
  	height: auto;
  	background-color: #fff;
  	top: 75px;
  	right: 27px;
  	padding: 12px 10px 12px 10px;
  	border: 2px solid #000;
  	text-align: center;
	font-weight: bold;
  	font-size: 110%;
	/*text-transform: uppercase;*/
	z-index: 100;
}
.skip a:hover {
	text-decoration: none;
}

/* Rozliseni odkazu */
img.downlink, img.popuplink, img.externlink {
	display: inline;
	float: none;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

/* Dokumenty ke stazeni */
img.downlink {
	margin-right: 5px;
}
/* Popupy */
img.popuplink {
	margin-left: 3px;
	margin-right: 2px;
}
/* Externi odkazy */
img.externlink {
	margin-left: 3px;
	margin-right: 2px;
}

.clear { /* clear pro floaty */
	clear: both;
	height: 1px;
	display: block;
	overflow: hidden;
}

input {
	font-size: 100%;
	height: 1.85em;
}
* html input {
	line-height: 150%;
}
:root input {
	height: 1.3em;
	padding-top: 2px;
}
.button {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	height: 1.85em;
	line-height: 20px;
	padding: 0 3px 0 3px;
	background: #FFBF38 url(../img/button.gif) repeat-x 0 0;
	border: 1px solid #000;
	cursor: pointer;
}
:root .button {
	height: 1.9em;
	padding: 0 7px 2px 7px;
}
* html .button {
	cursor: hand;
	line-height: 15px;
	background-position: -2px -2px;
}

/* odkazy naformtavone jako tlacitka */
a.Alink, a.Alink:hover, a.Alink:visited {
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 95%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	background: #FFD884 url(../img/alink-bg.gif) repeat-x left top;
	border: 1px solid #000;
}


/* Preddefinovany vzhled standartizovanych prvku */





/* Hlavni obsah stranky */
#kontejner {
	position: relative;
	width: 758px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#main {
	text-align: left;
	background-color: #fff;
}


#header {
	position: relative;
	width: 758px;
	height: 110px;
	margin-bottom: 25px;
	color: #fff;
	background-color: #1B1B1B;
}
#header a {
	color: #fff;
}

/* Logo MKC */
h1 {
	width: 100%;
	height: 110px;
	max-height: 73px;
	font-size: 24px;
	padding: 37px 0 0 25px;
	color: #008BA6;
}

/* Blok s odkazy a vzhledavanim */
#hdfce {
	position: absolute;
	right: 0;
	top: 0;
	width: 230px; /*19em*/
	height: 100%;
	padding-top: 11px;
	border: 0px solid #000; /*ie bug*/
}
#hdfce a {
	padding: 0 5px 0 5px;
}
#hdfce a strong {
	font-weight: normal;
}

/* Volby */
#volby {
	position: relative;
	left: -5px;
}

/* Vyhledavani */
#hledani {
	margin-top: 17px;
}
#hledani input {
	float: left;
}
* html #hledani input {
	line-height: 125%;
}
#hledani #vyhledavani {
	width: 127px;
	margin-right: 14px;
}


/* Hlavni bloky obsahu */
#left {
	float: left;
	width: 154px;
	max-width: 140px;
	padding-left: 14px;
}

#mother {
	float: right;
	width: 588px;
	max-width: 574px;
	padding-right: 14px;
}

#content {
	float: left;
	width: 315px;
}

#right {
	float: right;
	width: 246px;
}

/* Navigace */
#menu {
	width: 140px;
	font-weight: bold;
	margin-top: -9px;
}
#menu li {
	margin-bottom: 6px;
	padding-left: 8px;
	background: url(../img/odrazka.gif) no-repeat 0 4px;
}
#menu li.active { /* aktivni stranka */
	background-image: url(../img/odrazka-active.gif);
}
#menu strong {
	color: #000;
}
#menu ul { /* polozky druhe urovne menu */
	margin-top: 9px;
	margin-bottom: 10px;
}
#menu li li {
	font-weight: normal;
	font-size: 95%;
	padding-left: 9px;
	background: url(../img/odrazka-small.gif) no-repeat 0 5px;
}
#menu li li.active { /* aktivni stranka */
	background-image: url(../img/odrazka-small-active.gif);
}
#menu li li strong {
	font-weight: normal;
}

/* Levy sloupec */
.l-box {
	margin-top: 20px;
	padding: 14px 6px 0 6px;
	background: url(../img/left-separator.gif) no-repeat left top;
}
.l-box p {
	font-size: 95%;
	margin-bottom: 10px;
}
.l-box span {
	display: block;
	width: 100%;
	height: 4px;
	margin-top: 15px;
	background: url(../img/left-separator.gif) no-repeat left top;
	overflow: hidden;
}
#left h4 {
	font-size: 110%;
	margin-bottom: 5px;
	margin-right: -10px;
}

/* Hlavni(prostredni) sloupec */
#kdo-jsme {
	font-size: 128%; /*135*/
	margin-bottom: 22px;
}

.box {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../img/box-bottom.gif) no-repeat left bottom;
}
.box div {
	padding: 8px 12px 5px 12px;
	border-left: 1px solid #EDDDCB;
	border-right: 1px solid #EDDDCB;
}
.box p {
	margin-bottom: 10px;
}
.box ul {
	margin-bottom: 10px;
}
.box li {
	margin-bottom: 6px;
	padding-left: 7px;
	background: url(../img/odrazka.gif) no-repeat 0 4px;
}
.box h2 {
	width: 315px;
	max-width: 285px;
	height: 2.57em; /*39px*/
	line-height: 2.55em;
	padding: 0 15px 0 15px;
	color: #fff;
	font-size: 128%;
	background-position: left top;
	background: #C41300 url(../img/nadpis-bg-red.gif) no-repeat; /* defaultni barva */
}
.box h2 a, .box h2 a:visited, .box h2 a:hover {
	color: #fff;
}
.box h2 span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 315px;
	height: 4px;
	background-position: left top;
	background: url(../img/nadpis-bg-brown_part2.gif) no-repeat; /* defaultni schema */
	overflow: hidden;
}
* html .box h2 span {
	bottom: -1px;
}
.box .vice {
	float: right;
	font-size: 95%;
	padding-left: 7px;
	background: url(../img/odrazka.gif) no-repeat 0 4px;
	font-weight: bold;
}
/* barevna schemata boxu */
.red h2 {
	background: #C41300 url(../img/nadpis-bg-red.gif) no-repeat;
}
.red h2 span {
	background-image: url(../img/nadpis-bg-red_part2.gif);
}
.blue h2 {
	background: #3F5471 url(../img/nadpis-bg-blue.gif) no-repeat;
}
.blue h2 span {
	background-image: url(../img/nadpis-bg-blue_part2.gif);
}
.brown h2 {
	background: #7A5349 url(../img/nadpis-bg-brown.gif) no-repeat;
}
.brown h2 span {
	background-image: url(../img/nadpis-bg-brown_part2.gif);
}
.navy h2 {
	background: #706538 url(../img/nadpis-bg-navy.gif) no-repeat;
}
.navy h2 span {
	background-image: url(../img/nadpis-bg-navy_part2.gif);
}
.violet h2 {
	background: #7B4667 url(../img/nadpis-bg-violet.gif) no-repeat;
}
.violet h2 span {
	background-image: url(../img/nadpis-bg-violet_part2.gif);
}


/* Pravy sloupec */

/* boxy v pravem sloupci */
.blok {
	position: relative;
	width: 246px;
	max-width: 216px;
	padding: 15px 14px 10px 14px;
	margin-bottom: 16px;
	background: #FFF7E6 url(../img/blok-light-top.gif) no-repeat left top;
}
* html .blok {
	overflow: hidden;
}
.blok h3 {
	font-size: 128%;
	margin-bottom: 18px;
}
.blok h3 a, .blok h3 a:visited {
	color: #000;
}
.blok img {
	margin-bottom: 12px;
}
.blok img.externlink, .blok img.popuplink {
	margin-bottom: 0;
}
.blok strong {
	line-height: 175%;
	font-size: 95%;
	font-weight: normal;
}
.blok p {
	margin-bottom: 15px;
}
.blok #archiv {
	display: block;
	width: 100%;
	text-align: right;
}
.blok #archiv a {
	font-weight: bold;
	padding-left: 7px;
	background: url(../img/odrazka.gif) no-repeat 0 4px;
}
.blok .end {
	display: block;
	position: relative;
	bottom: -10px;
	left: -15px;
	clear: both;
	width: 246px;
	height: 5px;
	background: url(../img/blok-light-bottom.gif) no-repeat left top;
	overflow: hidden;
}

.dark { /* tmavy box */
	background: #FFE4A9 url(../img/blok-dark-top.gif) no-repeat left top;
}
.dark h3 {
	margin-bottom: 8px;
}
.dark li {
	margin-top: 7px;
}
.dark .end {
	background-image: url(../img/blok-dark-bottom.gif);
}

.silver { /* sedy box */
	padding-bottom: 0;
	background: #F4F4F4 url(../img/blok-silver-top.gif) no-repeat left top;
}
.silver h3 {
	margin-bottom: 8px;
}
.silver ul {
	margin-bottom: 20px;
}
.silver li {
	margin-top: 5px;
}
.silver .end {
	bottom: 0;
	background-image: url(../img/blok-silver-bottom.gif);
}

/* Uzitecne odkazy */
#uzitecne-odkazy {
	color: #AB2E0E;
	font-size: 95%;
	margin-left: -5px;
	margin-bottom: 10px;
}
#uzitecne-odkazy a {
	padding: 0 5px 0 5px;
}

/* Doporucit stranku */
#doporucit {
	margin-top: 10px;
}
#doporucit input {
	vertical-align: middle;
	margin-left: 5px;
}

/* Pata stranky */
#footer {
	position: relative;
	padding: 32px 0 3px 0;
	margin-bottom: 20px;
	color: #4A4A4A;
	font-size: 95%;
	background: #fff url(../img/footer-top.gif) no-repeat left top;
}
#footer img {
	float: left;
	margin-right: 25px;
}
#footer p {
	float: left;
	width: 380px;
	margin-top: 8px;
	line-height: 175%;
}
#footer div {
	position: relative;
	width: 100%;
	padding: 0 12px 0 12px;
	background: url(../img/footer-bg.gif) repeat-y left top;
}
#footer div#created {
	float: right;
	width: 150px;
	margin-right: 25px;
	text-align: right;
	background: none;
}
* html #footer div#created {
	margin-right: 0;
}
#footer div#created a {
	text-transform: uppercase;
}
#footer div#created span {
	float: right;
	display: block;
	width: 117px;
	height: 27px;
	margin-bottom: 8px;
	background: url(../img/symbio-ico.gif) no-repeat left top;
}
#fooEnd {
	display: block;
	position: relative;
	left: -12px;
	bottom: -3px;
	clear: both;
	width: 758px;
	height: 15px;
	background: url(../img/footer-bottom.gif) no-repeat left bottom;
	overflow: hidden;
}





/* pomucky pro plneni obsahu */
.alert { /* zvyrazneni toho, co je potreba doplnit */
	margin: 15px 0 20px 0;
	padding: 10px;
	border: 1px solid #FF8700;
	background: #FFDB91 url(../img/doplnit-obsah.gif) no-repeat 95% 50%;
}
.doplnit {
	margin: 0 5px 0 5px;
	padding-right: 60px;
	/*border: 1px solid #FF8700;*/
	background: url(../img/doplnit-odkaz.gif) no-repeat 100% 50%;
}


/* podstranky */

#one {
	width: 575px;
	max-width: 565px;
	margin-bottom: 40px;
	padding-right: 10px;
}

#one h2 {
	font-size: 200%;
	margin-bottom: 18px;
}

#one h3 {
	margin-top: 28px;
	margin-bottom: 15px;
	font-size: 125%;
	padding-left: 28px;
	background: url(../img/ul-odrazka.gif) no-repeat left top;
}
#one h3.red-h3 { /* nadpisy s cervenenou ikonkou */
	background-image: url(../img/ul-odrazka2.gif) !important;
}

#one h5 {
	font-size: 110%;
	margin-top: 18px;
	margin-bottom: 4px;
	color: #2F5682;
}

#one p { /* odstavce */
	margin-bottom: 13px;
	line-height: 150%;
	font-size: 110%;
}

#one ul, #one ol { /* odrazkove a cislovane seznamy */
	margin: 15px 0 20px 28px;
}
#one ul li {
	margin-bottom: 9px;
	margin-left: 8px;
	padding-left: 18px;
	background: url(../img/li-odrazka.gif) no-repeat 0 4px;
}
#one ol li {
	margin-bottom: 9px;
	margin-left: 25px;
	padding: 0;
	background: none;
}
#one ol ol {
	margin-left: 10px;
}
#one ol ol li {
	list-style-type: upper-roman;
	margin-bottom: 6px;
}
#one ol ol ol li {
	list-style-type: lower-roman;
	margin-bottom: 2px;
}
#one ul.noBullets { /* seznam bez odrazek */
	margin: 20px 10px 20px 10px;
}
#one ul.noBullets li {
	background: none;
	padding: 0;
}
#one ul.noLM { /* seznam bez leveho odsazeni */
	margin-left: 0;
}
#one ul.noLM li {
	margin-left: 0;
	margin-bottom: 4px;
}
#one ul.red-list li { /* seznam s cervenyma odrazkama */
	background-image: url(../img/li-odrazka-red.gif) !important;
	margin-bottom: 5px;
}

/* obrazky na strankach */
.obr-vlevo {
	float: left;
	margin: 10px 20px 10px 0;
}
.obr-vpravo {
	float: right;
	margin: 15px 0 10px 20px;
}


#one p#cesta {
	line-height: 150%;
	font-size: 100%;
	margin-bottom: 20px;
}

table { /* tabulky */
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #CCE6F2;
	border-top: 0;
}
caption {
	padding: 10px 12px 10px 12px;
	text-align: left;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	background: #3F5471 url(../img/tabulka-bg.gif) repeat-x right top;
}
thead, tbody {
	margin: 0;
	padding: 0;
}
th {
	text-align: left;
	border: 0;
	background-color: #D0E6F2;
	padding: 8px 8px 8px 14px;
}
td {
	border: 0;
	padding: 7px 8px 7px 14px;
	background-color: #E2F1FA;
}
tr.lb td {
	background-color: #fff;
}

.formular { /* formulare */
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #DCEDFA;
}
.formular h4 {
	padding: 11px 15px 9px 15px;
	color: #fff;
	font-size: 125%;
	background: #3F5471 url(../img/tabulka-bg.gif) repeat-x left top;
	margin: 0;
}
.formular fieldset {
	border: 0;
}
.formular legend {
	font-size: 125%;
	font-weight: bold;
	color: #000;
	border-top: 22px solid #DCEDFA;
	margin-bottom: 12px;
	padding: 0;
	padding-left: 28px;
	background: url(../img/ul-odrazka.gif) no-repeat left top;
}
* html .formular legend {
	padding-left: 32px;
	background-position: 4px 0;
}
.formular p {
	margin: 10px 15px 10px 15px;
}
.formular table {
	width: 548px;
	border: 5px solid #F2F9FD;
	padding: 0;
	margin: 0 8px 0 8px;
	background-color: #F2F9FD;
}
:root .formular table {
	margin: 0;
	margin-left: -2px;
}
.formular th, .formular td {
	background-color: #F2F9FD;
	padding: 5px 8px 5px 8px;
}
.formular th {
	width: 125px;
	font-weight: normal;
	vertical-align: top;
}
.formular th span { /* oznaceni povinnych udaju */
	color: #0C459A;
}
.formular input {
	width: 50%;
	background-image: none;
	background-color: #fff;
	border: 1px solid #BBDDF7;
}
.formular input.long {
	width: 70%;
}
.formular input.checkbox {
	width: auto;
	height: auto;
	margin-right: 8px;
	vertical-align: middle;
}
* html input.checkbox {
	background: none;
	border: 0;
}
.formular input.radio {
	width: auto;
	height: auto;
	border: 0;
	background: none;
	margin-right: 5px;
	vertical-align: middle;
}
.formular textarea {
	width: 100%;
	height: 60px;
}
.formular .button {
	width: auto;
	color: #000;
	font-weight: bold;
	background: #FFBF38 url(../img/button.gif) repeat-x 0 0;
	border: 1px solid #000;
}
#one .formular table h5 {
	font-size: 100%;
	padding: 0;
	background: none;
	margin: 0;
	margin-bottom: 5px;
	color: #000;
}
#one .formular table h5.mTop {
	margin-top: 20px;
}
#one .formular table .mLeft {
	margin-left: 10px;
}
#one .formular .note {
	margin-top: 15px;
	margin-bottom: 25px;
	color: #0C378A;
}
.formular .dodatek {
	margin: 10px 15px 10px 15px;
}
.formular #act {
	clear: both;
	position: relative;
	margin: 20px 15px 0 15px;
	padding-bottom: 15px;
}
.formular #act input {
	margin-right: 5px;
}
.formular #act a {
	position: absolute;
	display: block;
	right: 1px;
	top: 0;
	line-height: 200%;
	color: #0C378A;
	padding-left: 10px;
	background: url(../img/on-top.gif) no-repeat 0 60%;
}
* html .formular #act a {
 	right: 25px;
 }
#one .formular .nevyplneno { /* upozorneni na nevyplnena pole */
	color: #FB000D;
	background-color: #fff;
	border: 1px solid #FB000D;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 7px 10px 7px 10px;
}
.formular strong.spatne { /* spatne vyplnena povinna pole */
	color: #FB000D;
}
.formular input.spatne, .formular select.spatne, .formular textarea.spatne { /* spatne vyplnene inputy, selecty apod */
	border: 1px solid #FB000D;
}

#one #perex { /* uvodni odstavec */
	margin: 15px 0 20px 0;
	padding: 10px;
	border: 1px solid #BFDFEE;
	background-color: #EBF6FC;
}
#cL #perex {
	margin-top: 0;
}

/* kalendar akci */
#kalendar {
	margin-top: 40px;
}
.box-akce {
	width: 100%;
	clear: both;
	margin-bottom: 28px;
}
.termin-akce {
	float: left;
	width: 130px;
}
.termin-akce h4 {
	font-size: 125%;
	margin-top: 8px;
	padding-bottom: 8px;
	text-align: right;
}
.termin-akce span {
	margin: 0 2px 0 2px;
	padding: 8px 5px 8px 5px;
	background-color: #D1E8F3;
}
.porada-mkc .termin-akce span {
	background-color: #FFC13C;
	color: #000;
}
.popis-akce {
	float: right;
	width: 415px;
}
#one .popis-akce h3 {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	background: none;
}
#one .popis-akce p {
	line-height: 125%;
	margin-bottom: 2px;
}
#one .popis-akce p.pa {
	line-height: 150%;
	margin-bottom: 5px;
}
#one .popis-akce p.porada-mkc {
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 1px;
	padding-left: 28px;
	background: url(../img/ul-odrazka3.gif) no-repeat left top;
}

/* rozcestnikove stranky */
#cL {
	float: left;
	width: 370px;
}
#cL div, #vycet {
	margin-top: 25px;
	margin-bottom: 30px;
}
#cL div h3, #vycet h3 {
	margin: 12px 0 0 0 !important;
}

#cR {
	float: right;
	width: 185px;
}
/* boxy na rozcestnikovych strankach */
#cR .blok {
	width: 185px;
	max-width: 156px;
	margin-bottom: 11px;
}
#cR .blok h3 {
	padding: 0;
	font-size: 115%;
	margin: 0 !important;
	background-image: none !important;
}
#cR .blok h3#dop {
	margin-top: 15px !important;
}
#cR .blok .end {
	width: 185px;
}
#one #cR .blok ul {
	margin: 0;
	margin-top: 5px;
	font-size: 95%;
}
#one #cR .blok li {
	margin: 0;
	margin-bottom: 4px;
	padding: 0;
	background: none;
}
#one #cR .blok.silver {
	padding-bottom: 10px;
}
#one #cR .blok.silver .end {
	bottom: -10px;
}

/* Plnene stranky a jejich specificke upravy vyhledu */
.smallFont {
	font-size: 95%;
}

.lineTop {
	width: 100%;
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #BFDFEE;
}

/* Kratke perexy s odkazy na clankzy */
#one .cln {
	margin-bottom: 33px;
}
#one .cln h3 {
	margin-bottom: 5px;
	background-image: url(../img/ul-odrazka2.gif) !important;
}
#one .cln span {
	display: block;
	margin-top: 6px;
	font-size: 95%;
}

/* Seznam tiskovych zprav */
#one .zprv {
	margin-bottom: 33px;
}
#one .zprv h3 {
	margin-bottom: 5px;
}
#one .zprv span {
	display: block;
	margin-top: 6px;
	font-size: 95%;
}
#one .zprv img {
	margin-left: 5px;
}


/* Strankovani */
.strankovani {
	border-top: 1px solid #F0E3D5;
	border-bottom: 1px solid #F0E3D5;
	padding: 12px 5px 12px 5px;
	color: #333;
	text-align: center;
}
* html .strankovani {
	padding: 10px 5px 0 5px;
}

.strankovani a, .strankovani .act {
	display: inline;
	padding: 1px 5px 1px 5px;
	margin-right: 6px;
	margin-bottom: 3px;
	border: 1px solid #E7D1BA;
	text-decoration: none;
	vertical-align: middle;
}
* html .strankovani .nrCenter a, * html .strankovani .act {
	height: 19px;
	margin-right: 4px;
}

.strankovani .act {
	background-color: #F7F1EA;
}
.strankovani a:hover {
	border: 1px solid #F07800;
}
.strankovani a.fotoActiv {
	border: 1px solid #C76300;
}

.strankovani .prev,.strankovani .next {
	display: block;
	height: auto;
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 2px;
	padding-left: 15px;
	background: url(../img/strankovani-prev.gif) no-repeat 0% 60%;
	text-decoration: underline;
}
* html .strankovani .prev, * html .strankovani .next {
	margin-top: 4px;
}
.strankovani span.prev,.strankovani span.next {
	text-decoration: none;
	color: #999;
	background-image: url(../img/strankovani-prev-noactive.gif)
}
.strankovani span.next {
	background-image: url(../img/strankovani-next-noactive.gif)
}

.strankovani a.prev:hover,.strankovani a.next:hover {
	border: 0;
}

.strankovani .next {
	float: right;
	padding-left: 0;
	padding-right: 15px;
	background: url(../img/strankovani-next.gif) no-repeat 100% 60%;
}

.strankovani .nrCenter {
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 270px;
	margin-left: 80px;
	margin-bottom: 1px;
}
* html .strankovani .nrCenter {
	padding-top: 2px;
	margin-bottom: -2px;
}

.strankovani .nrCenter a {
	text-decoration: none;
}

/* Mapa stranek */
#mapa {
	margin-top: 35px;
}
#one #mapa ul {
	margin-left: 0;
	background: url(../img/mapa-3dott.gif) repeat-y 9px 0;
}
#one #mapa ul li {
	margin-top: 22px;
	margin-bottom: 6px;
	padding-left: 8px;
	background: url(../img/odrazka-active.gif) no-repeat 0 4px;
	font-weight: bold;
}
#one #mapa ul li a {
	color: #000;
}
#one #mapa ul ul {
	margin: 9px 0 10px 15px;
	background: url(../img/mapa-2dott.gif) repeat-y 9px 0;
}
#one #mapa ul li li {
	font-weight: normal;
	font-size: 95%;
	margin-top: 0;
	padding-left: 9px;
	background: url(../img/odrazka-small.gif) no-repeat 0 5px;
}
#one #mapa ul li li strong {
	font-weight: normal;
}
#one #mapa ul li li a {
	color: #AB2E0E;
}
#one #mapa ul ul ul {
	margin-left: 7px;
	background: url(../img/mapa-1dott.gif) repeat-y 9px 0;
}
#one #mapa ul li li li {
	font-size: 100%;
}


/* Knihovna */
.pop-box {
	float: right;
	width: 440px;
	margin-top: -10px;
}


/* Zapojte se - seznam */
#one #mensi-rozestupy h3 {
	margin: 22px auto 8px auto !important;
}


/* Katalog odkazu - Kormidlo.cz */
.kpkat {
	margin: 5px 0 5px 5px;
}
.kkateg {
	padding-left: 5px;
}
.kcesta {
	margin-bottom: 10px;
	font-size: 125%;
	font-weight: bold;
}
.kzaznam {
	margin-top: 35px;
}
.ktitulek {
	display: block;
	margin-top: 28px;
	margin-bottom: 10px;
	font-size: 125%;
	font-weight: bold;
	padding-left: 28px;
	background: url(../img/ul-odrazka2.gif) no-repeat left top;
}
.kpopis {
	margin-bottom: 5px;
}

/* Vysledky vyhledavani */
#vysledky p {
	margin-top: 20px;
	margin-bottom: 22px;
}
#vysledky p a strong {
	background-color: #FEFEC0;
	text-decoration: underline;
}
#anglicky {
	margin-top: 65px;
}

/* Kvizy a hry */
#mesta table td { /* Nazvy mest */
	text-align: center;
	padding: 7px 6px 7px 6px;
	border: 1px solid #D7EBF4;
}
#mesta table tr.dark td, #mesta table tr.dark, #mesta table td.dark {
	background-color: #DDEEF9;
	background-image: none;
}
#mesta table td.right-answer {
	background-color: #DFF7B3;
}
#mesta table td.wrong-answer {
	background-color: #FED6C2;
}

#gesta { /* Gesta a mimika */
	border: 0;
}
#gesta td, #gesta th {
	background-color: transparent;
	text-align: left;
}
#gesta input {
	vertical-align: middle;
	margin-right: 5px;
}
#gesta .wrong {
	color: #E90A0A;
	text-decoration: line-through;
}
#gesta .right {
	color: #548C09;
}

#odhady table td { /* odhady vzdalenosti */
	text-align: center;
	padding: 7px 6px 7px 6px;
	border: 1px solid #D7EBF4;
}
#odhady table th {
	text-align: center;
}
.long-text input {
	width: 200px;
}
.odhad {
	padding-left: 15px;
	color: #24456C;
}

#kraj-mrav input { /* jiny kraj, jiny mrav */
	margin-right: 10px;
}
#kraj-mrav label {
	padding-right: 5px;
}
#kraj-mrav ul li {
	margin-bottom: 15px;
}
#spravna {
	margin: 15px 0 20px 0;
	padding: 10px;
	padding-bottom: 0;
	border: 1px solid #BFDFEE;
	background-color: #EAF5FB;
}
#vase-volba {
	color: #3F5471;
}
#vase-volba h4 {
	margin-bottom: 10px;
}

/* bannery a upoutavky na strankach */
#banner {
	margin-bottom: 15px;
}





/* Diskuse */
.diskuse {
	margin-bottom: 15px;
}
.diskuse h4 {
	margin-bottom: 10px;
	color: #335282 !important;
	font-size: 125%;
}
.diskuse .button {
	margin-top: 10px;
	margin-bottom: 10px;
}
.diskuse .strankovani {
	margin-top: 10px;
}

#otazkyOdpovedi {
	position: relative;
	width: 520px;
	margin: 15px 0;
	position: relative;
	width: 520px;
	margin-bottom: 15px;
	overflow: hidden;
}
#otazkyOdpovedi hr {
	display: none;
}
.otazka, .odp {
	position: relative;
	background: #dcedfa url(../img/diskuze-roh.gif) no-repeat right top;
	padding: 12px 10px 12px 10px;
	margin-bottom: 12px;
}
.otazka h5 {
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	margin-top: 0 !important;
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: bold;
	color: #000;
	background: transparent url(../img/diskuze-otaznik.gif) no-repeat left top !important;
}
.otazka p, .odpoved p {
	margin-bottom: 10px;
}
.date {
	padding-left: 40px;
}

.odpoved {
	padding: 0 15px 0 38px;
	margin-top: 17px;
	margin-bottom: 17px;
	color: #3D6DBE;
	background: transparent url(../img/diskuze-sipka.gif) no-repeat 14px 0;
}
.odpoved h5 {
	padding: 0;
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: normal;
	color: #3D6DBE;
	background: none;
	border-right: 1px solid #fff; /* IE bug fix */
}
.odpoved h5 strong {
	font-weight: bold;
}
.novyDotaz h4 {
	margin-bottom: 1em !important;
}



