*{
	margin: 0;
	padding: 0;
}

body,div,span,p,a,img,ul,ol,li,table,th,tr,td,form,fieldset,legend,dl,dt,dd,blockquote,applet,object{
	border: 0;
}

.tcenter{
	text-align: center;
}


body{
	background: #000000;
	color: #f9f9f9;
	font: 0.7em/1.4 Arial, sans-serif;
}

.hidden {
	display: none;
}

#main{
	margin: 0px auto 0px auto;
	width: 1024px;
	height: 768px;
	overflow: hidden;
}
/* index */
#top1{
	margin-top: 100px;
	margin-bottom: 160px;
	padding-bottom: 7px;
	position: relative;
}

#top1 #logo{
	clear: both;
	width: 292px;
	margin: 0 auto;
	font-size: 200em;
	position: relative;
	overflow: hidden;
	height: 198px;
}

#top1 #logo span{
	width: 292px;
	display: block;
	background: url(logo-top.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10;
	height: 193px;
}


/* inner pages */
#top2{
	margin-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 7px;
	position: relative;
}

#top2 #logo{
	clear: both;
	width: 193px;
	margin: 0 auto;
	font-size: 0%;
	position: relative;
	overflow: hidden;
	height: 124px;
}

#top2 #logo .orange{
	width: 193px;
	display: block;
	background: url(logo-top-o.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 1;
	height: 124px;
}
#top2 #logo .green {
	width: 193px;
	display: block;
	background: url(logo-top-g.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 1;
	height: 124px;
}
#top2 #logo .blue {
	width: 193px;
	display: block;
	background: url(logo-top-b.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 1;
	height: 124px;
}




/* backdrops */
.uvod {
	background: transparent url("back1.jpg");
}
.tisk {
	background: transparent url(back3.jpg);
}
.studio {
	background: transparent url(back2.jpg);
}



.orange {
	color: orange;
}
.green {
	color: green;
}
.blue {
	color: blue;
}


/* menus */
#menu  {
	margin: 0 auto;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: -1px;
}
#menu a {
	margin: 5px;
	text-decoration: none;
}
#menu .menuitem {
	color: silver;
}
#menu .menuitem:hover {
	color: white;
}
#menu .selected, .selected {
	color: white;
	font-weight:bold;
}

.selected {
	color: white;
}










#menu2{
	width: 655px;
	margin: 0 auto;
}

#menu2 ul{
	list-style-type: none;
}

#menu2 ul li{
	width: 193px;
	display: block;
	height: 124px;
	position: relative;

}

#menu2 li{
	float: left;
	margin: 10px;
}

#menu2 ul li a {
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	top: 10px;
	text-align: center;
	position: relative;
	letter-spacing: -1px;
	font-size: larger;
}

#menu2 ul li a:hover{
	color: #ffffff;
}

#menu2 ul li span {
	display: block;
	visibility: hidden;
	top: 10px;
	position: relative;
	font-size: larger;
}
#menu2 ul li p {
	display: inline;
	position: relative;
	top: -130px;
}




#menu2 img{
	position: relative;
	top: -155px;
}

#menu2 .vt{
	background: transparent url(block-b.png) no-repeat scroll top;
}

#menu2 .tisk{
	background: transparent url(block-o.png) no-repeat scroll top;
}

#menu2 .studio{
	background: transparent url(block-g.png) no-repeat scroll top;
}






/* inner space */


#middle {

}

.article {
	margin: 40px auto;
	width: 543px;
	font-size: 125%;
	line-height: 20px;
	color: silver;
	max-height: 424px;
	overflow: auto;
    padding-right: 10px;	
}
.article strong {
    display:block;
    text-align: center;
}

.article p {
	margin: 0 auto;
	text-align: justify;
	margin-bottom: 20px
}

.article ol {
	list-style: decimal;
	overflow: visible;
}
.article ol li {
	margin: 20px;
	margin-left: 25px;
}
.article ol li a {
	display: block;
	color: orange;
}
.article ol li a:hover {
	color: white;
}

.article .g_galerie a {
	color: silver;
	text-decoration: none;
	margin: 0 20px;
}
.article .g_galerie a:hover {
	color: white;
}
.article .novinka {
	margin: 10px 0;
}
.article .novinka img {
	border: none;
	float: right;
	margin: 0 5px;
}
.article .novinka .datum {
	font-weight: bold;
}

.cenik h2 {
	clear: both;
	margin: 30px 0 15px;
}
.cenik img {
	float: left;
	clear: both;
	padding-right: 10px;
}
.cenik p {
	padding-bottom: 15px
}





.strip {
	margin: 0 auto;
	width: 771px;
	display: block;
}

.strip .nav {
	font-size: 25px;
	font-weight: bold;
	color: orange;
	float:left;
	width: 18px;
	margin: 132px 5px 0;
}

.strip .film {
}

.strip .film img {
	padding: 5px;
	float: left;
	white-space: nowrap;
}



#footer {
	position:relative;
	margin: -40px auto;
	text-align: center;
   width: 1024px;
}
#footer a {
	color: #f0f0f0;
	font-weight: bold;
	text-decoration: none;
	margin: 5px;
}
#footer a:hover {
	color: #00ff00;
}

