body{
	margin:0;
	padding:0;
	border: 0;
	background:#f2f1f1;
	color:#000000;
	min-width:650px;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	}


#my_preview{
	background: url(../img/bg1.gif) no-repeat center top;
	height: 380px;
	width: 650px;
	padding-top:44px;
	text-align:center;
	margin:0 auto;
}

#miniatury{
	height: 200px;
	width: 650px;
	padding:44px 0 0 0px;
	margin:0 auto;

}



#sub_content {
	margin:0 auto;
	width:575px;
	padding-right: 0px;
	padding-left: 0px;
	background:red

	}
	
		
#top{
	height:60px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}



#pod_top{
	background: url(../img/bg3.jpg) no-repeat center;
	height:12px
}
#grafika{
	height:304px;
	background: url(../img/bg4.jpg);
	color: #FFFFFF;
	text-align: right;
	padding-top: 160px;
	padding-right: 33px;
	font: 12px tahoma;
}
#pod_grafika{
	height:27px;
	background: url(../img/bg5.jpg);
}

#tekst{
	width:550px;
	text-align:left;
	font: 10px tahoma;
	padding-left: 33px;
	line-height:16px
}

#foot{
	clear:both;
	background:red url(../img/foot.gif) no-repeat;
	height: 40px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	font: 10px tahoma;
	margin-bottom:20px;
}
#foot a:link,#foot a:hover,#foot a:visited{
color:#018CA4;
text-decoration:none;
}

#foot_L{
float:left;
text-align:left;
}
#foot_R{
float:right;
}

#submenu{
	height:166px;
	background: url(../img/bg7.gif) no-repeat 5px 0px;
	padding-top: 30px;
	padding-left: 27px;
	text-align: left;
}

#submenu img{
display:block;
margin-bottom:18px;

}












/*KARUZELA start*/
.carousel-component {
	padding:8px;
	background:transparent;
}
.carousel-component .carousel-list li { 
		border: 0px solid red; 

	margin:4px;
	width:130px;
	
	
	 /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
	display:block;
	outline:none;
	-moz-outline:none; 
}

.carousel-component .carousel-list li a:hover { 
	border: 0px solid red; 
}

.carousel-component .carousel-list li img { 
	border:0px solid red;
	display:block; 
}

.carousel-component .carousel-list li strong { 
	display:block; 
	
}
									

#prev-arrow { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

#next-arrow { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}
/*KARUZELA end*/