/* 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("bg-main.png") repeat-x #d4e4ec;
}

.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: #0a3851;
	font-weight: 600;
	letter-spacing: 2px;
}
h1 {
	text-align: center;
	font-size: 200%;
	letter-spacing: 5pt;
	margin-top: .6em;
	margin-bottom: 1.2em;
}
h1 span {
	display: block;
	font-size: 70%;
 	text-decoration: overline;
	letter-spacing: 2pt;
	color: #069;
}
h2 {
 	font-size: 130%;
	margin: .4em auto .5em auto;
	padding: 3px 3px 3px 18px !important;
	background: url("header-pict.gif") no-repeat #def !important;
background-position: 1% 30% !important;
border: solid 1px #adf !important;
}
#left_bar h2, #right_bar h2 {
	border: none !important;
	background-color: transparent !important;
}
h3 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 6px;
	color: black;
	margin-left:0;
}
h4, h5 {
	font-family: arial, helvetica, sans-serif;
	color: #f90;
	margin-top: 1em;
	margin-bottom: 0;
}
h4, h5 {
	font-size: 110%;
	color: #000;
}

p {
	text-align: justify;
	margin: .8em 3px .8em 10px;
}
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: 890px;
	text-align: left;
	margin: 0 auto;
}

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

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

#menu {
/* 	position: relative; /* V MSIE pricina zmenseni aktivni plochy odkazu na oblast textu. */
/* 	position: absolute; */
	top: 121px;
	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.clearer-R {
	clear: right;
	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: #5fb6db;
	color: white;
}
#menu ul {
	width: 890px;
}
#menu ul li { /* #menu>ul>li, #menu>ul>li>ul>li is redefined */
	position: relative;
	float: left;
	display: block;
	height: 44px;
	text-align: center;
	font-size: 20px;
	color:white
}
#menu ul li.menu-first {
	background: url("menu-first.png");
	width: 182px;
}
#menu ul li.menu-middle {
	background: url("menu-middle.png");
	width: 175px;
}
#menu ul li.menu-last {
	background: url("menu-last.png");
 	width: 183px;
}

/* HOVER */
#menu ul li:hover, #menu ul li.Hover {
	color: #1e678c;
}
#menu ul li.menu-first:hover, #menu ul li.menu-first.Hover { /*ZDE MAM POCHYBY, ZDA TO BUDE DOBRE PRO IE*/
	background: url("menu-first-hover.png");
	width: 182px;
}
#menu ul li.menu-middle:hover, #menu ul li.menu-middle.Hover {
	background: url("menu-middle-hover.png");
	width: 175px;
}
#menu ul li.menu-last:hover, #menu ul li.menu-last.Hover {
	background: url("menu-last-hover.png");
 	width: 183px;
}

#menu a, #menu span {
	margin: 16px auto auto auto;
	display: block;
	text-decoration: none;
	color: inherit;
}
.menu-shadow {
	background: url("menu-shadow.png") red no-repeat;
	clear:both;
	width: 890px;
	height: 10px;
}


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

#login {

}
#login input, #login label, #login span {
	display: inline;
	float: none;
	margin-bottom: 5px;
}
#login br, #login #last_login, #login legend, #login .warning {
	display: none;
}
#login input {
	font-size: 12px;
	height: 13px;
	padding: 2px;
	background: url("input-bg.png") #f3f9fc;
	border: 1px solid #373838;
	color: black !important;
}
#login input.wide {
	width: 170px;
}
#login input.SubmitLogin {
	width: 80px;
	background: url("input-submit-bg.png") repeat-x;
	height: 19px;
}
#login input.SubmitLogin:hover, #login input.SubmitLogin.Hover {
	background: url("input-submit-bg-hover.png") repeat-x;
}
#login table, #login th, #login td {
	border: none;
	background: transparent;
}
#login .InputBorder {
	height: 19px;
	padding: 3px;
	background: url("input-border-left.png") no-repeat #88bbd9;
	position: relative;
}
#login .SubmitInputBorder {
	height: 19px;
	padding: 3px;
	background: url("input-border-left.png") no-repeat #88bbd9;
	float:right;
	position: relative;
}
#login .InputBorderRight {
	height: 25px;
	width: 3px;
	background: url("input-border-right.png");
	position: absolute;
	right: 0px;
	top: 0px;
}
/*#login a.logout {
	color: white;
	font-weight: bold;
}*/
/*.warning {
	color: white;
}*/


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

/* OBSAH */

#index {
/*	padding: .3em .7em;
	margin-bottom: 2em;*/
}
#index h2 {
	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 h3 {
	font-weight: bolder;
	margin-top: .5em;
}
div.info p {
	text-indent: 0 !important;
	margin: .6em 0;
}

/* obsah */

.center {
	text-align: center;
}
.right {
	float:right;
}

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 */
.hp-photo {
    padding: 1px;
    border: solid 2px #555;
}
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: 2px solid #656565;
	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: 587px;
}
#right_bar {
	margin-left:590px;
	width: 287px;
}

div.box {
	padding:0;
	margin: 0 0 6px 0;
}
div.BoxInBox {
	text-align: justify;
	margin: 0;
	padding: 10px 20px 10px 25px;
}
.box-shadow {
	height:11px;
	margin:0;
}

/* ------- BOX PRO SIRKU 878px */
div.box {
	background: url("box878-bg-2.png") repeat-y;
}
div.BoxInBox {
	background: url("box878-bg-1.png") no-repeat;
}
.box-shadow {
	background: url("box878-bg-3.png") no-repeat;
}
/* ------- BOX PRO SIRKU 587px */
#left_bar div.box {
	background: url("box587-bg-2.png") repeat-y;
}
#left_bar div.BoxInBox {
	background: url("box587-bg-1.png") no-repeat;
}
#left_bar .box-shadow {
	background: url("box587-bg-3.png") no-repeat;
}
/* ------- BOX PRO SIRKU 287px */
#right_bar div.box {
	background: url("box287-bg-2.png") repeat-y;
}
#right_bar div.BoxInBox {
	background: url("box287-bg-1.png") no-repeat;
}
#right_bar .box-shadow {
	background: url("box287-bg-3.png") no-repeat;
}/*
div.box {
	background-position: 0 5%;
}


div.box h4 {
	margin-top: 2px;
	font-weight: bold;
}*/


/* Homepage News */
.NewsItem {
	padding-left: 20px;
	clear: left;
	margin-top: 8px;
}
.NewsItemText {
	margin-left: 70px;
}
.NewsItem img {
	float: left;
	margin-top: 8px;
}
.NewsItem h3 span{
	font-weight: normal;
}

/* ODKAZY */
#footer {
	background: url("footer-bg.png") no-repeat;
	width: 890px;
	height: 66px;
	color: white;
	margin: 0px;
	padding: 10px;
	font-size: .8em;
}
#footer a {
	color: white;
}
