/* 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 */
h1, h2, h3 {
	margin: 0;
	padding: 0;
	
	color: #c6de36;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

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

a:hover {
	text-decoration: underline;	
}

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

a img { 
    border: 0;
}

table {
	font-size: 10pt;	
}

td {
	vertical-align: top;
}



/**/
#header div#logo {
	position: absolute;
	left: 673px;
	top: 5px;
}

#header h1 {
	position: absolute;
	left: 40px;
	top: 40px;
	
	color: #fff;
}

#header div#promo-header {
	position: absolute;
	left: 595px;
	top: 344px;
}

#header div#promo-header span {
	font-size: 15px;
	font-weight: 600;
	
	color: #fff;
}


/**/
.articles {
	width: 540px;
	
	line-height: 1.3;
}

.articles h1, .articles h2, .articles h3 {
	margin: 4px 0px;
	
	display: block;
}

.articles p {
	margin: 4px 0px;
}

.articles ul {
	margin-left: 15px;
	
	list-style-type: square;
}


/**/
.promo-preview {
	width: 100%;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	
	margin-bottom: 1px;
	padding: 10px 0px;
	
	background-color: #132214;
}

.promo-left-column {
	width: 35px;
	height: 100%;
	
	padding-left: 10px;
	
	float: left;
}

.promo-left-column span {
	font-size: 11px;
	
	color: #fff;
}

.promo-right-column {
	width: 165px;
	height: 100%;
	
	padding-left: 10px;
	
	float: left;
}

.promo-right-column span {
	margin-bottom: 4px;
	
	display: block;
	
	font-size: 15px;
	font-weight: 600;
		
	color: #c6de36;
}

.promo-right-column p {
	line-height: 1.3;
		
	color: #fff;
}

.promo-preview div.image {
	width: 100%;
	
	margin-top: 10px;
	
	text-align: center;
}


/**/
#footer div#copyright {
	position: absolute;
	left: 2px;
	top: 4px;
}

#footer div#signature {
	position: absolute;
	left: 675px;
	top: 6px;
}


/**/
#daily-menu {
	width: 490px;
	height: 170px;	
		
	padding: 10px 10px 10px 40px;
	margin-top: 10px;
	
	position: relative;
	
	background-image: url('../images/modules/daily-menu-bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	
	background-color: #c2db36;
	
	color: #132214;
}

#daily-menu-header {
	position: absolute;
	left: 0px;
	top: 171px;
}

#daily-menu-header p {
	font-size: 15px;
	font-weight: 600;
	
	color: #fff;
}


/**/
#banners-slideshow {
  width: 605px;
  height: 330px;
  
  position: relative;
  
  overflow: hidden;
}


/**/
.gallery {
	margin-top: 15px;
}

.gallery span.image-wrapper{
	margin: 2px;
