@charset "UTF-8";
/* CSS Document */

body {
	background-color: #26070a;
	padding-top: 20px;
	padding-bottom: 20px;
	color:#999;
	font-family:Georgia;
	font-size: 11px;
}

.hlavne_okno {
	width: 970px;
}

#tabulka td{ border: 1px solid #26070a; }


/* Format textu*/


.formular {
	border: 2px solid #26070a;
	background-color: #3c0408;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #b5b5b5;
	line-height: 150%;
}

.tlacitko {
	border: 2px solid #26070a;
	background-color: #3c0408;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #b5b5b5;
	line-height: 150%;
}

.text_main {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #b5b5b5;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 150%;
	
	
}

.nadpis {
	font-family: "Trebuchet MS";
	color: #b5b5b5;
	line-height: 150%;
}

.text_copyright {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #761a22;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 150%;
}

/*LINKY*/
.menu_link {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #ffffff;
	line-height: 150%;
	text-decoration:none;
}

.menu_link:hover {
	color: #52d6aa;
	
}

.link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #52d6aa;
	line-height: 150%;
	text-decoration:underline;
}

.link:hover {
	text-decoration:none;
}

.link_copyright {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #52d6aa;
	line-height: 150%;
	text-decoration:underline;
}

.link_copyright:hover {
	text-decoration:none;
}
	

/* SLIDESHOW */

#slideshow {
    position:relative;
    height:190px;
}

#slideshow {
    width: 658px;
    height:190px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    
}

#slideshow IMG.active {
    z-index:10;
    
}

#slideshow IMG.last-active {
    z-index:9;
}

.clear { clear: both; }

.news { margin-bottom: 35px; }
.news .image { float: left; width: 150px; }
.news .text { float: left; margin-left: 20px; width: 750px; }

.voucher { width: 930px; margin: 10px auto; text-align: left; position: relative; }
.voucher img { float: left; margin-left: 10px; }
.voucher p { float: left; margin-left: 10px; font-family: "Trebuchet MS"; font-size: 14px; color: #b5b5b5; line-height: 150%; width: 700px; }
.voucher a { font-family: "Trebuchet MS";
	font-size: 14px;
	color: #52d6aa;
	line-height: 150%;
	text-decoration:underline; }

.voucher a:hover {
	text-decoration:none;
}










	


