/* CSS Document */
/* MUSALA Publishing Tools */
/* Design (c) Jiří Vackář, 2006 */


@import url("../forms.css");

@media screen, projection {


/* -------------------  O B E C N E  P R V K Y  ------------------- */

body {
	font: 10pt arial, helvetica, sans-serif;
	text-align: center;
	margin: 0px; /* MSIE */
	padding: 0px;
	background: url('background.gif');
}

.hide, hr {
	display: none !important;
}

/* ODKAZY */

a, a:link, a:visited {
	text-decoration: underline;
	color: #069;
/* 	color: #113ac2; */
}
a:hover {
	color: #333;
}
a:active {
	color: #000;
}
a img {
	border-style: none;
	text-decoration: none;
}


h1, h2, h3 {
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #8E0009;
	font-weight: lighter;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	text-align: center;
	font-size: 200%;
	letter-spacing: 5pt;
	margin-top: .6em;
	margin-bottom: 1.2em;
}
h2 span {
	display: block;
	font-size: 70%;
 	text-decoration: overline;
	letter-spacing: 2pt;
	color: #069;
}
h3 {
 	font-size: 130%;
	border-bottom: 1px dotted silver;
	padding-bottom: .1em;
	margin-top: 1.5em;
}
h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	color: #f90;
	margin-top: 1em;
	margin-bottom: 0;
}
h4 {
	font-size: 135%;
	color: #8e0009;
}
h5, h6 {
	font-size: 110%;
	color: #000;
}

p {
	text-align: justify;
	margin: .8em 0;
}
ul {
	list-style-type: disc;
	margin: 0.1em 0 1em;
	padding-left: 1.5em;
}

fieldset {
	border: 1px solid silver;
	padding: 1em 1.5ex;
}
fieldset.no_border {
	border-style: none;
	margin: 0;
	padding: 0;
}
legend {
	font-size: 110%;
	font-weight: bold;
	color: #444;
	padding: 0 .7ex;
}


/* TABULKA */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2em;
}
th, td {
	border: 1px solid silver;
	padding: .5ex 1ex;
}
th {
	text-align: center;
	background-color: #fafafa;
}
table.no_border th, table.no_border td {
	border-style: none;
}
th.left {
	text-align: left;
}
td.center {
	text-align: center;
}


/* -------------------------  L A Y O U T  ------------------------- */

#page {
	position: relative;
	width: 850px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid black;
	border-style: none solid;
	background: white;
}

#top {
	height: 130px;
	background: black url("top.jpg") top center no-repeat;
}

#contents, #bottom_bar {
	margin: 20px 20px;
}

#menu {
/* 	position: relative; /* V MSIE pricina zmenseni aktivni plochy odkazu na oblast textu. */
	position: absolute;
	top: 100px;
	left: 0;
}

#footer {
	text-align: center;
	color: white;
	background: black;
	font-size: 0.7em;
}

div.clearer {
	clear: both;
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

div.gallery, #photo {
	margin: 0 -17px;
}

/* ---------------------------  M E N U  --------------------------- */

#menu ul, #menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: black;
	color: white;
}
#menu ul {
	width: 470px;
	color: #8e0009;
}
#menu li {
	font-size: 0.9em;
}
#menu ul li { /* #menu>ul>li, #menu>ul>li>ul>li is redefined */
	position: relative;
	float: left;
	display: block;
	width: 100px;
	height: 1.3em;
	text-align: center;
	border-right: 1px solid white;
}
#menu ul li ul {
	position: absolute;
	background: white;
	top: 1.1em;
	left: -25%;
	z-index: +1;
	width: auto;
	min-width: 150%;
	border: solid black 2px;
	visibility: hidden;
	padding: 2px 0;
	text-align: left;
}
#menu ul li ul li {
	position: static;
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	border: 1px solid white;
	padding: 2px 5px;
}
#menu ul li:hover ul, #menu ul li.Hover ul {
	visibility: visible;
}
#menu ul li:hover, #menu ul li.Hover {
	background: #333;
	color: white;
}
#menu ul li:hover ul, #menu ul li.Hover ul {
	background: white;
	color: #333;
}

ul#menu li ul li a, ul#menu li ul li span {
	padding: 0 5px;
}

#menu li:hover>a {
	color: #EEE !important;
	background: #333 !important;
}

#menu a, #menu span {
	display: block;
	color: inherit;
	text-decoration: none;
	color: white;
}
#menu a.active {
	font-weight: bold;
}


/* --------------------  P R I H L A S O V A N I  ------------------ */

#login {
	position: absolute;
	top: 100px;
	right: 0;
	width: 370px;
	height: 24px;
	margin: 0;
	padding: 3px;
	border: none;
	border-left: 3px double white;
	color: white;
	background: black;
	font-size: .9em;
}
#login input, #login label, #login span {
	display: inline;
	float: none;
	margin-bottom: 0;
}
#login br, #login #last_login, #login legend, #login .warning {
	display: none;
}
#login input {
	font-size: 10px;
	background: transparent;
	border: 1px dotted white;
	color: white;
}
#login input.wide {
	width: 40px;
}
#login a.logout {
	color: white;
	font-weight: bold;
}
/*.warning {
	color: white;
}*/


/* --------------------------  O B S A H  -------------------------- */

/* OBSAH */

#index {
	border: 1px dotted silver;
	background-color: #fafafa;
	padding: .3em .7em;
	margin-bottom: 2em;
}
#index h3 {
	margin-top: .3em;
}
#index ol li {
	list-style-type: upper-roman;
}
#index ol li ol li {
	font-weight: normal;
	list-style-type: circle;
}
#index a {
	text-decoration: none;
}
#index a:hover {
	text-decoration: underline;
}

/* INFORMACNI SEZNAM */

div.info {
	margin: 1em 0;
	padding: .3em .7em .3em 1.2em;
	border: 1px dotted silver;
	border-left: 7px solid #dedede;
}
div.info h4 {
	font-weight: bolder;
	margin-top: .5em;
}
div.info p {
	text-indent: 0 !important;
	margin: .6em 0;
}

/* obsah */

.center {
	text-align: center;
}

p.preface {
	margin-top: .3em;
}
span.article_date, span.article_author {
	color: #aaa;
	padding-right: .2ex;
}

.note, .error {
	font-weight: bold;
	color: red;
}

.edit {
	text-align: right;
}


/* TITULKA */
#bonus_bar {
	float: right;
	width: 190px;
}
#main_bar {
	padding: 0 20px 0 0;
	margin-right: 200px;
	border-right: thin dashed #8e0009;
}
#bonus_bar a.img span img {
	border: none;
}

/* NAHLEDY FOTEK */
div.image, a.img, a.center {
	display: block;
	text-align: center;
}
div.image p, div.image img, a.img span, #bonus_bar a.img img {
	margin: auto;
	display: block;
}
div.image img, div.figure img, a.img img {
	border: 3px solid #999;
	padding: 1px;
}
div.image:hover img, div.figure:hover img, a.img:hover img {
	border-color: #069 !important;
}
div.figure p {
	color: #777;
}


#left_bar {
	float: left;
	width: 500px;
}
#right_bar {
	margin-left:512px;
}
div.box {
	border: 1px solid black;
	margin-bottom: 10px;
	text-align: justify;
}
div.box div {
	padding: 5px 10px 2px;
}
div.box .header {
	border-bottom: 1px solid black;
	background:#eee;
	padding-top: 6px;
	font-size: 1.2em;
}
div.box .header h3, div.box h4 {
	margin: 0;
	font-size: 1em;
	border: none;

}
div.box h4 {
	margin-top: 2px;
	font-weight: bold;
}
div.box .header h3 a {
	color: inherit;
}
div.box .footer {
	border-top: 1px solid black;
	background:#eee;
}

/* } */

/* ODKAZY */
#footer a {
	color: white;
}
#contents a:hover {
	background: #eee;
}
}
