/* barvy */
.t_black {
	color: #000;	
}

.t_darkgrey {
	color: #333;	
}

.t_grey {
	color: #999;	
}

.t_lightgrey {
	color: #ccc;	
}

.t_white {
	color: #fff;	
}

.t_green {
	color: #2b8743;	
}

.t_lightgreen {
	color: #5ea730;	
}

.b_black {
	background-color: #000;	
}

.b_lightgrey {
	background-color: #ddd;	
}

.b_white {
	background-color: #fff;	
}


/* zakladni elementiky */
p.h1 {
	float: left;
	width: 532px;
	
	padding-top: 14px;
	padding-left: 14px;
	
	font-family: "MyriadProRegular", "Arial", sans-serif;
	font-size: 2.4em;
	
	color: #010080;
}

h1 {
	float: left;
	width: 532px;
	
	padding-left: 14px;

	font-family: "MyriadProRegular", "Arial", sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	
	color: #010080;
}

h2, h3, h4 {	
	color: #010080;
}

h4 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

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

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;
}


