* {
	padding: 0px;
	margin: 0px;	
}

img {
	border: 0px;
}

body {
	background-color: #292929;
}

.top_header {
	background: url('images/top_header.png') repeat-x;
	width: 100%;
	height: 24px;
}

.top_header .content {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}

.header {
	background: url('images/header.jpg') repeat-x;
	width: 100%;
	height: 88px;
}

.header .content {
	width: 1000px;
	margin: 0 auto;
}

.header .content .left {
	width: 200px;
	height: 85px;
	float: left;
}

.header .content .right {
	width: 795px;
	float: right;
	position: relative;
	top: 35px;
}

.header .content .right ul {
	list-style: none;
}

.header .content .right .current {
	color: #04bbff;
}

.header .content .right ul li {
	float: left;
	margin-left: 80px;
}

.header .content .right ul li a {
	font-family: verdana;
	font-size: 16px;
	color: #e4e4e6;
	text-decoration: none;
}

.header .content .right ul li a:hover {
	font-family: verdana;
	font-size: 16px;
	color: #04bbff;
	text-decoration: none;
}

.screen {
	background: url('images/screen.jpg') repeat-x;
	width: 100%;
	height: 360px;
	text-align: center;
}

.clear {
	clear: both;
}

.contentPage {
	background: url('images/content_bg.jpg') repeat;
	width: 100%;
	min-height: 50px;
}

.contentPage .center {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.contentPage .center h1 {
	font-family: arial;
	font-size: 20px;
	color: #005a7e;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 50px;
}

.contentPage .center p {
	font-family: verdana;
	font-size: 14px;
	color: #000; 
	line-height: 22px;
}


.contentPage .center ul li  {
	font-family: verdana;
	font-size: 14px;
	color: #000; 
	line-height: 22px;
	margin-left: 30px;
}

.contentPage .center h2 {
	font-family: arial;
	font-size: 13px;
	color: #0a5b9a;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
}

.contentPage .center h3 {
	font-family: arial;
	font-size: 15px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 10px; 
}

.contentPage .center h2 a {
	font-family: arial;
	font-size: 13px;
	color: #0a5b9a;
	text-decoration: none;
}

.contentPage .center h2 a:hover {
	font-family: arial;
	font-size: 13px;
	color: #0a5b9a;
	text-decoration: underline;
}

.contentPage .center .popis {
	font-family: arial;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.contentPage .center table td {
	font-family: verdana;
	font-size: 14px;
	color: #000; 
	text-align: justify;
}

.projekt {
	border: 10px solid #FFF;
}

.footer {
	clear: both;
	background: url('images/footer.png') repeat-x;
	width: 100%;
	height: 205px;
	padding-top: 40px;
	font-family: arial;
	color: #bbbbbb;
	font-size: 14px;
	text-align: center;
}

.footer a {
	font-family: arial;
	color: #bbbbbb;
	font-size: 14px;
	text-decoration: underline;
	
}

.footer a:hover {
	font-family: arial;
	color: #bbbbbb;
	font-size: 14px;
	text-decoration: none;
}

.footer h2 {
	font-family: verdana;
	font-size: 14px;
	color: #acacac;
	margin-bottom: 15px;
}

.footer table td {
	font-family: arial;
	font-size: 13px;
	color: #9d9d9d;
}

.footer .ciara {
	height: 1px;
	border-top: 1px dotted #FFF;
	width: 70%;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

.footer table td a {
	font-family: arial;
	font-size: 13px;
	color: #9d9d9d;
	text-decoration: none;
}

.footer table td a:hover {
	font-family: arial;
	font-size: 13px;
	color: #9d9d9d;
	text-decoration: underline;
}


#slideshow {
    position:relative;
    height:350px;
	margin: 0 auto;
	width: 954px;
	top: 5px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	border: 10px solid #191919;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

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

.table_shop {
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

.stlpec_img {
	width: 40%; 
}

.stlpec_text {
	width: 60%; 
	line-height: 23px;
	padding: 5px; 
}

.table_footer {
	text-align: center; 
	width: 60%;
	margin: 0 auto;
}

.width33 {
	width: 33%;
}

.width34 {
	width: 34%;
}

.vesiak {
	text-align: center;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

#preview2{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

.left {
	float: left;
}

.right_reklama {
	float: right;
}