* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	color: black;
	background-image: url(/images/bg.jpg);
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
}

h1, h2, h3, .item .header, .item em{
	color: #2c58a6;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;	
}

h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3, .menu, .header {font-size: 12pt;}
h4, .item em {font-size: 10pt;}
small {font-size: 8pt;}

i {color: #2c58a6;}

img {
	margin-bottom: 10px;
}
	
p {
	text-indent: 0em;
	text-align: justify;
	margin-bottom: 10px;
}

p.noindent {
	text-indent: 0em;
}

ul {
	margin-bottom: 10px;
	padding-left: 40px;
}

#left_column {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 200px;
	height: 650px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(/images/bg-left.gif);
}

.menu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.menu ul {
	padding-left: 0px;
	list-style-type: none;
}

.menu a {
	color: #646464;
	text-decoration: none;
}

.menu a:hover {
	color: #a00000;
	text-decoration: underline;
}

.menu li.selected {
	color: #2c58a6;
}

#main_menu {
	width: 140px;
	/*float: right;	*/
	margin-left: 60px;
}

#main_menu ul {
	margin-top: 10px;		
}

#main_menu li {	
	margin-bottom: 10px;			
}

#history_menu {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;	
}

#history_menu li {
	display: inline;
	margin: 5px 10px 5px 0px;
}

.flag {
	margin: 3px;
}

.flag:hover {
	margin: 2px;
	border: 1px solid red;
}

.clear-both {
	clear: both;
}

#logo_nonet {
	border-width: 0px;
	position: relative;
	left: -50px
}

#main_text {
	position: absolute;
	top: 115px;
	left: 220px; 
	/*margin-right: 40px;*/
	width: 760px;
}

.item {
	margin-bottom: 20px;
}

.item em {	
	font-style: normal;
}

/*
#admin .item {
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
}*/

.recording {
	margin-top: 20px;
	margin-bottom: 20px;
}

.recording .image{
	/*float: left;*/
	margin: 0 20px 20px 20px;
	width: 300px;
	height: auto;
	text-align: center;
}

.recording .descr{	
	margin-left: 340px;
}

.member {
	margin-top: 20px;
	margin-bottom: 20px;
}

.member img{
	float: left;
	margin: 0 20px 20px 20px;
}

.image {
	float: left;
	width: 200px;
	height: 225px;
	margin: 5px;
}

.image .controls {	
}

.image img {
	border: 0px;
}

#admin-menu {
	margin-left: 20px;	
	width: 250px;
}

#admin-text {
	position: absolute;
	top: 0px;
	margin-left: 250px;	
	margin-bottom: 50px;
}

table.tasks {
	border: 1px solid black;
	border-collapse: collapse;	
	font-size: 10pt;
}

table.tasks td, table.tasks th {
	border: 1px solid black;
	margin: 0px;
	padding: 1px 5px 1px 5px;	
	text-align: center;	
}

table.tasks td.nowrap {
	white-space: nowrap;
}

#show_image {	
	text-align: center;
	margin: 20px;
}

.TextFrame {
	position: absolute;		
	border: 1px solid black;
	padding: 5px;	
	background-color: #FFFFAA;
	display: none;	
	width: 200px;
}

.TextFrame_toggle {
	cursor: Pointer;
	color: blue;
	text-decoration: underline;
}

/*koncert*/
tr.task_0 {
	background-color: #FFCCCC;
}

/*zkouska*/
tr.task_1 {
	background-color: #CCFFCC;
}

/*rezervace*/
tr.task_2 {
	background-color: #EEEEEE;
}

