/* CSS Document */

.layout-top{
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	width:800px; 
	height:100px; 
	background-image: url("images/layout/hlavicka.png"); 
}

.layout-menu{
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	width:800px; 
	height: auto; 
	background-image: url("images/layout/menu_backg.png"); 
	text-align:center; 
	color: #ffffff;
}

.layout-main{
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	width:800px; 
	_height:370px;
	min-height: 370px;
/*	background-image: url("images/layout/main_backg.jpg"); */
	color:#000000;
	padding-bottom: 20px;
}
.layout-adr{
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	width:800px; 
	height:20px; 
	background-image: url("images/layout/adr_backg.png"); 
	text-align:center;
	color:#ffffff;
	line-height: 130%;
/*	clear: both; */
}
.layout-bottom{
	 position:relative; 
	 margin-left:auto; 
	 margin-right:auto; 
	 width:800px; 
	 height:50px; 
	 background-image: url("images/layout/bottom.png");
}
.jazyky{ position:absolute; left:482px; top:35px; width:254px; height:26px; }
.jazyky a{ color:#000000; text-decoration:none;}
.jazyky a:hover{ color: #9F013B; text-decoration:underline; }
.layout-login { position:absolute; left:451px; top:65px; width:314px; height:19px; }
#logo-klik a{
	position: absolute;
/*	margin-left: 90px; */
	width:348px;
	height:58px;
	z-index:1;
	top: 20px;
	left: 90px;
}
#logo-klik a span{ display: none; }
div#copy {
	position:absolute;
	top:33px;
	width:133px;
	height:16px;
	font-size: x-small;
	left: 635px;
}
div#copy a{	color: #000000; text-decoration: underline; }
div#copy a:hover{ color: #9f013b; text-decoration:underline; }

/* following lines belongs to function schedules_show which list actions from database */
#date_archiv{ text-align:right; font-style:italic; }
#date_current{ text-align:center; }
#day_current{ text-align:center; }
TABLE#schedules{ border: 1px #000000 solid; width: 100%; margin-left: auto; margin-right: auto; }
table#schedules td {border: 1px #000000 solid; }
tr th {background-color: #9f013b; color:#FFFFFF;}
tr#year {color: #9F013B; font-weight:bold; text-align:center; letter-spacing: 6px;}
#time_current{ text-align:center; }