@charset "utf-8";
/* Formatovani tela */
body {
	font-family:Arial,"Helvetica CE",sans-serif;
	font-size:14px;
	background:url(../img/background.jpg) center repeat-y #000;
	margin:0 auto;
	padding-top:80px;
	color:#c4bfb9;
	page-break-before: left;
	page-break-after: right;
}

/* Formatovani odkazu */
a img {
	border:none;
}
a:link {
	color:#c4bfb9;
	font-style:italic;
	text-decoration:underline;
}
a:visited {
	color:#c4bfb9;
	font-style:italic;
	text-decoration:underline;
}
a:hover, a:active, a:focus {
	color:#fff;
	font-style:italic;
	text-decoration:underline;
}
a.nav {
	color:#fff;
}

/* Formatovani ramecku */
img.border {
	background:url(../img/010.png) repeat;
	padding:10px;
	margin:10px;
}
img.border1 {
	background:url(../img/010.png) repeat;
	padding:10px;
	margin:10px;
	vertical-align:top;
}

/* Formatovani textu */
h1 {
	margin:0;
	margin-left:-10px;
	font-size:16px;
	text-decoration:underline;
	color:#fff;
}
h1.kontakt {
	margin:0;
	font-size:16px;
	text-decoration:underline;
	color:#c4bfb9;
}
p.text {
	text-indent:1.2em;
	color:#c4bfb9;
	font-size:14px;
	letter-spacing:1px;
	text-align:justify;
}
p.presmerovani {
	text-indent:1.2em;
	color:#c4bfb9;
	font-size:12px;
	letter-spacing:1px;
	text-align:right;
	margin-top:20px;
}
p.poznamka {
	color:#fff;
	font-size:11px;
	letter-spacing:1px;
}
table.contact {
	color:#fff;
	font-size:12px;
}
td.lefttable {
	text-align:right;
	color:#fff;
	width:110px;
	font-size:12px;
}
td.righttable {
	text-align:left;
	color:#c4bfb9;
	padding-left:10px;
	width:200px;
	font-size:12px;
}
td.cenatable {
	text-align:left;
	color:#0f0;
	font-size:15px;
	font-weight:bold;
	padding-left:10px;
}

/* Formatovani kontejneru */
div.container {
	width:880px;
	min-height:600px;
	background:url(../img/001.png) repeat;
	margin:0 auto;
}
div.head {
	height:250px;
	width:880px;
	margin-top:-20px;
	background:url(../img/header.jpg) center top no-repeat;
	text-align:right;
}
div.menu {
	height:25px;
	font-size:18px;
	letter-spacing:2px;
	margin-top:-20px;
	margin-bottom:5px;
}
div.underline {
	height:1px;
	width:826px;
	margin:0 auto;
	background:url(../img/003.png) center bottom no-repeat;
}
div.content {
	height:auto;
	padding:20px;
}
div.left {
	float:left;
	margin-right:20px;
	padding-left:10px;
	width:257px;
}
div.center {
	float:left;
	margin-right:20px;
	padding-left:10px;
	width:256px;
}
div.right {
	float:right;
	padding-left:10px;
	width:257px;
}
div.left1 {
	margin:0 auto;
	width:400px;
}
div.center1 {
	float:left;
	margin-right:10px;
	width:266px;
}
div.right1 {
	float:right;
	width:267px;
}
div.nabidka {
	float:right;
	width:543px;
}
div.obrazky {
	width:810px;
}
div.foot {
	background:url(../img/001.png);
	height:25px;
	width:860px;
	margin:0 auto;
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:1px;
	text-align:center;
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
}

/* Slider */
#slideshow {
	margin:0 auto;
	width:543px;
	height:180px;
	position:relative;
}
#slideshow #slidesContainer {
  	margin:0 auto;
	width:460px;
	height:180px;
  	overflow:auto;
  	position:relative;
}
#slideshow #slidesContainer .slide {
  	margin:0 auto;
	width:460px;
	height:180px;
}
.control {
	display:block;
	width:39px;
	height:180px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	vertical-align:middle;
	top:0;
	left:0;
	background:transparent url(../img/012.png) no-repeat 0 0;
}
#rightControl {
	vertical-align:middle;
	top:0;
	right:0;
	background:transparent url(../img/011.png) no-repeat 0 0;
}
.slide h2.slider, .slide p.slider {
	font-family:Arial,"Helvetica CE",sans-serif;
}
.slide h2.slider {
	color:#fff;
	font-style:italic;
	letter-spacing:2px;
}
.slide img.slider {
	float:right;
	margin:0 10px;
}