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

.t_darkgrey {
	color: #333;	
}

.t_grey {
	color: #999;	
}

.t_lightgrey {
	color: #ccc;	
}

.t_white {
	color: #fff;	
}

.t_green {
	color: #5c6d22;	
}

.t_lightgreen {
	color: #5ea730;	
}

.b_black {
	background-color: #000;	
}

.b_lightgrey {
	background-color: #ddd;	
}

.b_white {
	background-color: #fff;	
}


/* zakladni elementiky */
h2, h3, h4 {
	color: #5c6d22;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

a {
	text-decoration: none;	
	
	color: #5c6d22;
}

a:hover {
	text-decoration: underline;	
}

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

a img { 
    border: 0;
}

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

#main {
	width: 990px;
}

#main #left-column {
	width: 190px;
	
	padding-top: 80px;
	
	float: left;
}

#main #mid-column {	
	width: 558px;
	
	margin: 0 0 14px 38px;
	padding-top: 170px;
		
	float: left;	
}

#main #right-column {
	width: 190px;
	
	padding-top: 170px;
	
	float: right;
}

#mid-column #content {
	min-height: 598px;
	height: auto !important;
	height: 598px;	
	
	background: #e6e6e6 url('../images/layout/mid-col-bg.jpg') no-repeat right bottom;
}

#mid-column #content .inside {
	padding: 15px 20px;
	
	line-height: 1.3;
	
	text-align: left;
}

#mid-column .container .page-content {
	width: 312px;
	
	float: left;
}

#mid-column .container .gallery {
	width: 168px;
	
	padding-top: 52px;
	
	float: right;
}

#mid-column .container .gallery .image-wrapper {
	margin-bottom: 14px;
}


.inside h2, .inside h3, .inside h4 {
	margin: 10px 0 15px 0;
}

#mid-column #content .inside p {
	margin-bottom: 10px;
}

#mid-column #content .inside ul {
	margin: 5px 0 10px 20px;
}

#right-column #news, #right-column #info {
	width: 170px;
	height: 272px;
	
	margin-bottom: 14px;
	padding: 10px;
	
	text-align: left;
	
	overflow: hidden;
	
	background: #e6e6e6 url('../images/layout/lr-col-bg.jpg') no-repeat right bottom;
}

#right-column #info h3 {
	margin-bottom: 15px;
}

#right-column #info h4 {
	margin: 15px 0 20px 0;
}

#right-column #info p {
	line-height: 1.5;
}

#right-column #info p span {
	width: 45px;
	
	display: inline-block;
}

#right-column #info p a img {
	padding-top: 5px;
	
	vertical-align: text-top;
}

.news-list .article-preview .date {
	padding: 10px 0 5px 0;
	
	font-size: 16px;
	
	letter-spacing: 1px;
}

.news-list .article-preview .description {
	line-height: 1.3;
}

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