table.terminy{
	border-collapse:collapse;
	width:400px;
}
table.terminy thead{
	background-color:#2C58D4;
}
table.terminy thead td{
	color:white;
	font-weight:bold;
	text-align:center;	
}
a.thicbox{
	border:solid white 5px;
}
ul.submenu{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.submenu li{
	display:block;
	margin:1px 0 1px 5px;
	padding:0;
	float:left;
	width:130px;
	font-size:11px;
}
ul.submenu li a{
	display:block;
	width:100%;
	border-left:3px #2C58D4 solid;
	text-indent:4px;
}

div.recenze .thickbox{
	display:block;
	float:right; 
}

div.recenze{
	border:1px solid #2C58D4;
	/*padding:5px;*/
	margin:5px;
}
div.recenze .hlavicka{
	background-color:#2C58D4;
	color:white;
	padding: 2px 5px;
	margin-bottom:5px;
}
div.recenze h3,div.recenze p{
	margin-left:5px;
}

div.obrazek{
	width:130px;
	height:135px;
	float:left;
	text-align:center;
}
div.obrazek a{
	text-decoration:none;
}

.even td{
	background-color:#eee;
}
table.cenik{
	width:100%;
}
table.cenik td.cena{
	text-align:right;
}
td.cenikSum{
	width:100px;
}
.cenik tfoot{
	font-size:14px;
}

table.objednavka{
	width:100%;
}
textarea.objednavka{
	width:100%;
}
table.objednavka td.popisek{
	font-weight:bold;
}

table.objednavka td.popisek-povinny{
	font-weight:bold;
	color:#9C0004;
}

table.ucastnici input{
	width:94px;
}
table.ucastnici thead td{
	text-align:center;
	font-weight:bold;
}

b.chyba{
	display:block;
	margin:5px;
	color:red;
}

#prihlaseni{
	/*display:none;*/
}

#top-bar2{
	height: 17px;
	background: url(/img/topbar_bg.gif) repeat-x;
	color: #fff;
	padding: 6px 20px 0 20px;
	margin-top:63px;

}
/* moje horizontal menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 150px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(/img/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 140px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(/img/glossyback2.gif);
}

.popisek{
	font-weight:bold;
/*	color:#9C0004; */
}