#left {
	float: left; 
	width: 380px; 
}
#right {
	float: right; 
	width: 230px; 
}
.sekce_podnadpis small {
	font-weight : normal;
}
.table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	text-align: center;
}
.table td {
	border : 1px solid #DE9F45;
	padding: 2px;
	color: #302415;
}
.table td.top {
	height: 20px;
	background-color : #DE9F45;
	color: #FFEAAB;
	font-size : 13px;
	font-weight : bold;
}
.table td.top a {
	color: #FEEAAB;
	text-decoration : underline;
}
.table td a.jmeno {
	font-size: 110%;
}
.linka_top {
	border-top: 1px solid #DE9F45;
}
#table_online {
	border-collapse: collapse;
	border: 1px solid #F1CC82;
	width: 300px;
	margin: auto auto 5px auto;
}
#table_online .ico {
	padding: 3px;
	width: 64px;
}
#table_online .ico div {
  border-radius: 2px;
	border: 2px solid #DE9F45;
	width: 60px;
}
#table_online .uziv {
	border-bottom: 1px dashed #C77625; 
	padding-bottom: 2px; 
	padding-top: 5px;
	margin-bottom: 3px;
	font-size: 11px;
}
#table_online a {
	font-size : 11px;
	font-weight : normal;
}
#table_online .uziv a {
	font-size : 21px;
	font-family: Arial, Helvetica, sans-serif
}
#table_online a:hover {
	color: #AB6621;
}
#table_tech {
	table_layout: fixed;
}
#table_tech .nadpis,
#aktiv .nadpis {
	text-align : center;
	font-weight : bold;
}
#table_tech .okno {
	border-top: 1px solid #C77625;
	color : #302415;
}
#table_tech .okno .zprava {
	width: 200px;
	font-size : 10px;
	padding: 2px;
	border-bottom: 1px solid #DE9F45;
	text-align : left;
}
#table_tech .okno .kdy {
	float: left;
	font-weight : bold;
}
#table_tech .okno .kdo {
	color: #C77625;
	float: right;
}
#table_tech .okno .telo {
	border-top: 1px dashed #DE9F45; 
	padding-top: 2px;
}

#aktiv {
	table_layout: fixed; 
	width: 100%;
}
#aktiv .telo_plny {
	font-size: 10px;
}
#aktiv .aktivita {
	width: 100%;
}
#aktiv .aktivita td {
	border-bottom: 1px dashed #DE9F45;
}
#aktiv .okno {
	border-top: 1px solid #C77625;
	color : #302415;
	font-weight: bold;
	border-bottom: 1px dashed #DE9F45;
	text-align: center;
}

