@charset "windows-1250";

/*** <body>: */


body {
	color: #000;
	background: #FFF none;
	padding: 10px;
}

/*** Seznamy: */

input, select, button, textarea {
	font-size: 100%;
	font-family: monospace;
}


/* Hlavní bloky: */

#page {
	width: auto;
}

#obsah {
	width: auto;
	float: none;
}

#other {
	width: auto;
}

/* Hlavička: */

#logo {
	height: auto;
}

p#nazevAktualniSekce {
	background: none;
	position: static;
	width: auto;
}

p#nazevAktualniSekce strong {
	position: static;
}

p#breadcrumbs {
	margin-left: 0;
}

p#odkaz-na-navigaci a {
	position: static;
}

/* Menu: */

#menu {
	background: #FF6D00 none;
	position: static;
	width: auto;
	height: auto;
}

#menu h2 {
	position: static;
}

#menu ul {
	margin: 0.7em 0;
}

#menu li {
	list-style: square outside;
	display: block;
}

#menu a {
	color: #FF6D00;
	background: none;
	text-decoration: underline;
	line-height: 1.5;
	padding: 0;
	height: auto;
}

#menu li.aktualni a {
	background-color: transparent;
}

#menu a:hover, #menu a:focus {
	background-color: transparent;
	color: #FFB340;
}

/* Boxy: */

.box {
	color: #000;
	background: none;
	font-size: 100%;
	width: auto;
	margin-bottom: 1em;
}

.box2 {
	background: none;
	padding: 0;
	position: static;
	margin-top: 0;
}

.box a:link {
	color: #FF6D00;
}

.box a:visited {
	color: #BF7300;
}

.box a:hover, .box a:focus {
	color: #FFB340;
	text-decoration: underline;
}

.box h2 {
	color: #000;
	font-size: 140%;
	margin-top: 0.3em;
}

/* Vyhledávání: */

#vyhledavani {
	position: static;
	width: auto;
}

#vyhledavani h2 {
	position: static;
}

#vyhledavaciPole {
	width: auto;
	position: static;
}

#vyhledavaciTlacitko {
	position: static;
}

/* Patička: */

#paticka {
	font-size: 92%;
	clear: right;
	float: none;
    width: auto;
	padding: 10px;
}

/* Kontaktní formulář: */

form#kontaktForm label {
	width: auto;
	display: inline;
	float: none;
}

input#kontaktFormEmail, input#kontaktFormJmeno {
	width: auto;
}

textarea#kontaktFormText {
	width: auto;
	height: auto;
}

/* Boxy na titulce: */

#leftBox, #rightBox {
	width: auto;
  	background: none;
}

#leftBox div.inner, #rightBox div.inner {
	background: none;
	padding: 11px 0;
}

#leftBox div.border, #rightBox div.border {
    border: none;
}

#leftBox p.obrazek-titulka, #rightBox p.obrazek-titulka {
	height: auto;
	text-align: left;
}

#leftBox {
	float: none;
	margin-right: 0;
}

#rightBox {
	float: none;
}

div#clear-right {
    clear: right;
    height: 5px;
    overflow: hidden;
}

/* Pocta kočkám: */

#kocka {
	display: none;
}

/* Kód Navrcholu: */

#navrcholu-kod {
	position: absolute;
	top: 1px;
	left: 1px;
}

/* Výpis: */

p.odkaz-komentare a {
	background: none;
	padding-left: 0;
	height: auto;
}

/* Příspěvek/článek: */

/* Komentáře: */

#komentarPravidla {
	width: auto;
}


#komentarForm label {
	width: auto;
	display: inline;
	float: none;
}

input#komentarFormEmail, input#komentarFormJmeno, input#komentarFormWeb, input#komentarFormCislo {
	width: auto;
}

textarea#komentarFormText {
	width: auto;
	height: auto;
}

#komentarForm #zprava {
	width: auto;
}

label#labelKomentarFormText {
    position: static;
}

#pCislo label {
    width: auto;
}

#pCislo input#komentarFormCislo {
    width: auto;
}

.komentar-mail-www a:hover {
	background-color: transparent;
}


p#rss-komentare-odkaz {
	width: auto;
	float: none;
}

p#rss-komentare-odkaz a {
	background: none;
	padding-left: 0;
	height: auto;
}

h2#komentareNadpis {
	float: none;
}

.cleaner {
	height: 1px;
	width: 1px;
	overflow: hidden;
	clear: both;
}

