/* 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 */
h2 {
	margin: 16px 0px 8px 0px;
	
	font-size: 1.4em;
}

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

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

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

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

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


#header h1 {
	height: 46px;
	
	padding-left: 20px;
	
	font-size: 20px;
	font-weight: 400;
	
	line-height: 46px;
	
	text-align: left;
	
	color: #9b9b9b;
}

#footer #signature {
	height: 46px;
	
	padding: 0 20px;
	
	line-height: 46px;
}

#footer #signature img {
	vertical-align: middle;
}