/* barvicky */

.t_white {
	color: #fff;
}

.t_darkgrey {
	color: #333 !important;
}

.t_grey {
	color: #555 !important;
}

.t_lightgrey {
	color: #ccc;
}

.t_black {
	color: #000;
}

.t_red {
	color: #e72525;
}

.b_lightgrey {
	background-color: #aeaeae;
}

.b_darkgrey {
	background-color: #555;
}

.b_red {
	background-color: #d71a21;
}

/* zakladni elementiky */
#head h1, #head span.h1 {
	float: right;
	display: block;
	
	width: 700px;
	
	margin-top: 0.5em;
	padding-right: 16px;
	padding-top: 35px;
	
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	
	text-align: right;
	text-transform: uppercase;
	
	color: #666;
}

h2 {
	margin: 16px 0px 8px 0px;
	
	font-size: 1.4em;
	
	color: #000;
}

h3 {
	margin: 16px 0px 8px 0px;
	
	font-size: 1.2em;
	
	color: #000;
}

h4 {
	margin: 12px 0px 6px 0px;
	
	font-size: 1.0em;
	
	color: #000;
}

a {
	text-decoration: none;	
	
	color: #e72525;
}

a:hover {
	text-decoration: underline;	
}

a:focus, a:active {
	outline: none;
}

a img { 
    border: 0;
}

p {
	margin: 9px 0px 9px 0px;
}

table {
	font-size: 10pt;	
}

td {
	vertical-align: top;
}

/* focus */
.focusable {
	min-height: 37px;
}

.focus {
	background-image: url("../images/layout/focus.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.focusable_block .focusable p {
	margin: 0px;	
}

/* labely */
span.label {
	display: block;
	
	height: 14px;
	_height: 11px;
	#height: 13px;
	
	padding: 2px 0px 0px 0px;
	_padding: 5px 0px 0px 0px;
	#padding: 3px 0px 0px 0px;
	
	font-size: 1.2em;
	font-weight: bold;
	
	line-height: 16px;
	_line-height: 13px;
	
	color: #aeaeae;
	
	text-transform: uppercase;
}

span.t_red {
	color: #e72525;
}

#popisek-uvodni-slovo {
	width: 13px; 
	margin-left: 4px; 
	_margin-left: 2px;
}

.popisek-aktuality {
	width: 13px;
}

.ml6 {
	margin-left: 6px;
}

.mr16 {
	margin-right: 16px;
}

.pl6 {
	padding-left: 6px;
}

.pl10 {
	padding-left: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pr36 {
	padding-right: 36px;	
}

.w50pct {
	width: 50%;	
}

.w100pct {
	width: 100%;	
}

.h58 {
	height: 58px;	
}

.hmh {
	min-height: 322px;
}

.h322 {
	height: 322px;
}
.h327 {
	height: 327px;
}
.h330 {
	height: 330px;
}
.h363 {
	height: 363px;
}
.h484 {
	height: 484px;
}
