/* 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;
}

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

/* ODKAZY */

a, a:link, a:visited {
	text-decoration: underline;
	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: #47443d;
	font-weight: lighter;
}
h1 {
	text-align: center;
	font-size: 1.9em;
	letter-spacing: 5pt;
	margin-top: .6em;
	margin-bottom: 1.2em;
}
h1 span {
	display: block;
	font-size: 70%;
 	text-decoration: overline;
	letter-spacing: 2pt;
	color: #7a7569;
}
h2 {
 	font-size: 130%;
	border-bottom: 1px dotted silver;
	padding-bottom: .1em;
	margin-top: 1.5em;
}
h3, h4, h5 {
	font-family: arial, helvetica, sans-serif;
	color: #f90;
	margin-top: 1em;
	margin-bottom: 0;
}
h3 {
	font-size: 135%;
	color: #47443d;
}
h4, h5 {
	font-size: 110%;
	color: #000;
}

p {
	text-align: justify;
	margin: .8em 0;
}
ul li {
	list-style-type: circle;
}

fieldset {
	border: 1px solid #47443d;
}

input, textarea {
	border: 1px solid silver;
	font-family: Arial, Helvatica, sans-serif;
	font-size: 10pt;
	color: #444;
	margin-bottom: .3em;
	background-color: #fff;
}
textarea {
	width: 100%;
}


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

#page {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #47443d;
	border-style: none solid;
}

#top {
	position: relative;
	height: 198px;
	background: url("top.jpg") center;
}
#top img {
display: none;
/* 	behavior: url('pngbehavior.htc'); */
}

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

#menu {
	position: relative; /* V MSIE pricina zmenseni aktivni plochy odkazu na oblast textu. */
	border-bottom: 1px solid #47443d;
}

#footer {
	text-align: center;
	color: #eee;
	background: #47443d;
	font-size: 0.7em;
}

div.clearer {
	clear: both;
	line-height: 0;
}


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

#menu ul, #menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu ul {
	width: 750px;
	color: #47443d;
}
#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 #47443d;
	behavior: url('hover.htc'); /* MSIE */
}
#menu ul li ul {
	position: absolute;
	background: white;
	top: 1.1em;
	left: 0;
	width: auto;
	min-width: 100%;
	border: solid #47443d 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;
}
#menu ul li:hover ul, #menu ul li.Hover ul {
	visibility: visible;
}
#menu ul li:hover, #menu ul li.Hover {
	background: #47443d;
	color: white;
}
#menu ul li:hover ul, #menu ul li.Hover ul {
	background: white;
	color: #47443d;
}

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

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

#menu a, #menu span {
	display: block;
	color: inherit;
	text-decoration: none;
	color: #47443d;
}
#menu a.active {
	color: #CCC;
	background: #47443d;
	height: 100%;
}


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

#login {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 150px;
	border: thin dotted white;
	color: white;
	font-size: .9em;
}
#login input {
	font-size: 10px;
	background: transparent;
	border: 1px dotted white;
	color: white;
}
#login input.wide {
	width: 100px;
}
#login a.logout {
	color: white;
	font-weight: bold;
}
#last_login {
	display: block;
	color: #999;
	font-size: 80%;
	margin-top: .5em;
}
.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 #47443d;
}
#bonus_bar a.img span img {
	border: none;
}

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

/* FORMULARE */

#contents form label span {
	display: inline-block;
	width: 150px;
}
#contents form label input[type=text] {
	width: 240px;
}

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

