/* CSS Document */
/* BJ electronic */
/* Design (c) Jiří Vackář, 2006 */


@import url("print.css");

@media screen, projection {


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

body {
	margin: 0px auto;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 12px;
	text-align: center;
	background: white;
	color: #333;
	line-height: 1.4;
}

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

.edit {
	float: right;
}

/* ODKAZY */

/* NADPISY */

h1, h2, h3, h4, h5, h6 {
	color: blue;
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 2px;
	line-height: 150%;
}

h3, h4 {
	font-size: 1.5em;
}
h3 {
	font-weight: bold;
}
h5, h6 {
	font-size: 1.2em;
}


p {
	margin: 1em 0;
	text-align: justify;
}
ul {
	list-style-type: disc;
}

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

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

div#page {
	position: relative;
	width: 1004px;
	text-align: center;
	margin: 0 auto;
	background: white;
}

div#top {
	height: 254px;
}
div#top h1 a img, div#top h1 a, div#top h1 {
	border: none;
	margin: 0;
}

#left_bar {
	text-align: left;
	position: absolute;
	left:0;
	top: 254px;
	width: 222px;
}
#left_bar #box {
	background: url('bg_left.png') repeat-y;
}
#left_bar #box_bottom {
	background: url('bottom.png') repeat-x 0 17px;
	height:21px;
	font-size: 3px;
}
#left_bar #box_bottom span {
	display:block;
	float: right;
	background: url('corner.png') top no-repeat;
	width:21px;
	height:21px;
}
#box img, #box h3 {
	margin-left: 8px;
}

#contents {
	margin: 3px 0 10px 225px;
	border:1px solid #f4f4f4;
	padding: 3px 1em;
	text-align: left;
}

div#footer, div#bottom_bar {
	margin-left: 225px;
	text-align: center;
	font-size: 10px;
}
div#bottom_bar p {
	text-align: center;
}

fieldset#login {
	position: absolute;
	right: 0;
	top: 10px;
	padding: 0;
	width: 160px;
	border: 3px dotted white;
}


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


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

#menu ul {
	list-style-type: none;
	margin-left: 8px;
	margin-top: 10px;
	padding: 1px 0;
	color: #4e6dab;
	background-color: #e8ecf0;
	width: 192px;
/* 	font-weight: bold; */
}
#menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
}


/* -------------------------  M O D U L Y  ------------------------- */

div.links {
	margin-top: 2em;
	text-align: center;
}
div.links img {
	display: block;
	margin: 20px auto;
}


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

#index {
	border: 1px dotted #aaa;
	background-color: #fafafa;
	margin-top: 2.2em;
	margin-bottom: 2.2em;
	padding: .3em .7em;
}
#index h3 {
	margin-top: .3em;
	color: #5b7fa1;
}
#index ol li {
	list-style-type: upper-roman;
}
#index ol li ol li {
	font-weight: normal;
	list-style-type: circle;
}

div.info {
	display: none;
}



}

