/* barvy */
.t_black {
	color: #000;	
}

.t_darkgrey {
	color: #333;	
}

.t_grey {
	color: #949494;	
}

.t_lightgrey {
	color: #ccc;	
}

.t_white {
	color: #fff;	
}

.t_green {
	color: #2b8743;	
}

.t_lightgreen {
	color: #5ea730;	
}
.t_yellow
{
	color: #fff684;
}
.t_yellow1
{
	color: #fff684;
	font-weight: bold;
}
.b_black {
	background-color: #000;	
}

.b_lightgrey {
	background-color: #ddd;	
}

.b_white {
	background-color: #fff;	
}


.hr
{
	position: relative;
	height: 1px;
	background-color: #949494;
	margin: 10px 0px 10px 0;
}
.hr_dark
{
	position: relative;
	height: 1px;
	background-color: #3f3f3f;
	margin: 0px 0px 10px 0;
}
.hr_yellow
{
	position: relative;
	height: 1px;
	width: 425px;
	background-color: #fff684;
	margin: 0px 0px 10px 0;
}
.hr_yellow_big
{
	position: relative;
	height: 1px;
	background-color: #fff684;
	margin: 0px 0px 10px 0;
}
/* zakladni elementiky */
h1 {
	font-size: 1.5em;
}

h2 {
	margin: 16px 0px 8px 0px;
	
	font-size: 1.4em;
	
	color: color: #efe77c;
}

h3 {
	margin: 16px 0px 8px 0px;
	
	font-size: 1.2em;
	
	color: color: #efe77c;
}

h4 {
	margin: 12px 0px 6px 0px;
	
	font-size: 1.0em;
	
	color: color: #efe77c;
}

a {
	/*text-decoration: none;*/
	text-decoration: underline;	
	
	/*color: #ae102a;*/
	color: #fff684;
	font-weight: bold;
}

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;
}

.margin-left-10
{
	margin-left: 10px;
}
.noviny_img
{
	position:relative;
	right: 20px;
}
.margin-right-20
{
	margin-right: 20px;
}